CSS issue with IE

Posted by Azzyh on Stack Overflow See other posts from Stack Overflow or by Azzyh
Published on 2010-03-08T20:33:52Z Indexed on 2010/03/08 20:36 UTC
Read the original article Hit count: 335

Filed under:

Please check this:

http://img62.imageshack.us/img62/3598/ieff.png

why is it more height than in FF.. i want it to be like FF in IE

#message {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 105; 
    background-color: #034678;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
    text-align: center;
    font-weight: bold;
        border-bottom: 2px solid #FFF;
  height: 26 px;
  width: 100%;
} 

© Stack Overflow or respective owner

Related posts about css