Linked Questions

4 votes
1 answer
36k views

I came across this problem with a select menu, it's about styling it with the help of CSS & Jquery. By now, I managed to get this result, which I really like it: till now it works perfect in ...
AndrewS's user avatar
  • 1,565
5 votes
1 answer
43k views

Is it possible to style the HTML Select attribute to be more flat looking? I can set the border to be 1px solid but the dropdown portion still looks 3D and ugly looking.
Dismissile's user avatar
  • 33.1k
1 vote
3 answers
77k views

I were searching the web for almost two hours and haven't found even a single example of css styling select dropdown. Most of all I was interested in z-index to show select dropdown under absolute div ...
VoVaVc's user avatar
  • 851
4 votes
1 answer
12k views

i wanna to change style (background, etc) of the little button with arrow that is on left side of < select > tag. Anyone know if it is possible and how to do that?
user avatar
4 votes
2 answers
14k views

In Css we can genrally style all elements but I noticed that we can not style option element of a select using CSS. As far as I know Option is child element of select then what is possible causes that ...
Chirag's user avatar
  • 1,024
-1 votes
2 answers
12k views

How to add css styles to the drop down list on this form? I searched a lot over the internet but no useful results found. Thanks echo "<form method='post' action='advisor.php?view=$view'> ...
alsabsab's user avatar
  • 1,371
5 votes
1 answer
11k views

I would like to know how to styling the select tags for this image below I was able to custom the dropdown (code below): select { padding: 1em; width: 130%; border-radius: .2em; border: 1px ...
flyingduck92's user avatar
  • 1,692
2 votes
3 answers
16k views

From what im seeing, you cannot style boxes, because it is OS specific and cannot be broken unless you edit with javascript... My example is here: http://www.promilitarybusinessnetwork.com/...
user avatar
-1 votes
4 answers
4k views

I'm trying to use css to change the text color of all most options for a country select but its not working. CSS: select option { color:white; } HTML: <select> <option>Country&...
m00t13's user avatar
  • 75
2 votes
1 answer
12k views

I want to change the cmbobox design I rtied to use this code it's working on chrome but it not working on opera and firefox HTML code: <div class="styled-select"> <select> <...
Edward's user avatar
  • 39
2 votes
2 answers
6k views

I was wondering if there is a way to make the dropdown box background colour disappear. So far I have the actual first part, were it says "lease Select Type Of Skis" that part is transparent....
RonTheOld's user avatar
  • 777
0 votes
2 answers
5k views

Hi I'm searching for a solution, to have a crossbrowser style for my select. At the moment, my select (dropdown) looks different in chrome, firefox, safari and IE. I found some questions, but they ...
webta.st.ic's user avatar
  • 5,249
0 votes
2 answers
6k views

I am working on a project where i need to style a selectbox. I can easy style the selectbox to match the psd, but when it comes to the dropdown area, its driving me nuts. How is that possible? I have ...
simon's user avatar
  • 2,397
1 vote
1 answer
3k views

I want to change the arrow color in this to blue I have this code for dropdown menu.I tried this solution but its not working HTML CSS Change Color of SELECT ARROW <div class="form-group" style="...
girlio salama's user avatar
-2 votes
4 answers
3k views

I wish to know why can't we style a select menu(not a dropdown menu) using CSS alone like we can style buttons or checkboxes. I have come across many articles that have styled them but they used ...
Anuj Kaithwas's user avatar

15 30 50 per page
1
2 3 4 5
12