IE 6.0 and style.display
Posted by jon31, 03-23-2007, 05:14 PM Hey folks, I'm working on some cool little AJAX scripts, but I've come across an issue with IE 6.0. It doesn't seem to want to trigger my object.style.display="" and similar requests. Here's the code I'm using: Anyone know what I'm doing wrong here for IE? It works in Safari, Firefox on Mac, and Firefox on windows. Any ideas? [EDIT] Cancel that, I seem to have figured it out. It seems to rely on the position of the script before it will work. Quite an odd bug I'd say. Last edited by jon31; 03-23-2007 at 05:19 PM.