I searched all over for information on this bug but didn't see
anything. I just entered in Bugzilla just in case.

I thought I was being clever by using the first-letter pseudo selector
to style my required field asterisk without any extra code but firefox
rained on my parade.

OK, so an asterisk is not a letter, technically, but ff is not even
consistent in that regard.

<html>
<head>
<style>
p:first-letter{
  color:red;
}
</style>
</head>

<body>

<p>test</p>
<p>*test</p>
<p>***test</p>
<p>&nbsp;test</p>

</body>
</html>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to