
June 28th, 2002, 05:27 PM
|
|
Junior Member
|
|
Join Date: Jun 2002
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
css form element colours
Hi,
Can anyone point me in the direction of some good tutorials on colouring <form> elements such as textareas and menus etc.
Im kinda after the effect that they have used on UDZone (URL)
Ive been able to colour the textareas and choose border colour and solid etc. but im struggling to get one style to affect all the elements at the same time, especially the list menus and radios etc.
Done this so far:
<style type="text/css">
<!--
input, select, textarea, submit, list, menu, reset
{background-color:#ffffff; border: #006699 1px solid; font-size:10pt; font-family:Ariel,verdana}
-->
</style>
........which is fine for textareas for bugger all use for anything else..
Any help would be appreciated.
Matt
|