MyBB Community Forums

Full Version: [Still unsolved.] Internet Explorer stinks, still, help me out!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Thanks for looking anyways!
(2011-05-29, 11:15 AM)euantor Wrote: [ -> ]Seeing the code, I can't see what's causing the thead issue (the first thing I'm looking at). Try applying a float: left to it and see what happens?

@Sama: "CSS isn't fully supported"? I think you mean that IE7 doesn't support CSS3 and it sometimes renders CSS slightly different to other rendering engines. It does support CSS2.1 fully though. That's why we use CSS resets.

Yes, that is what i meant, hehe.

Ontopic: Try adding
.menu li {display:inline;}
, I'm not a css expert but it will solve 1% of your problems .... >___>
Thanks! That was one problem! Now the rest to go!
You welcome ^^

Try modifying those two <hr/> inside you header template:
<hr class="hidden" />

Replace:
<hr class="hidden" style="width:0;" />

That will solve the two hr lines you see when using IE7.
Done, i'm still not sure what caused the colors, maybe it's int he body { tag?
Any fix?
*bump*
Pages: 1 2