:: Forum >>

no Horizontal scrollbar

Ive seen all the topics concerning this issue but my problem occurs only
if I have HTML after the <body> tag and before <script> tag where table is declared and initialized.

ex:
-----
Horizontal scroll shows up
<body>
<script>
// create ActiveWidgets data model - XML-based table
var table = new Active.XML.Table;
...


Horizontal scroll does not show up : columns on the right are hidden... :(
<body>
hello
<script>
// create ActiveWidgets data model - XML-based table
var table = new Active.XML.Table;
...

-----

Any ideas? Ive tried with IE6 and Firefox 1.5 and with ActiveWidget v1 and v2...
Olivier
Wednesday, November 16, 2005
that isn't correct html. script must be contained within head or body hello has to be contained within body. document.write(grid) must be contained within body as well but all preperation can be done in head
J
Thursday, November 17, 2005
ignore me I havn't woke up properly yet
J
Thursday, November 17, 2005

This topic is archived.


Back to support forum

Forum search