View Single Post
  #1 (permalink)  
Old 04-09-2007, 05:48 PM
btimms btimms is offline
Junior Member
 
Join Date: Dec 2006
Posts: 14
Default IE 6 conditional image issues

Hey Brian,

I just located a problem on one of my pages with IE6 and I'm not sure if anything can be done in your kit or not with this. I use some conditional if statements for IE versions less than 7 that substitute gif images for png images in the CSS using the IE conditional comments placed in the head section. These conditional images are converted using the JT kit to "CMS images" and of course some php code is added to the image reference. This causes everything to break under IE 6. When I eliminate the php code and replace with the straight html the images appear as they should. If I'm off base here I would appreciate suggestions.

I detected this by a friend telling me I couldn't get a 100% reliable IE6 page view with the "stand alone" version of IE6 and needed to download and set up the MS virtual PC along with the IE6 image to get a true page view. Sure enough, the IE6 stand alone had been giving false readings as the in virtual PC version the problems showed up.

Thanks

Bob