bluebyyou Posted February 8, 2008 Share Posted February 8, 2008 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 Link to comment https://forums.phpfreaks.com/topic/90101-getting-style-sheet-to-work-in-all-browsers/ Share on other sites More sharing options...
ypkumar Posted February 9, 2008 Share Posted February 9, 2008 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]--> Link to comment https://forums.phpfreaks.com/topic/90101-getting-style-sheet-to-work-in-all-browsers/#findComment-462547 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.