I have a red rounded box that looks good in Windows (FF) and Mac (Safari). But it is not right in IE. Is there a better cross browser solution please?
Hi, you are trying to compensate for the <p>'s margins by setting negative margins on the “.alert-message-text” element.
There is no need for that :). Just remove the margin-top/bottom -11px and then set the default margins of the <p> to 0
.alert-message-text{margin:0;}
.alert-message-text p{margin:0;}
Brilliant! Thanks.
BTW: How do you get to be the CSS guru of the year? Congrats!
That’s an easy one, even for me: by being excellent in css and excellent in helping us poor mortal souls
You’re welcome
By helping many many many many people like you with CSS problems