The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Web Design
> CSS Help
|
CSS in IE, NS6 good, NS 4 bad
Discuss CSS in IE, NS6 good, NS 4 bad in the CSS Help forum on Dev Shed. CSS in IE, NS6 good, NS 4 bad Cascading Style Sheets (CSS) forum discussing all levels of CSS, including CSS1, CSS2 and CSS Positioning. CSS provides a robust way of applying standardized design concepts to your web pages.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

January 11th, 2001, 04:47 PM
|
|
Junior Member
|
|
Join Date: Sep 2000
Posts: 7
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;
}
|

January 12th, 2001, 12:05 AM
|
|
Junior Member
|
|
Join Date: Jan 2001
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
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.
|

January 12th, 2001, 12:34 AM
|
|
Junior Member
|
|
Join Date: Sep 2000
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
beats me -- hope some guru can take a look and help us out!
|

January 17th, 2001, 02:14 PM
|
|
Junior Member
|
|
Join Date: Jan 2001
Location: BELGIUM
Posts: 4
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
|

January 18th, 2001, 11:24 AM
|
|
Member
|
|
Join Date: Jul 2000
Posts: 35
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
-----------------------------------------------
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|