[jQuery] Re: stay at top div

2007-04-29 Thread Jeffrey Kretz
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

[jQuery] Re: stay at top div

2007-04-29 Thread Erik Beeson
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