Difference between revisions of "User:Greenea/evergreen.css"
From selfstudy
| Line 8: | Line 8: | ||
#p-Standards { | #p-Standards { | ||
position:fixed; | position:fixed; | ||
| − | left: | + | left:0px; |
| − | top: | + | top:200px; |
} | } | ||
| Line 15: | Line 15: | ||
position:fixed; | position:fixed; | ||
left:10px; | left:10px; | ||
| − | top: | + | top:400px; |
} | } | ||
| Line 21: | Line 21: | ||
position:fixed; | position:fixed; | ||
left:10px; | left:10px; | ||
| − | top: | + | top:500px; |
}</nowiki> | }</nowiki> | ||
Revision as of 14:47, 13 November 2007
<nowiki>
#p-navigation {
position:fixed;
left:10px;
top:10px;
}
#p-Standards {
position:fixed;
left:0px;
top:200px;
}
#p-search {
position:fixed;
left:10px;
top:400px;
}
#p-tb {
position:fixed;
left:10px;
top:500px;
}</nowiki>