On 13 Oct 2004 01:56:47 -0700, "Steve Pugh" <steve (AT) pugh (DOT) net> wrote:
Quote:
I have some styles which IE (Win - tested in 5, 5.5 and 6) is only
applying to the first letter of the element. Basic stuff like
font-weight and font-size applied to a <p> or <hx> element via either a
class selector or a straight element selector. |
Upon closer inspection it was only <p> elements that were affected.
Quote:
Searching for this bug has been somewhat fruitless as all I find are
pages talking about the :first-letter pseudo-element. |
Well, it seems that :first-letter was involved.
See
http://steve.pugh.net/test/test85.html for an example of thus bug
and a workaround.
Steve