On Mon, 06 Jun 2005 00:09:46 -0400, Dida Kutz <[EMAIL PROTECTED]> wrote:
Hello all- I recently posted a problem re: IDs- showing a made up
example-and  got a number of replies saying they must start with
alphanumeric figures. Thank you;  I was sloppy in showing these
numbers as  an example. They are auto-assigned in MovableType and do
adhere to specs.
My original problem still remains: how to style H3 id?
Thanks again for your attentions!
Don't have your URI, but you are using an attribute selector:
h3[id]  {color:red;}
Correct the brace errors in your CSS file as Steve mentoned. If you want the evil one to see
'red' too, use simply: h3  {color:red;}.
IE5x/6.0 does not support attribute selectors.
Regards,
David Laakso



--
http://www.dlaakso.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to