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
#message2 {
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: 26px;
width: 100%;
}
<div class="message2" id="message2" onclick="closeNotice2()" style="display: none">
Yo, <b><? echo $pusername; ?></b> - <? echo $_SESSION["user_message"]; ?>
<a class="close-notify" onclick="closeNotice2()">X</a>
</div>
When i change the size of height, It changes in FF but in IE it remains the same size..?