[thelist] styling links within a form

Bruce Gilbert webguync at gmail.com
Wed May 11 14:30:05 CDT 2005


hello,

I am looking to style the links within a form element to be the same
as the other links in my site eg: same color, size hover effect.

I am not sure exactly how to go about this.what element exactly I
would need to style that is...

the code would be:

<td valign="top" class="borders"><form action="" onSubmit="return
jumpMenu(this.Forms)" class="inline">
              <input name="Go" type="image"
src="/assets/images/submitbutton-small.gif" alt="Go to URL"
align="right" />
              <select name="Forms" title="DPS Forms">
                <option>Forms</option>
                <option value="/files/PDFs/Internet.Use.pdf"
title="Internet Access">Internet Access</option>
                <option value="/files/PDFs/Volunteer Application
04-05.pdf" title="Volunteer Application">Volunteer
Application</option>
                <option value="/files/PDFs/Media.Visits.pdf">Media
Visits</option>
                <option value="/files/PDFs/Medication.pdf"
title="Medication">Medication</option>
                <option
value="/files/PDFs/Ath.Participation.Forms.pdf" title="Athletic
Participation">Athletic Participation</option>
                <option value="/files/PDFs/K.Health.Assessment.pdf"
title="Kindergarten Health Assessment">Kindergarten Health
Assessment</option>
                <option value="/files/PDFs/BusStopRequest.pdf"
title="Bus Stop Request">Bus Stop Request</option>
              </select>
            </form>
</td>

any assistance?
-- 
::Bruce::


More information about the thelist mailing list