CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 11th, 2001, 04:47 PM
gplemos gplemos is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Posts: 7 gplemos User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Alright, I have a simple CSS file that I'm working on. Perhaps someone can take a look at it and teach me if I've done something wrong. I must admit I just started using CSS after all this time.

Everything looks fine in IE, and NS 6, but NS 4 shows the default fonts. Below is what I used in my external CSS file.

Thanks for your assistance.







.pnistyles {
font-family: Verdana;
font-size: 15 px;
}

A:link {
color: Blue;
text-decoration : underline;
}
A:active {
color: Black;
}
A:visited {
color: Blue;
}
A:hover {
color: Green;
text-decoration: overline;
}




.linkstyles {
font-family: Verdana;
font-size: 15 px;
}

A:link {
color: Blue;
text-decoration : underline;
}
A:active {
color: Black;
}
A:visited {
color: Blue;
}
A:hover {
color: Green;
text-decoration: none;
}





.topsylestyles {
font-family: Verdana;
font-size: 20 px;
}

Reply With Quote
  #2  
Old January 12th, 2001, 12:05 AM
Amino-X Amino-X is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 1 Amino-X User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to Amino-X Send a message via AIM to Amino-X
CSS in IE, NS6 good, NS 4 bad

Same problem here. Page looks wonderful in MSIE 5.01 but in Netscape 4.75, it's a royal mess.

Cant figure it out.

URL if you want to look at it.

Best wishes.

Reply With Quote
  #3  
Old January 12th, 2001, 12:34 AM
gplemos gplemos is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Posts: 7 gplemos User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
beats me -- hope some guru can take a look and help us out!

Reply With Quote
  #4  
Old January 17th, 2001, 02:14 PM
Wim Wim is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Location: BELGIUM
Posts: 4 Wim User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Now that's an easy one, Netscape versions prior to version 6 don't support the hover attribute. That's why you don't see the rollovers on your links.

You could emulate them with JavaScript, but it would probably be overkill...

Best regards,

Wim

Reply With Quote
  #5  
Old January 18th, 2001, 11:24 AM
dusty351 dusty351 is offline
Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Posts: 35 dusty351 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m
Reputation Power: 13
Yes, NN4 really screws up the CSS. I find it best to avoid the body declaration in my NN4 stylesheets, and instead declare the indiviual body parts:

b, i, td, etc.... {
font-face: IHateNavigator
}

Dotan Cohen
-----------------------------------------------
MySQL php4
50 megs $9.99 http://TerribleHost.com
-----------------------------------------------

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > CSS in IE, NS6 good, NS 4 bad

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap