On Sun, 05 Jun 2005 14:27:26 -0400, Felix Miata <[EMAIL PROTECTED]> wrote:

Dida Kutz wrote:

I have a problem that seems exceedingly simple to solve, but I can't
seem to- so hoping you can help out.

The header on my pages are defined as <h3 id="00001"> with the numbers
changing per entry. To format this header in red I'm understanding
that all I need to do is place this in my stylehseet:

h3[id]  {color:red;}

However, this isn't working, and I'm stumped.

It's illegal:
http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier

Correct the brace errors in your CSS file as Steve mentoned. If you want the evil one to see 'red' 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