CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
Fixed Header Position like facebook bar
mavillar
Permalink to comment
#
April 2012
Hi, I have some problems when opening my site in IE with headers in Fixed position. Rest of browsers work fine.
How can i get a cross-browser header fixed? Is there any template for this?
Thanks.
Blackhawkso
Permalink to comment
#
April 2012
I might be wrong but would having your header in a div and then the rest of the page under it in a div with overflow scroll able on the y axis sort this problem out? or am i barking up the wrong tree lol
JediN1nja
Permalink to comment
#
April 2012
It would help if you mentioned what IE version specifically? Nevertheless, these should help.
Fixed footer (Could be applied to header as well)
http://css-tricks.com/snippets/css/fixed-footer/
http://css-tricks.com/snippets/css/fixed-positioning-in-ie-6/
Add a Comment
How can i get a cross-browser header fixed? Is there any template for this?
Thanks.
Fixed footer (Could be applied to header as well)
http://css-tricks.com/snippets/css/fixed-footer/
http://css-tricks.com/snippets/css/fixed-positioning-in-ie-6/