|
-
Aug 7th, 2001, 08:30 AM
#1
Thread Starter
New Member
Using CSS with Combo or ListBox
Does anybody knows if it is possible to use cascating stylesheets in ComboBoxes or ListBoxes ?
I have a file where i put all my definitions called styles.css , and i have created a definition for listboxes like this
.List
{
Background-color : #ffffff;
border-bottom: #000060 2px solid;
border-top: #000060 2px solid;
border-left: #000060 2px solid;
border-right: #000060 2px solid;
.........
}
but it doesn't work . It works for inputs and textareas , but it doesn't work for combos .
Can anyone help me?
Thanks in advanced
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|