Results 1 to 3 of 3

Thread: Using CSS with Combo or ListBox

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Posts
    2

    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

  2. #2
    scoutt
    Guest
    what browser are you working with?

    I don't think that will work. I was just searching for a way to make a combo box move to the back of the page so when I right mouse click and get my javascript menu to come up it would be in front of it. it won't though because of the way the box is rendered in the browser.

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Posts
    2
    I'm using I 5.5 .

    I can change the font color that way , but how can i change the rest ?

    Isn't there any way i can do it ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width