User:Greenea/evergreen.css

From selfstudy
Revision as of 15:56, 13 November 2007 by Greenea (Talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
<nowiki>
#p-navigation {
position:fixed;
left:0px;
top:10px;
}

#p-navigation {
position:fixed;
left:0px;
top:50px;
}

#p-Standards {
position:fixed;
left:0px;
top:150px;
}

#p-search {
position:fixed;
left:0px;
top:350px;
}

#p-tb {
position:fixed;
left:0px;
top:450px;
}
</nowiki>