Changeset 56 for oceandb/jQuery_Prototype/index.css
- Timestamp:
- Feb 18, 2009, 8:58:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oceandb/jQuery_Prototype/index.css
r55 r56 2 2 3 3 /* header */ 4 #header { position: absolute; color: #bbb; border-bottom: 1px solid; width: 100%; margin-bottom: 2px; background-color: black; padding: 5px; }4 #header { position: absolute; overflow: hidden; color: #bbb; border-bottom: 1px solid; height: 24px; width: 100%; background-color: blue; padding: 5px; } 5 5 #header a { color: white; } 6 6 #main-menu { float: left; margin-left: 15px; } … … 8 8 9 9 /* main */ 10 #main { color: #bbb; height: 100%; width: 100%; background-color: gray; padding: 0px; } 11 #map-menu { background-color: blue; width: 20%; height: 100%; float: left; display: block; } 12 #map { background-color: black; width: 80%; height: 100%; float: right; } 10 13 11 14 /* footer */ 12 #footer { position: absolute; color: #bbb; border-top: 1px solid; bottom: 5px; width: 100%; background-color: black; padding: 5px; }13 #footer a { color: white; }14 #copyright { float: left; margin-left: 15px; }15 #logos { float: right; margin-right: 15px; }16 #logos img { border: none; height: 31px; }15 #footer { position: absolute; overflow: hidden; color: #bbb; border-top: 1px solid; bottom: 0px; height: 31px; width: 100%; background-color: blue; padding: 5px; } 16 #footer a { color: white; } 17 #copyright { float: left; margin-left: 15px; } 18 #logos { float: right; margin-right: 15px; } 19 #logos img { border: none; height: 31px; }
Note: See TracChangeset
for help on using the changeset viewer.