i have this this simple div
:
<div id="error_message">Some bad things happened here, sorry... try again later!</div>
and this css
:
#error_message
{
width:170px;
height:44px;
color:green;
font-size:15px;
margin-left:10px;
text-align:center;
}
ok, as i expected ie6
kicks my butt again :D so what it does is to actually "cut" my text and it displays just "sorry... try again later!"
i google it without any satisfying result. Do you have any antidote for this?