This is code of dropdown
<select id="dropdown">
<option value="">Go to page...</option>
<option value="http://stackoverflow.com">CSS-Tricks</option>
<option value="http://superuser.com">Digging Into WordPress</option>
<option value="http://metastackoverflow.com">Quotes on Design</option>
</select>
I just want to customize arrow image background and border? I know many jquery and moo tools plugins but i want light and simple and customizable jquery way?