Well, I'm not sure if this is what you're interested in. The CSS attribute
position:fixed will do what you want, but it is not supported by IE6.
However, there is a CSS hack around that:
http://www.cssplay.co.uk/layouts/fixed.html
I'm not sure if their solution is to your liking, but it one way
You want the css property position: fixed, but it doesn't work in IE6.
There are a few different workarounds for IE6 (google IE6 position
fixed), but the all come with various idiosyncrasies. Any
javascript/jQuery based solution (other than just using it to set CSS
properties) is going to "flicke
2 matches
Mail list logo