Page 1 of 1

Big problem with my home page in IE

Posted: Mon Jul 18, 2011 11:55 am
by toplinepub
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!

Re: Big problem with my home page in IE

Posted: Mon Jul 18, 2011 12:51 pm
by twinedev
IE 8 on Win 7 works well for me.

Re: Big problem with my home page in IE

Posted: Mon Jul 18, 2011 12:59 pm
by angelicodin
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.

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>
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.

Re: Big problem with my home page in IE

Posted: Mon Jul 18, 2011 3:23 pm
by califdon
Unable to replicate problem behavior in IE 8 under XP.