View Full Version : JS JS/CSS menu causing trouble in IE6.
Awesome-O 4000
July 29th, 2008, 02:39 PM
*Edit: Problem solved. Just wanted to remove the site's user/pass from this post.
Syous
July 29th, 2008, 02:43 PM
IE8 is almost out, no need to code for IE6 anymore!
I'd just put a script that checks for browser type and if it's outdated tell them to upgrade. Less and less people are using IE6 every month and it will go down dramatically when IE8 hits.
Awesome-O 4000
July 29th, 2008, 02:45 PM
Yeah, I know, I know. That's what I said. But I was told to try to find a solution, so meh, here I am.
Syous
July 29th, 2008, 03:35 PM
Hehe, it's nothing personal I'm just doing my part in trying to make people not use IE6. It's even in our contract that we will not have the site compatible for IE6! hehe
Awesome-O 4000
July 29th, 2008, 03:43 PM
Smart move.
I'm fairly certain I'm just going to try to convince them they're retarded for still using it.
Crap. I just realized there's another issue in IE6 with this, but with a CSS span, I think. Dammit. lol
Awesome-O 4000
July 29th, 2008, 05:56 PM
According to Script Debugger, the third line is what is making IE angry:
function showlayer(layer){
var myLayer=document.getElementById(layer);
if(myLayer.style.display=="none" || myLayer.style.display==""){
myLayer.style.display="block";
} else {
myLayer.style.display="none";
}
}
I pretty much know next to nothing about JS, so I'm not sure what my next step should be (other than refusing to code for IE6. :P)
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.