Forum Moderators: not2easy
[u]Stylesheet[/u]
option{
font: normal bold 150% arial, verdana, helvetica, sans-serif;
}
<added>Hey Nick, look at that CSS Shorthand [webmasterworld.com];)</added>
another grand plan ruined by bizarre browser interpretations
<form>
<select size="1" class="drop">
<option selected>choice 1</option>
<option>choice 2</option>
<option>choice 3</option>
<option>choice 4</option>
</select><input type="submit" value="Submit"><input type="reset" value="Reset">
</form>
css:
.drop{
font-family: arial;
font-size: 1.5em;
font-weight: bold;
}
Suzy
another one bites the dust!