MyBB Community Forums

Full Version: Different on FF & IE.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I'm creating a theme but it is different between FF & IE.
FireFox:
[Image: x7uog.jpg]
InternetExplorer:
[Image: ielffb.jpg]

Notice where it says "My Category" the background is stretched in IE

How to fix?


Yes some images aren't displaying because the theme is unfinished
in the .thead css put this


padding: 0px
background-repeat: no-repeat;


That should fix it.
Thank you! Smile
So i guess you make themes?
F**k didn't fix it Sad
(2010-04-26, 04:06 PM)i88power88 Wrote: [ -> ]Thank you! Smile
So i guess you make themes?
F**k didn't fix it Sad

Yes I do make themes.

If that didn't fix it then try declaring the height and width of the image.

I am guessing it is 20 px so if it isn't just adjust as needed.

under

.thead

put

height: 20px;
width: whatever the width is px;
Cheers i thought of that but i thought i would wait see what people say...
(2010-04-26, 04:49 PM)i88power88 Wrote: [ -> ]Cheers i thought of that but i thought i would wait see what people say...

Well that should fix it then.
Ahh ffs didn't work either...
(2010-04-26, 05:05 PM)i88power88 Wrote: [ -> ]Ahh ffs didn't work either...

Humm mind linking to the theme? I got a odd feeling you might have made a simple error.
its on localhost would be hard to access it but you can try Toungue
http://localhost/
Humm well then could you post your thead css?
Pages: 1 2