Hi
I am quite new to CSS and I seem to be having problems lining up two of my <div>. They appear to look hunkey dorey in IE, but when I view them in firefox 1.0.7, the top two are out of whack. Please see link: http://www.jakitidesig n.com/holderhighreuni on/index.php
Here is my very bodgy css code:
Any help would be most appreciated!
Thanks heaps
I am quite new to CSS and I seem to be having problems lining up two of my <div>. They appear to look hunkey dorey in IE, but when I view them in firefox 1.0.7, the top two are out of whack. Please see link: http://www.jakitidesig n.com/holderhighreuni on/index.php
Here is my very bodgy css code:
Code:
body { font-family:Geneva, Arial, Helvetica, sans-serif; font-size:small; margin: 0; padding: 0; text-align: center; /* hack for IE quirk */ background-color:#ebedf8; } td { font-family: Geneva, Arial, helvetica, sans-serif; margin-left:8px; padding-left:8px; padding-bottom:8px; margin-bottom:10px; text-align:left; /* counteracting the IE hack */ } th { font-family: Geneva, Arial, helvetica, sans-serif; text-align:left; /* counteracting the IE hack */ } h1 { font-family:Arial Narrow; font-size:x-large; font-stretch:ultra-condensed; color:#0e56a4; margin-top:8px; margin-bottom:8px; padding-top:8px; padding-bottom:8px; text-align:left; /* counteracting the IE hack */ } .bioName { font-family:Arial Narrow; font-size:170%; font-weight:200; font-stretch: extra-condensed; color:#0e56a4; text-align:left; background-color:#e8edf8; } .formField { font-family:Arial Narrow; font-size:small; font-stretch: extra-condensed; color:#0e56a4; text-align:right; vertical-align:text-top; } .box2 { margin:8px; padding:8px; spacing:8px; border:2px; border-color: #e8edf8; border-style:dashed; background-color:#FFFFFF; } .footnote { font-family:Arial Narrow; font-size:x-small; font-stretch: extra-condensed; text-align:right; } .emp { font-family:Arial Narrow; font-size:130%; font-stretch: extra-condensed; color:#0e56a4; font-weight:400; } #header { top:100px; left:100px; width:840px; height:320px; background: #FFFFFF url(images/holderHigh_header2.png) no-repeat; } #navigation { top:100px; left:100px; width:840px; height:51px; background: #FFFFFF url(images/holderHigh_nav2.png) no-repeat; } .nav { color:#FFFFFF } .nav a:link { COLOR: #FFFFFF; TEXT-DECORATION: none; } .nav a:hover { color:#f9bf01; } .nav a:visited { COLOR: #FFFFFF; TEXT-DECORATION: none; } #content { left:100px; width:840px; background: #FFFFFF url(images/holderHigh_bg2.png); } #footer { left:100px; width:840px; height:75px; background: #FFFFFF url(images/holderHigh_footer2.png) no-repeat; } a { text-decoration:none; color:#FCA900; } a:hover { color:#0e56a4; } hr { border: none 0; border-top: 1px dashed #000; border-bottom: 1px dashed #ccc; width: 80%; height: 2px; margin: 10px auto 0 0; text-align: center; }
Thanks heaps
Comment