At http://www.psgga.com/NEW/index.html
The HEADER H1, H2, and P are being pushed down in IE.
Works properly in Firefox, Safari, Camino but not IE
I'm pretty sure it is a IE -/+ MARGIN issue, but not sure HOW to correct.
And still have the text line up properly over the background image.
HTML
<h1>PREMIER</h1>
<h2>SERVICES GROUP</h2>
<p class="motto">Protecting the Life Of Your Business is Our Mission</p>
CSS: (http://psgga.com/NEW/css/psg.css)
body {
margin:0;
padding:0;
font-family: tahoma, verdana, sans-serif;
font-size: .9em;
background-image: url(../media/bg.png);
background-position: 0px +0px;
background-repeat: repeat-x;
color: #333333;
margin-top: 12px; }
#header {
margin: 0 auto 0 auto;
width:910px;
background-color: transparent;
background-repeat: no-repeat;
background-image: url(../media/psglogo3.png);
height: 102px;
}
#header h1 {clear: none;
font-family: "Times New Roman", serif;
font-size: 2.5em;
letter-spacing: .80em;
color: #ffffff;
padding-left: 74px;
padding-bottom: 3px;
padding-top: 6px;
margin-top: -6px; }
#header h2 {clear: none;
font-family: "Times New Roman", serif;
font-weight: 400;
font-size: 1.6em;
letter-spacing: .45em;
padding-left: 74px;
padding-top: 0em;
margin-top: -23px; }
.motto {font-size: 1.4em;
color: #800000;
font-stretch: wider;
font-family: "Times New Roman", serif;
font-weight: 400;
font-style: italic;
padding-left: 420px;
margin-top: -66px; }
Any suggestions would be appreciated.
Oh and by the way, I HATE IE



Reply With Quote


Bookmarks