Re: Background in css gives warning
- From: Toby Inkster <usenet200602@xxxxxxxxxxxxxxxxx>
- Date: Sat, 25 Feb 2006 19:54:53 +0000
Jukka K. Korpela wrote:
Transparent means that you accept that whatever the cascade happens to
assign as value to the parent element's background property this time
will appear as the background.
If you control all of the HTML, then specifying something like:
STRONG {
color: red;
background: transparent;
}
in CSS might make sense, because you may know that you'll only ever use
<strong> within <div id="content"> which has an off-white background.
But if there are multiple markup authors, then "background:transparent"
might be almost as useless as not specifying a background at all.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
.
- Follow-Ups:
- Re: Background in css gives warning
- From: Harlan Messinger
- Re: Background in css gives warning
- From: Alan J. Flavell
- Re: Background in css gives warning
- References:
- Background in css gives warning
- From: Adario
- Re: Background in css gives warning
- From: Neredbojias
- Re: Background in css gives warning
- From: Jukka K. Korpela
- Re: Background in css gives warning
- From: Neredbojias
- Re: Background in css gives warning
- From: Alan J. Flavell
- Re: Background in css gives warning
- From: Neredbojias
- Re: Background in css gives warning
- From: Jukka K. Korpela
- Background in css gives warning
- Prev by Date: Re: 'screen.height' excluding browser bottom border?
- Next by Date: Re: Background in css gives warning
- Previous by thread: Re: Background in css gives warning
- Next by thread: Re: Background in css gives warning
- Index(es):
Relevant Pages
|