SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: Help with Netscape 4 and CSS
-
Sep 14, 2003, 11:18 #1
- Join Date
- Jun 2000
- Location
- Sherman Oaks, CA, USA
- Posts
- 55
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Help with Netscape 4 and CSS
My CSS styles are not working in NS 4
They are very basic design styles.
Can anyone offer me advise on what I'm doing wrong?
The site is: http://www.pinemountainclubhome.com
The CSS is located at: http://www.pinemountainclubhome.com/css/global.css
I'm using the link method: <link href="css/global.css" rel="stylesheet" type="text/css">
Should I also use the CSS import method?
Thanks
-
Sep 14, 2003, 12:32 #2
- Join Date
- Mar 2002
- Location
- Manchester, UK
- Posts
- 853
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Can anyone offer me advise on what I'm doing wrong?
But seriously, NN4's CSS implementation is *very* broken. So much so, that your best bet may be to use a completely separate basic style sheet for NN4, then use @import to pull in the full one for other browsers.
Code:<link rel="stylesheet" type="text/css" href="path/to/nn4stylesheet.css"> <style type="text/css">@import url(path/to/full.css);</style>
gav
http://www.livejournal.com/users/blufive/
browser stats analysis and comment:
http://www.livejournal.com/community/stats_weenie/
Bookmarks