How do you position the scroll area to be whre you want it on the page. What if I want it 400 px down from the top and 50 from the left?
Thanks!
2) Angus TurnbullGroup: Guests IP: 210.55.--.--
Posted:
It's inline, that's the whole point of the script, so just cut and paste the HTML into the correct table cell or whatever you're using to layout your page. Just like an image.
- Angus.
3) GregGroup: Guests IP: 63.202.--.--
Posted:
Oh I see. So what if your entire page is made up of absolutly positioned layers with no tables. Is there any way to set the position of the scrollable area. I tried to edit the part where the clip is defined but it didn't work.
Thanks.
4) Angus TurnbullGroup: Guests IP: 210.55.--.--
Posted:
Well, you might be better off with the "DHTML Scroller" script instead perhaps, which does absolute position
NS4 has problems nesting layers within layers. I suppose you could alway edit the startArea function to include some positions instead, so instead of basing the layer on its inline position, it will do a regular from-page-corner position instead.