Related questions
How to make div background color transparent in CSS
I'm not using CSS3. So I can't use opacity or filter attributes. Without using these attributes how can I make the background-color transparent of a div? It should be kind of the text box example in this link. Here the …
Why does HTML think “chucknorris” is a color?
How come certain random strings produce colors when entered as background colors in HTML? For example:
...produces a document with a red background across all browsers and platforms.
Interestingly, while chucknorri produces a red background as well, chucknorr produces a …
Change select box option background color
I have a select box and I'm trying to change the background color of the options when the select box has been clicked and shows all the options.
See Fiddle
HTML:
<select>
<option val="">Please choose&…