[thelist] styling links within a form

Stuart Young syoung at unitec.ac.nz
Wed May 11 21:22:54 CDT 2005


try:

select { color: #008000; }

and substitute the colour with your link colour.

also see:
http://www.sitepoint.com/article/style-web-forms-css 
http://www.mompswebdesign.com/html/form_css.html 
http://www.outfront.net/tutorials_02/adv_tech/funkyforms1.htm
http://www.macromedia.com/devnet/mx/dreamweaver/articles/css_forms.html



--
Dr Stuart Young,       	+64 (0)9-815 4321 x 8656
<syoung at unitec.ac.nz> 	+64 021 183 2846 (mob)
Lecturer, School of Computing and Information Technology,
Unitec New Zealand, Auckland, New Zealand
http://tinyurl.com/4956o
(the official URL for my staffpage is too long and complex)
http://www.pixelandgrain.co.nz/
Web development, graphic design and photography

>>> Bruce Gilbert <webguync at gmail.com> 12/05/2005 07:30:05 >>>
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::
--

* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/ 

For unsubscribe and other options, including the Tip Harvester
and archives of thelist go to: http://lists.evolt.org 
Workers of the Web, evolt !


More information about the thelist mailing list