Hello.

I am trying to do a form, with an input field (text and already  
finished) and a dropdown menu option.

I used this html:

<div class="input-center">
<select name="categories">
        <option>Categories</option>

        <option>Home</option>
        <option>Auto</option>
        <option>Fuel</option>

</select>
</div>

Now, i want to put the background of the "select" black, and did this  
CSS:

.input-center select    { background: #333;     border: none; color: #fff;  
margin: 0; padding: 0; height: 17px; }

It worked.

Now, i just need to replace the default dropdown arrow for an image  
that i've created, and i don't know how. Anyone can help me?
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to