Well, I would expect the A to be :
color: #333366;
text-decoration: underline;
font-weight: bold;
cursor: text;
and it's not. It's just a A with default body properties. Do you know
what I mean ?
> > Hi,
> >
[quoted text clipped - 25 lines]
> > cursor: text;
> > }
Andy Dingley <dingbat@codesmiths.com> - 26 Jun 2006 16:24 GMT
> Well, I would expect the A to be :
>
[quoted text clipped - 4 lines]
>
> and it's not. It's just a A with default body properties.
1). This sounds like a simple error of your selector not matching,
rather than anything complex about properties.
2). This isn't "inheritance", as your OP described it.
3). CSS doesn't do inheritance anyway (at least not in that sense).
> Do you know what I mean ?
4). No, we need a URL to the page to begin knowing what's wrong with
it.
Harlan Messinger - 26 Jun 2006 17:39 GMT
> Well, I would expect the A to be :
>
[quoted text clipped - 5 lines]
> and it's not. It's just a A with default body properties. Do you know
> what I mean ?
Well, I know what you're telling me, but since the problem certainly has
some connection to some as-yet-unknown portion of your CSS and/or HTML
code and since you're keeping that a secret, it's hard to tell what the
problem might be.
>>> Hi,
>>>
[quoted text clipped - 24 lines]
>>> cursor: text;
>>> }