Scrolling layer in netscape
Scrolling layer in netscape
- Started
- Last post
- 2 Responses
- biff
Does any one know how to make scrolling layers relative in position rather than absolute in Netscape?
- monNom0
via a script I think...
capture the browser window width, divide by whatever percentage you want, redraw the layer at that value... I don't think NS layers support relative positioning...
- biff0
I've got the position relative to work in Netscape by a combination of div and layer tag, but when I resize the window it gives me an error message and closes the window.