marilynn.fowler
05-07-2009, 07:51 PM
Here are my h2 styles:
#footer h2, #footer p {
margin-left: 325px;
width: 425px;
margin-bottom: 1em;
}
#footer h2 {
font-size: 12px;
text-transform: uppercase;
font-weight: normal;
}
I have run my code through both the HTML and CSS validators and they come out fine. Yet when you look at it on IE, the H2 text has no left margin. So in my document the word CONTACT is all the way to the left. Why?
Here is the link to the page: http://www.wmsalitdesign.com/staging/koltun/
#footer h2, #footer p {
margin-left: 325px;
width: 425px;
margin-bottom: 1em;
}
#footer h2 {
font-size: 12px;
text-transform: uppercase;
font-weight: normal;
}
I have run my code through both the HTML and CSS validators and they come out fine. Yet when you look at it on IE, the H2 text has no left margin. So in my document the word CONTACT is all the way to the left. Why?
Here is the link to the page: http://www.wmsalitdesign.com/staging/koltun/