Safari CSS H1 font color ignored - when will Apple fix simple CSS rendering
body
This is an abbreviated listing of CSS file:
-------start css---------- body {
background-color: #660099;}
P , UL {
color: #FFFF00;
text-indent: 16pt;
font-family: Arial, Helvetica, sans-serif;
}
H1, H2, H3, H4 {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}
----------end css
The text color works fine in P (paragraphs) but NEVER works using Safari for (h1,h2,h3,h4 headings)
The code is perfect, according to specs and rendered exactly the same using dreamworks and BBEdit. The code is NOT the problem. Only Safari doesn't color the text of the headings.
When will Apple fix this problem? It's been there since day one. It's really the most basic of CSS style usage.
all mac models Mac OS X (10.4.8)
all mac models Mac OS X (10.4.8)
all mac models Mac OS X (10.4.8)