Jump to content

Getting style sheet to work in all browsers.


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]-->

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.