Elbee
08-31-2010, 04:09 PM
Hello, I have the following code:
<div class="webformgen label
<label for="General Library Info" class="spacer">General Library Info</label>
<form id="quicklinks" name="quicklinks" action="">
<select name="quicklinkitem" onchange="openWin(quicklinkitem.value)">
<option value="http://jaxpubliclibrary.org/program.calendar/main.html">About the Library</option>
<option value="http://jaxpubliclibrary.org/program.calendar/ayl.html">Locations and Hours</option>
<option value="http://jaxpubliclibrary.org/program.calendar/jb.html">Search Library Catalog</option>
<option value="http://jaxpubliclibrary.org/program.calendar/ns.html">Library Cards and Services</option>
<option value="http://jaxpubliclibrary.org/program.calendar/eb.html">Meeting Rooms</option>
<option value="http://jaxpubliclibrary.org/program.calendar/gb.html">Programs and Events</option>
<option value="http://jaxpubliclibrary.org/program.calendar/du.html">Job Opportunities</option>
<option value="http://jaxpubliclibrary.org/program.calendar/kr.html">Support Your Library</option>
<option value="http://jaxpubliclibrary.org/program.calendar/max.html">Volunteer!</option>
<option value="http://jaxpubliclibrary.org/program.calendar/mh.html">My Account</option>
</select>
</form>
</div>
_________________________________
The style sheet:
.webformgen label {float:left; width:175px; font-weight:bold; text-transform:uppercase; margin-bottom:0; margin-left:10px;}
_________________
How do I make the background of the drop down a color instead of white? I've tried a lot of things but have not been successful.
Thank you, Elbee
<div class="webformgen label
<label for="General Library Info" class="spacer">General Library Info</label>
<form id="quicklinks" name="quicklinks" action="">
<select name="quicklinkitem" onchange="openWin(quicklinkitem.value)">
<option value="http://jaxpubliclibrary.org/program.calendar/main.html">About the Library</option>
<option value="http://jaxpubliclibrary.org/program.calendar/ayl.html">Locations and Hours</option>
<option value="http://jaxpubliclibrary.org/program.calendar/jb.html">Search Library Catalog</option>
<option value="http://jaxpubliclibrary.org/program.calendar/ns.html">Library Cards and Services</option>
<option value="http://jaxpubliclibrary.org/program.calendar/eb.html">Meeting Rooms</option>
<option value="http://jaxpubliclibrary.org/program.calendar/gb.html">Programs and Events</option>
<option value="http://jaxpubliclibrary.org/program.calendar/du.html">Job Opportunities</option>
<option value="http://jaxpubliclibrary.org/program.calendar/kr.html">Support Your Library</option>
<option value="http://jaxpubliclibrary.org/program.calendar/max.html">Volunteer!</option>
<option value="http://jaxpubliclibrary.org/program.calendar/mh.html">My Account</option>
</select>
</form>
</div>
_________________________________
The style sheet:
.webformgen label {float:left; width:175px; font-weight:bold; text-transform:uppercase; margin-bottom:0; margin-left:10px;}
_________________
How do I make the background of the drop down a color instead of white? I've tried a lot of things but have not been successful.
Thank you, Elbee