CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
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 5th, 2002, 01:22 PM
Pupeno Pupeno is offline
Give peace a chance.
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2000
Location: Buenos Aires, Argentina
Posts: 83 Pupeno User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 39 sec
Reputation Power: 8
Send a message via ICQ to Pupeno Send a message via AIM to Pupeno Send a message via MSN to Pupeno Send a message via Yahoo to Pupeno
Unhappy css validation

Ok, I could check the validity of my css file, and I've got this warnings, what do they mean:


URI : http://209.99.230.188/ASAPlate/web/asaplate.css

Line : 3 Level : 1 You have no color with your background-color : body
Line : 9 Level : 1 You have no background-color with your color : a:link
Line : 23 Level : 1 You have no background-color with your color : a:visited
Line : 30 Level : 1 You have no background-color with your color : a:hover
Line : 99 Level : 1 You have no color with your background-color : table.main
Line : 104 Level : 1 You have no color with your background-color : td.menu
Line : 112 Level : 1 You have no color with your background-color : td.body
Line : 117 Level : 1 You have no color with your background-color : body.alternate
???
thank you

Reply With Quote
  #2  
Old January 5th, 2002, 04:49 PM
Fataqui Fataqui is offline
Senior Member
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Nov 2001
Location: Boston Ma.
Posts: 1,530 Fataqui User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 24 m 42 sec
Reputation Power: 0
Hi............


It clearly tell's you what is wrong.............


Line : 3 Level : 1 You have no color with your background-color : body

error text color is missing from body...........

If you use a (BACKGROUND-COLOR) you must list a (TEXT COLOR)

Code:

body { 
      BACKGROUND-COLOR: #000000; 
      COLOR: #FFFFFF; 
      FONT-FAMILY: Tahoma, san-serif; 
      FONT-SIZE: 11px; 
      MARGIN: 20px 20px 0px 20px
}



F!

Reply With Quote
  #3  
Old January 5th, 2002, 09:47 PM
Pupeno Pupeno is offline
Give peace a chance.
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2000
Location: Buenos Aires, Argentina
Posts: 83 Pupeno User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 39 sec
Reputation Power: 8
Send a message via ICQ to Pupeno Send a message via AIM to Pupeno Send a message via MSN to Pupeno Send a message via Yahoo to Pupeno
no color

The validator asks me to specify the background color for everything, for example a:hover. but I don't want to specify a background color for it, I would like it to take it from the object it is in, or be transparent, how should I do that ?

Reply With Quote
  #4  
Old January 5th, 2002, 11:34 PM
mccutchen mccutchen is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Posts: 28 mccutchen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
like so:
Code:
a:hover {
    color: #f00;
    background-color: transparent;
}

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > css validation


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 | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway