westmidsguy Posted December 17, 2009 Posted December 17, 2009 I have many users that have experienced different visual results as they are using smaller screens or even bigger screens plus in some browsers my site appears differently. Is there a contribution or code that fixes this? thanks
Guest Posted December 17, 2009 Posted December 17, 2009 Simran, Tags are not compatible in all browsers, some tags are now deprecated. You can click here to get a better idea of the most compatible tags. http://www.quirksmode.org/compatibility.html Check what your site looks like here in all browsers: http://browsershots.org/ Chris
npn2531 Posted December 18, 2009 Posted December 18, 2009 Thanks Here is way to solve the problem. Lots of people have this issue. If you go to my site http://www.niora.com and view source you'll see the code below, in the header: What I am doing is telling IE explorer to go to another stylesheet. This means you need to have another stylesheet though. You can also see it done this way at http://www.clinique.com <link rel="stylesheet" type="text/css" href="includes/stylesheet.css"><!--[if IE]><link rel="stylesheet" type="text/css" href="includes/stylesheet2.css" /><![endif]--><!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="includes/stylesheet3.css" /><![endif]--> Oscommerce site: OSC to CSS, http://addons.oscommerce.com/info/7263 -Mail Manager, http://addons.oscommerce.com/info/8120
Recommended Posts
Archived
This topic is now archived and is closed to further replies.