Is there a better way to have the header fixed on top? I achieved this
by the following CSS but it creates problems with scrolling position -
the top of the story gets hidden behind the header.

@media screen {
        #contentWrapper > .header {
                position:fixed !important;
                top:0;
                width:100%;
        }
        #contentWrapper > .contents {
                margin-top:7em;
        }
}

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to