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 May 14th, 2000, 08:03 PM
Ryan Spain Ryan Spain is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 3 Ryan Spain User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Can anyone help me
I am trying to use CSS within linked to a HTML Document.
The CSS file has three style definitions.
a:Hover
a:link
a:vistied

Now Ie works fine, you run the mouse over the text and it changes, but under netscape it doesn't

Why so, is there an issue with Netscape 4.61 ?

Can you even do this with netscape

Here is the CSS code:

<style>
<!--

P { font-color: #000000;
font: arial, helvetica;
font-size: 8pt;
}

A:link { font-color: #00001B;
font: 8pt arial, helvetica;
text-decoration: none;
; color: #FF3333
}

A:visited { font-color: #1B0000;
font: 8pt arial, helvetica;
text-decoration: none;
; color: #0000FF
}

A:hover { font-color: #001B1B;
font: 8pt arial, helvetica;
text-decoration: none;
; color: #00FF00
}

-->
</style>

Regards: Ryan Spain
Comments on this post
Gran Roguismo agrees!

Reply With Quote
  #2  
Old May 16th, 2000, 07:24 AM
firepages's Avatar
firepages firepages is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2000
Location: Perth West Australia
Posts: 757 firepages User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 18 m 32 sec
Reputation Power: 14
Netscape 4.anything does not support the hover command.

Apparently NS6 does, in fact it does a lot of things that explorer does and not a lot of what Netscape did!

Regards
Simon

------------------
Simon Wheeler
FirePages -DHTML/PHP/MySQL

Reply With Quote
  #3  
Old May 16th, 2000, 07:28 AM
firepages's Avatar
firepages firepages is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2000
Location: Perth West Australia
Posts: 757 firepages User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 18 m 32 sec
Reputation Power: 14
Oooops - forgot to mention your CSS is a bit ropey I do not think netscape would regognise it - try as below or similar,

A.Whatever{
color : #800000 ;
font-family : Century Gothic , Arial;
font-size : 11pt ;
font-weight : 600 ;
text-decoration : none ;
}

Remember Netscape ignores all good CSS as soon as it hits a bad bit.

Regards,
Simon.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > CSS Help!!!!

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