angus hi ....i'm trying to position the scrollbox in netscape 4 mac in a table that is positioned on the page using % ....so the ilayer clip coordinate wants an exact pixel and is placing the scroll box at 0,0 here's the code
<!-- BEGIN SCROLLER AREA --><ilayer name="scr-Container" clip="*, *, 450, 300"> <script type="text/javascript" language="JavaScript1.2"><!-- if (!isNS4) scr.startArea(450, 300); //--></script>
how do i get that place where i put the *, * to let the scroll box move with the rest of this table in netscape 4? ......so the table is centered and sized not by absolute pixel but is sized by percentage and in ie it's working fine the scroller area moves inplace in the table but not on netscape
do you know how i can fix this?
2) Angus TurnbullGroup: Guests IP: 210.54.--.--
Posted:
Leave the clip="..." as it is -- that's only relative to the scroller area and shouldn't be changed. Tweak your TD tag instead somehow or try nesting it inside another table?