Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Contribution or code which fixes browser issue?


westmidsguy

Recommended Posts

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...