Hi guys, I made some modifications on the CSS of this website: hostshield dot com and it seems the content is ok but the homepage doesnt look ok in IE6 and IE7. I checked it browsershots dot org and it´s giving me errors. I attach the screenshots of the result I got... Also can you check in IE6 and IE7 if the content of the page Upgrade Now is aligned as it shows in the screenshot? In case the outcome is really that the website looks bad in IE6 and IE7, what woudl be the solution for this? Thanks Nat
Guys, please...can you just check this website in IE6 and IE 7 and tell me if the homepage is messed up? I attached a image on how it should look...it looks ok in Firefox. Thanks
First you are using PNGs so IE6 won't look right. The 1,2,3 parts from the ideal screenshot aren't showing up at all. Attached a screenshot from IE6.
Thanks for replying... Now I have added this coding in the HTML that it´s supposed to help see the png´s in IE6. <!--[if lte IE 6]> <script type="text/javascript" src="javascript/supersleight/supersleight-min.js"></script> <![endif]--> HTML: Can you guys tell me how you see the homepage now with this extra coding? I need to check IE6 and IE7... thanks
It's the same in IE6. I tried to find the js file using this url: http://www.hostshield.com/javascript/supersleight/supersleight-min.js And I got a 404.
Oh man, you´re right. I think I forgot to specify that the javascript folder is inside the templates folder...can you check now? Now it says this in the coding <!--[if lte IE 6]> <script type="text/javascript" src="templates/javascript/supersleight/supersleight-min.js"></script> <![endif]--> HTML: Thanks