Jump to content
Sign in to follow this  
davidzatzcom

Whoops...IE8 errors

Recommended Posts

moneymastersmailaolcom

Hello, my name's Kate. I just fixed a client site. It seems that you put below code inside <!--[if IE]> and <![endif]-->

<script  type="text/javascript"  src="<?php echo JS_FOLDER; ?>/belatedpng.js"></script>
		<script>
		  DD_belatedPNG.fix('.pngbg, .welcometext, .icons a, #site, .fcontent, .featurelink, .contentshadow, .plimage, .shadowbottom, .shadowtop, .post-footer .left span, #welcome');
		 </script>	

It supposed to be inside <!--[if IE 6]> and <![endif]--> That fix is for IE6, it isn't for IE7, IE8 and above

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×