|
Subject:
|
CSS to Drop Down?
|
|
Posted By:
|
Lost_Found
|
Post Date:
|
12/15/2003 7:56:01 AM
|
Hi
How to apply CSS to drop down in asp/html
any .css class file
Thanx
|
|
Reply By:
|
planoie
|
Reply Date:
|
12/15/2003 10:36:42 AM
|
How familiar are you with CSS? Perhaps you need to start with a CSS tutorial.
Peter ------------------------------------------------------ Work smarter, not harder.
|
|
Reply By:
|
Lost_Found
|
Reply Date:
|
12/17/2003 12:24:41 AM
|
Hi,
I have used classes for other element except Drop down so any idea Pl. reply
|
|
Reply By:
|
Imar
|
Reply Date:
|
12/17/2003 3:22:32 AM
|
Hi there,
A drop down is no different from other HTML elements when it comes to applying classes:
<select id="myList" name="myList" class="myClass">
</select>
Cheers,
Imar
--------------------------------------- Imar Spaanjaars Everyone is unique, except for me.
|