I'm able to change the way a text input box looks by doing this:But when I doCode:.mainForm { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; margin: 0; padding: 1px; border: solid #D8D8D8 1px; } input.mainForm { padding-left: 3px; }It doesn't change the look of the select. Can I do this?Code:<select class="mainForm"> ... </select>





Bookmarks