hello,
does anybody knows how to keep the header fixed? |
Turn off CSS caching for your site if it is turned on. Then you can use inspect element; or inspect with firebug if you have that installed. You use that to see what elements and where in the stylesheets, you need to apply position:fixed. You can probably forget about the IE star hacks that we use to have to play with. Geeks, making the world a better place |
thanks, I didn't think about that one |