SitePoint Sponsor |
|
User Tag List
Results 1 to 5 of 5
-
Dec 3, 2002, 06:15 #1
- Join Date
- Sep 2002
- Location
- UK
- Posts
- 573
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Take a look Nutscrape 4 majoer problems
Could somebody please tell me the reasons why my site is not showing up in NS 4.
http://www.search-engine-professionals.co.uk
I know NS 4 has problems with CSS, but i am not too bothered how it looks in NS 4 just as long as the user can read the text and navigate around the site.
I am fairly new to CSS, i would really like to know about the cross broser issues.
any help would be much appreicated
cheers
dave
-
Dec 3, 2002, 10:40 #2
- Join Date
- Oct 2001
- Location
- Beyond yonder
- Posts
- 2,384
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Well, I don't have NS4 on my machine...
But my first assumption was that there was a missing </table> or something so I tried to validate it. Long story short, your table looks fine, but the valuator couldn't detect any characterset.
Your CSS also isn't valid, but I didn't see anything that's all that fatal from what I remember from NS4.
Hope this helps--it's been a while since I've used NS4! :-p
~~Ian
-
Dec 7, 2002, 23:22 #3
You have made the style sheet completely unavailable to the browser.
Code:<style type="text/css"><!-- @import url(app_stylesheet.css); --> </style>
try putting the styles that work cross browser / cross platform in a seperate css file first.
Code:<link rel="stylesheet" type="text/css" href="styles/generic.css" />
hope that helpsmike 2k: )2
<work> http://webSemantics.co.uk </work>
<rest> http://2kool2.com/ </rest>
<play> http://bangersandmash.com/ </play>
-
Dec 9, 2002, 07:07 #4
- Join Date
- Sep 2002
- Location
- UK
- Posts
- 573
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I added the @import on purpose as i dont care what it looks like in nutscrape 4
thanks for your posts
-
Dec 12, 2002, 14:06 #5Originally posted by mumford1
I added the @import on purpose as i dont care what it looks like in nutscrape 4
thanks for your posts
Anyways, do what the guy said above and use the old fashioned way to link stylesheets via the LINK REL command.
Bookmarks