Hello,
Before worrying about padding, "class" is NOT an HTML element. You must use a span, for example:
Code:
<span style="background-color: #FF7B00; color: #FFFFFF; padding: 0px 8px 0px 8px; font-size: 10px; font-style: italic; font-weight: bold;">URGENT</span>
Then you can try to fix the padding issue and apply what Beverleyh says.
You're using very old HTML. "Font" is no longer an HTML element. You should re-design your site from the ground up with modern standards.
Cheers,
---
Francisco Blanchart
Web accessibility and standards consultant
Madrid, Spain
---

Originally Posted by
qwikad.com
Hi,
It looks just fine in all other browsers, but somehow IE shows padding differently in identical class styles on the same page!
Notice how the first URGENT sign looks in IE:
http://qwikad.com/50/posts/12-biz-op...iate-programs/
The padding-bottom looks bigger in the first one than in the rest of the signs.
Here's the code I use:
Code:
<class style="background-color: #FF7B00; color: #FFFFFF; padding: 0px 8px 0px 8px; font-size: 10px; font-style: italic; font-weight: bold;">URGENT</class>
Is there something I can use to fix it? I tried pretty much everything.
Bookmarks