Hi there,
I created a site in Wordpress - donedealatl.com
In IE, on the home page, and only the home page (all other pages work normal), anytime you click anywhere - on the page background, on an image, on a link up top, on a link in footer...ANYWHERE - the screen turns black.
This is happening only in IE and only on some computers (I can't replicate it on mine, but my business partner and the client both have this issue).
Please help!
Thanks in advance!
Big problem with my home page in IE
Moderator: General Moderators
-
toplinepub
- Forum Newbie
- Posts: 1
- Joined: Mon Jul 18, 2011 11:53 am
Re: Big problem with my home page in IE
IE 8 on Win 7 works well for me.
- angelicodin
- Forum Commoner
- Posts: 81
- Joined: Fri Nov 13, 2009 3:17 am
- Location: Oregon, USA
Re: Big problem with my home page in IE
Getting the same problem on IE9 on Win7ult x64.
Taking a quick glance at your code, at least what I can see, I'm guessing the onChange within something (guessing the java script code I can't see), is messing with the the screen effect.
More to the point line 87 of the output.
where it is controling the screen(full screen) media type.
I'm totally savy in this, but that's what it looks like to me. No error reporting so something is working right, just not the way you want it. Sorry I couldn't be more help.
Taking a quick glance at your code, at least what I can see, I'm guessing the onChange within something (guessing the java script code I can't see), is messing with the the screen effect.
More to the point line 87 of the output.
Code: Select all
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /><script src="js/prototype.js" type="text/javascript"></script><script src="js/scriptaculous.js?load=effects,builder" type="text/javascript"></script><script src="js/lightbox.js" type="text/javascript"></script>I'm totally savy in this, but that's what it looks like to me. No error reporting so something is working right, just not the way you want it. Sorry I couldn't be more help.
Re: Big problem with my home page in IE
Unable to replicate problem behavior in IE 8 under XP.