jQuery + IE8 = PITA - Help wanted please

Associate
Joined
26 Dec 2003
Posts
2,260
Location
UK
This is the page we're working on - http://www.smg-computers.com. It works perfectly on IE9, FF, Opera, Safari. But IE8 and below is a no go.

IE8 doesn't display the info divs and doesn't even show the orange borders like every other browser. We're using the latest jQuery, we've tried z-index for everything as IE7/8 seems to have a problem with that. Infact the list of things we've tried is so long and some are so random that we're now out of ideas. Please shed some light on this!

It's easier to get the source live from the site as we keep making changes :)
 
Last edited:
I've told the page to disable rounded corners if it detects the browser is ie8 or less. It's a lame workaround but it works and will let us carry on with the rest of the site until we can fix it properly.
 
reading this on phone, sounds like you are using jquery for rounded corners. if so why not use css3 for rounded corners.

pita to punctuate properly on phone sorry.
 
Yeah I tried css3 borders :) but then the animation effects stopped working properly. I've tried all manner of hacks and workarounds but IE7 just doesn't want to know - at least if I want to keep the animation effect.
 
Give up on ie6+7 and think towards the future and create the best design possible, for ie6+7 create a elegant static stylesheet with no javascript, you'll waste less time and enable you to spend more time being creative with better browsers.
 
Back
Top Bottom