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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---