- Create Account

netscape 4 mac position of scroll box

Forums > Inline HV Scrollbox > netscape 4 mac position of scroll box
Author
Message

1) j.j. bugs Group: Guests
IP: 172.196.--.--
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 Turnbull Group: Guests
IP: 210.54.--.--
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?

- Angus.

Post a Reply:

You are not logged in, and will be posting anonymously as a guest. If you want to post using an account, please login at the top of this page.