martin.leese
New member
I am trying to use color:Canvas in CSS to obtain the background color of the webpage. However, Canvas is being set to "White". I have created a toy webpage to illustrate my problem; please view the code (Ctrl-u) to see the HTML + CSS. Visit: TestCanvas1.html
In an internal stylesheet, I have set the background-color to "Aqua" for the <body> element, but the text color of the <button> element is set to "White". In an old browser that does not recognize color:Cursor (it does recognize color:Window) the button text remains set to "Yellow". Why is the <button> text color "White" and not "Aqua"?
Many thanks for any help you can give.
In an internal stylesheet, I have set the background-color to "Aqua" for the <body> element, but the text color of the <button> element is set to "White". In an old browser that does not recognize color:Cursor (it does recognize color:Window) the button text remains set to "Yellow". Why is the <button> text color "White" and not "Aqua"?
Many thanks for any help you can give.