Jump to content

Getting style sheet to work in all browsers.


bluebyyou

Recommended Posts

I came up with my basic design, previewing it in firefox. Some of my links do not show up the same in safari, and im sure other browsers. I have no Idea what it is doing in IE, since I don't have it. Could some one have a look at my page in firefox to see how it should look, then look at it in other browsers and make a suggestion how I can get them all to match up.

 

the page: ignitethespirit.org/test

the css:   ignitethespirit.org/test/default.css

 

Hi mate!

 

i've tested your page in firefox 1.5 and ie7, there seems to be no problem, its perfectly aright.

in anycase if you have any problem with IE then code the css separately for ie and let the following script choose and load for your visitors.

 

<!--[if IE]><link href="ie.css" rel="stylesheet" type="text/css"><![endif]-->
<!--[if !IE]>--> <link href="style.css" rel="stylesheet" type="text/css"> <!--<![endif]-->

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.