| View previous topic :: View next topic |
| Author |
Message |
andywaldrop
Joined: 09 May 2008 Posts: 93 Location: Chapel Hill, NC
|
Posted: Thu Nov 11, 2010 5:15 pm Post subject: Affixed headers |
|
|
I would love to be able to build an affixed header like this site through sitegrinder. I'm seeing more and more sites with this type of feature and it's very useful for browsing tall pages.
http://www.estratti.net/ |
|
| Back to top |
|
 |
Eric Hussmann Media Lab Support
Joined: 12 Mar 2008 Posts: 3847
|
Posted: Fri Nov 12, 2010 2:37 am Post subject: |
|
|
| It'sa pretty easy tweak to the CSS. Just change an elements position from whatever it is (relative or absolute) to fixed. For best results, make sure that the layer is not in a -column. |
|
| Back to top |
|
 |
Chris Perkins Site Admin
Joined: 29 Sep 2005 Posts: 5665
|
Posted: Fri Nov 12, 2010 2:42 am Post subject: |
|
|
| though, for a stretchable header, I don't think that would be enough. He would have to pull it out of the <div id="top"> block of the HTML and make it stretch and put the background CSS on it. |
|
| Back to top |
|
 |
|