Sat, 2003-03-15 20:30
Hi,
I'm new to css and have been trying to create a site without tables or frames.
I'd like to position my nav bar down the left side of the page and have it fixed in position.
In Netscape it works fine , but in ie the nav bar keeps scrolling with the page.
Will I have to use frames?
Sun, 2003-03-16 05:10
#1
position fixed
Hi Dodo,
It can be done without frames. Eric Bednarz of tagsoup, explains how
http://devnull.tagsoup.com/fixed/.
One thing you should look out for when doing this, apart from what is mentioned on the site, is other elements positioned absolutely.