Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Theme not working in Internet Explorer.

Hi everyone.
I've been checking my forum on different browsers and when I checked on IE 8 this is what I saw:
http://littlebigbiz.co/forum/issues/bad.png
Instead of what it usually looks like.
http://littlebigbiz.co/forum/issues/good.png
My custom css is: http://littlebigbiz.co/forum/themes/BrandFriendly/design/custom.css
Sorry I've research this a bunch but can't seem to figure it out.
Any help would be much appreciated, thanks.
0
Answers
Works for me, but you have broken image :
Mind you your css is still buggered
There was an error rendering this rich post.
I've seen cases where the
url(...)
elements in a css file can screw things up if not formatted properly. Try doing the following:Enclose your urls in quotes. So use
url("/images/bg-body.gif")
instead ofurl(/images/bg-body.gif)
.Double check your css file and make sure you don't have any mismatched quotes.
Thanks to you both and will work on it and report back!
Just remember ie isnt very forgiving, firefox is. Albeit ppl hate inferiornet explorer its good you are testing in ie.
Rule of thumb.
If broke in I.E.
Fix in firefox
Retest in I.E.
There was an error rendering this rich post.
@422 thanks! No luck so far with adding quotes but will keep at it, thanks.
This is interesting, home page works fine:
http://littlebigbiz.co/
I'll have to compare the style sheets.