Thread
:
CSS scrolling with fixed header
View Single Post
10-01-2012, 06:00 PM
PM User
|
#
2
COBOLdinosaur
Regular Coder
Join Date: Jul 2002
Location: Canada
Posts: 299
Thanks: 1
Thanked 18 Times in 18 Posts
Just fix the header in CSS:
#header {
position:fixed; top:0px; left:0px;
}
Then for the start of the content set margin-top equal to the height of the header.
__________________
100% standards compliant code is 100% correct 100% of the time.
one of my toys
from
my repository
and perhaps
some help getting help
Cd&
COBOLdinosaur
View Public Profile
Find More Posts by COBOLdinosaur