MyBB Community Forums

Full Version: .thead height differs by browser
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! I'm trying to change the height of the .thead class to 34px to fit my background image. It works in Firefox, but all other browsers add space below it. Here's images:

Firefox:
[Image: thead.th.png]

Other Browsers:
[Image: thead2.th.png]

Can someone please help me?
Reset the padding for .thead:
.thead
{
/* here your other code */
padding: 0px 4px;
}
Thank you! I tried messing with the padding, but I was trying to use negative numbers. lol
(2011-06-05, 07:20 PM)JakeM11 Wrote: [ -> ]Thank you! I tried messing with the padding, but I was trying to use negative numbers. lol

No problem Wink