- Joined
- Aug 16, 2022
- Messages
- 52
- Reaction score
- 2
Hi everybody,
I want to set web-wide standards for the visible elements of all <option> *** </option> choices offered throughout the site.
For example:
<select name="priority" size="1">
<option value="High"></option>High</option>
<option value="Medium">Medium</option>
<option value="Low">Low</option>
</select>
So what I want to do is establish consistency for each drop-down list I may create throughout my site. I want to manage the Font-Family, the Font-Weight,
the Font-Colour, the background color behind the lists. All of that.
How can I go about doing this?
I want to set web-wide standards for the visible elements of all <option> *** </option> choices offered throughout the site.
For example:
<select name="priority" size="1">
<option value="High"></option>High</option>
<option value="Medium">Medium</option>
<option value="Low">Low</option>
</select>
So what I want to do is establish consistency for each drop-down list I may create throughout my site. I want to manage the Font-Family, the Font-Weight,
the Font-Colour, the background color behind the lists. All of that.
How can I go about doing this?