TechPrince
New Member
This is the code for my select box:\[code\]<select id="username" name="username" class="form-select ajax-processed" onchange="f1(this.value)"><option value="">Select User</option></select>\[/code\]And style used for this is:\[code\]input.form-text,textarea.form-textarea,select.form-select { border: 1px solid #ccc;width: 180px;font-size: 12px;outline: none;outline-color: #ccc;}\[/code\]How to make chrome combo box look same as Mozilla?when writing \[code\]-webkit-appearance\[/code\]