Hi, May I know how they do that kind of select box in css or javascript?

8f9358290b71214d7abc0e455e8fa9f6

Recommended Answers

All 3 Replies

Hard to say by loooking at a picture. I would say with almost certainty that there is both CSS and JavaScript/jQuery being used to produce that effect.

It is most likely not even being implemented by the <select> element. It could be another element that has been style accordingly.

If you visit the site, right click and "view source", that may give you a better idea of how this was done.

<select><option>selct1</option>
<option>selct1</option>
<option>selct1</option>
<option>selct1</option>
</select>

You also may want to do a google search for dropdown CSS styling. I will agree with Jorge and your BEST bet is to view the source of the page. Another recommendation is to have firebug installed, that will be able to inspect the elements on the actual page. Google Chrome I also believe has this Developer Tool installed on their browser.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.