PDA

View Full Version : Google ie8 script. Does one use suffice for multiple pages.


effpeetee
03-22-2009, 09:01 AM
Using the Google ie8 script. Does one use suffice for multiple pages.
For example, my own site has a number of menu pages which are just presenting family pictures. My index page uses the google IE8 js script.
Does the script need to be repeated on each page, (assuming that each page needs it.) or is the original use inherited?

Frank

<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script>
<![endif]-->

_Aerospace_Eng_
03-22-2009, 09:31 AM
It needs to be on every page that you want to "act" like IE8 however for the most part these types of hacks aren't ever really needed. The only one I think would be needed is the transparent pngs for IE6.

effpeetee
03-22-2009, 10:01 AM
It needs to be on every page that you want to "act" like IE8 however for the most part these types of hacks aren't ever really needed. The only one I think would be needed is the transparent pngs for IE6.
Thanks Aero. I'll take your advice and leave it alone.

Frank