Zeradin Posted December 8, 2009 Share Posted December 8, 2009 i've been f'ing aruond with this for over an hour. in ie 6 the links only stick like they are positioned absolutely in the content div but are fine in firefox. the rest of the div's content scrolls fine. I tried turning off lightbox I can't figure out whyy. I've already spent the entire day wrecking the site trying to make it ie compatible and now I can't even make it ugly and work. Any help please? Link Link to comment https://forums.phpfreaks.com/topic/184472-links-only-think-theyre-in-content-div-not-containing-div-in-ie-only/ Share on other sites More sharing options...
Zeradin Posted December 8, 2009 Author Share Posted December 8, 2009 also it scrolls fine until the page is finished loading. Link to comment https://forums.phpfreaks.com/topic/184472-links-only-think-theyre-in-content-div-not-containing-div-in-ie-only/#findComment-973811 Share on other sites More sharing options...
Zeradin Posted December 9, 2009 Author Share Posted December 9, 2009 Anyone have any ideas why that'd happen? Link to comment https://forums.phpfreaks.com/topic/184472-links-only-think-theyre-in-content-div-not-containing-div-in-ie-only/#findComment-974364 Share on other sites More sharing options...
Zeradin Posted December 9, 2009 Author Share Posted December 9, 2009 So it's not just old IE it's new IE as well and there's a new problem with NEW IE only on the page http://sadbbq.com/gallery where you can't click the links... but works on every other browser and the new IE outlines them if i tab to them... just no hyperlink action. Wtf internet explorer. Link to comment https://forums.phpfreaks.com/topic/184472-links-only-think-theyre-in-content-div-not-containing-div-in-ie-only/#findComment-974372 Share on other sites More sharing options...
mrMarcus Posted December 9, 2009 Share Posted December 9, 2009 always a tough lesson to learn as a budding developer/designer. different browsers handle some things differently. next time (from now on), use this program to check your site against different versions of Internet Explorer on the fly to avoid these kinds of rookie mistakes. link: Browser Compatibility Check for Internet Explorer Versions from 5.5 to 8 - IETester Link to comment https://forums.phpfreaks.com/topic/184472-links-only-think-theyre-in-content-div-not-containing-div-in-ie-only/#findComment-974388 Share on other sites More sharing options...
Zeradin Posted December 10, 2009 Author Share Posted December 10, 2009 always a tough lesson to learn as a budding developer/designer. different browsers handle some things differently. next time (from now on), use this program to check your site against different versions of Internet Explorer on the fly to avoid these kinds of rookie mistakes. link: Browser Compatibility Check for Internet Explorer Versions from 5.5 to 8 - IETester Thanks for the link, but my code doesn't do anything wrong as far as I can tell. I want to know WHY it isn't working in IE so I know WHAT to avoid. All I know is that in this instance the links think they're in the wrong div and in another instance links that are there are unclickable, but are read by the browser. The things I tried to do are post images in succession and make block links, I can't avoid that forever. Note: the second problem I use z-index. I can't believe they'd take that functionality OUT between ie6 and the new ie so there's gotta be something else I'm not seeing. Thanks. Link to comment https://forums.phpfreaks.com/topic/184472-links-only-think-theyre-in-content-div-not-containing-div-in-ie-only/#findComment-974429 Share on other sites More sharing options...
mrMarcus Posted December 10, 2009 Share Posted December 10, 2009 so you don't get your hopes up on getting proper help, this is surely a CSS and/or Javascript issue, not PHP. you might want to try either of those forums. you'll get the help you need there. Link to comment https://forums.phpfreaks.com/topic/184472-links-only-think-theyre-in-content-div-not-containing-div-in-ie-only/#findComment-974432 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.