I have used selectbox with basic style. Though on different browsers like safari and mozilla its looks different.
Here is my CSS:
.select {
padding:7px;
min-height:30px;
background:#CCC;
border: 1px solid #7f7f7f;
border-radius: 4px;
font-size: 13px;
}
Here is the html
<select class="select">
<option>1</option>
<option>2</option>
<option>3</option>
</select>
Is there any way show select box unique. I don't want to use custom jquery selectbox