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...
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
November 16,