Forum Moderators: not2easy

Message Too Old, No Replies

title text displays incorrectly in IE

         

silent1643

10:49 pm on Aug 22, 2009 (gmt 0)

10+ Year Member



using a highly modified wordpress template but for whatever reason the title text is off in IE - chrome, and firefox are fine

anybody see anything i can do in the css code to fix this?

css code
#header a#logo {
display : block;
float : left;
width : 33%;
text-align : center;
color : #ffffff;
font : bold 26px/30px Georgia, "Times New Roman", Times, serif;
text-decoration : none;
margin-top : -55px;
}

iambic9

6:54 am on Aug 23, 2009 (gmt 0)

10+ Year Member



You need to give it a height. IE sees your logo as "height:0px;"

silent1643

2:21 pm on Aug 24, 2009 (gmt 0)

10+ Year Member



thanks that fixed the problem