Big problem with my home page in IE

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
toplinepub
Forum Newbie
Posts: 1
Joined: Mon Jul 18, 2011 11:53 am

Big problem with my home page in IE

Post 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!
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: Big problem with my home page in IE

Post by twinedev »

IE 8 on Win 7 works well for me.
User avatar
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

Post 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.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Big problem with my home page in IE

Post by califdon »

Unable to replicate problem behavior in IE 8 under XP.
Post Reply