MyBB Community Forums

Full Version: IE and Chrome issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i just tried a few of my themes in IE along with Chrome. I noticed that the thead images are fully showing,but smaller then they are. Causing the bg color to show.

Here is an image - http://i43.tinypic.com/2zgrlw2.png

Please help with this so i can get all my themes fixed =].
Add:

padding-top: 0;
padding-bottom: 0;

to the thead class. Then get the height of the thead image and put that in too.
(2010-04-11, 10:13 PM)computergeek67 Wrote: [ -> ]Add:

padding-top: 0;
padding-bottom: 0;

to the thead class. Then get the height of the thead image and put that in too.

Yeah I did that already thinking it would fix it. Sadly it didn't.
Humm I got it fixed by making the background transparent.