[WSG] color: inherit;?

2004-12-08 Thread Lee Underwood
I know that if you declare the background-color, you also declare the color 
(and vice-versa). Is it o.k. to use color: inherit; for the color when 
you are declaring the background-color? If not, then what is a good way to 
do it?

Thanks!
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


[WSG] How not to inherit

2004-11-20 Thread Lee Underwood
I have the following code in a file:
begin code
a:hover {
  background-color: #dedede;
  color: #385468;
text-decoration: none;
}
#navbar-main a:hover, #navbar a:hover {
text-decoration: underline;
}
/end code
The problem is, I don't want the navbar rule to inherit the color and 
background-color declarations from the previous rule. Suggestions?

Thanks in advance!
Lee
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] How not to inherit

2004-11-20 Thread Lee Underwood
Erik,
Thanks. It's so simple I couldn't figure it out. I just changed the colors 
to what I did want and it worked (Duh!)

Thanks again.
Lee
At 11/20/04 11:44 PM, Rick Faaberg wrote:
On 11/20/04 8:24 PM Lee Underwood [EMAIL PROTECTED] sent this out:
 begin code
 a:hover {
  background-color: #dedede;
  color: #385468;
 text-decoration: none;
 }

 #navbar-main a:hover, #navbar a:hover {
 text-decoration: underline;
 }
 /end code

 The problem is, I don't want the navbar rule to inherit the color and
 background-color declarations from the previous rule. Suggestions?
What do you want those attributes inherited from then?
I'd say you need to declare them in the second declaration to set them for
navbar-main.
I'm missing the point I'm sure.
Erik FĂ„berg
**
The discussion list for  http://webstandardsgroup.org/
 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] 10,000 posts, we have a winner...

2004-11-12 Thread Lee Underwood


And here's to the addition of a grammar checker ...
;-)
Lee

Thank you to everyone who has
contributed to the 10,000 posts - hears to the
next 10,000.
Russ and Peter




Re: [WSG] IE review

2004-11-10 Thread Lee Underwood
Ted,
I checked it in IE6 and it looked fine. I sent you a screen capture offlist.
Lee

At 11/10/04 12:03 PM, Ted Drake wrote:
Hi everyone
I have gotten two messages that our site can look odd in IE6 Win and I 
can't duplicate the results.  One person said there were weird lines and 
empty spaces, another complained of huge text.

Could you take a look at our site, www.csatravelprotection.com  in IE Win 
and let me know if you see anything strange?  Screenshots off list would 
be great.

Thanks
Ted Drake
www.csatravelprotection.com
**
The discussion list for  http://webstandardsgroup.org/
 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**