I accidentally posted a topic and I decided to make it useful. If anyone can rename the subject to something that tells what this thread is about that would be nice.
In Mozilla there is a vertical scrollbar. In IE, the STuff within the #header doesn't line up correctly. Any help is appreciated.
Page With Error: http://www.derelictstudios.net/Derelict/index.html
What it is supposed to look like: http://www.derelictstudios.net/Derel...s/Supposed.gif
Index
CSSCode:<html> <head> <title>Derelict Studios</title> <link rel='stylesheet' type='text/css' href='styles.css'> </head> <body> <div id='page'> <div id='stripe'></div> <div id='menutop'></div> <div id='left'> <a href='http://www.derelictstudios.net'> <img border='0' src='images/ds-logo.gif'> </a> </div> <div id='header'> <div id='top'>News Forums About FAQ Feedback</div> <div id='bot'></div> </div> <div id='right'></div> <div id='stats'>STuff here</div> <div id='content'></div> <div id='footer'><div id='copy'>© Stuff</div></div> </div> </body> </html>
Code:/* Globals */ html, body, #page { min-height: 100%; width: 100%; height: 100%; } BODY { font-family : Verdana; font-size : 10px; color: #FFFFFF; background-color: #2C2C2C; scrollbar-face-color: #4C473E; scrollbar-shadow-color: #333333; scrollbar-highlight-color: #797979; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #3E4246; scrollbar-track-color: #797979; scrollbar-arrow-color: #C6AD69; margin:0; padding:0; } /* * The "height" above is a hack for IE5+/Win. Below we adjust * it using the child selector to hide from IE5+/Win */ html>body, html>body #page { height: auto; } /* * Without this, Moz1.0 adds a vertical scrollbar */ #page { position: absolute; top: 0; left: 0; } #stripe { height: 10px; width: 100%; background-image: url('images/stripe.gif'); } #menutop { height: 6px; width: 100%; background-color: #31302D; } #header { height: 42px; width: 100%; margin-left: 186px; margin-right: 188px; background-color: #4C473E; } #left, #right { top: 16px; height: 42px; position: absolute; } #left { left: 0; width: 186px; } #right { right:0; background-image: url('images/hex.gif'); width: 188px; } #top { clear: both; height: 18px; background: #31302D; } #top table { font-family : Verdana; font-size : 10pt; } #bot { clear: both; height: 24px; background: url('images/curve.gif') no-repeat top left; } #stats { height: 22px; width: 100%; background-color: #363530; border: #2C2C2C solid; border-width: 1px 0px 1px 0px; padding-top: 1px; text-align: center; } #stats table { font-family : Verdana; font-size : 10px; } .orange { color: #D39100; } #content { width: 100%; height: auto; margin-top: 12px; margin-bottom: 12px; text-align: left; } #footer { padding-top: 6px; padding-bottom: 3px; position:absolute; bottom: 0; width: 100%; background-color: #4C473E; text-align: center; } #footer #menu { } #footer #copy { padding-bottom: 2px; color: #31302D; background-color: #797979; }







Bookmarks