|
Convenient web based access to our favorite web design Usenet groups
|
 |
This is Interesting: Free Magazines for Graphics designers and webmasters
| Author |
| Thread |
 |
|
|
|
|
|
 |
 |
|
|
 |
 |
Re: <A> tag color inheritance in IE |
 |
|
 |
|
|
|
  09-17-05 - 09:27 AM
|
On Sat, 17 Sep 2005 09:17:34 +0200, Rip <ripkrizbi@XXXXXXXXXX> wrote:
> Hello, is there a way to get around a following problem in IE:
>
> a, a:link, a:visited, a:active {
> a:hover {
>
> #menu {
>
> #content {
>
>
> FF renders colors correctly (inherits from a div), but IE shows links
> in default (blue) color. IE is in strict mode.
>
Change the order of the selectors in your stylesheet to
#menu {}
#conten{}
a, a:link, a:visited, a:active {}
a:hover {}
So there is something to inherit.
Might work, changing the cascade. Not tested.
-- =
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.=
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |=
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |=
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |=
`-------------------------------------------------- --<--@ ------------'=
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
 |
Re: <A> tag color inheritance in IE |
 |
|
 |
|
|
|
 |
 |
Re: <A> tag color inheritance in IE |
 |
|
 |
|
|
|
 |
 |
Re: <A> tag color inheritance in IE |
 |
|
 |
|
|
|
 |
| All times are GMT. The time now is 06:35 AM. |
 |
|
|
|
|
|  |
|