Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have created dropdownlist using select with css. for me this is working fine in firefox& chrome.

but in IE overlapping on my dropdoemlist box.dropdown values are display on dropdown box.i mean hiding the drop down box. i want that shoud be shown under or upper of dropdown list box. this is working fine in firebox&chrome.IE only i am getting this problem...
XML
<select name="ddlCountry" id="ddlCountry" ></select>

css:
CSS
.checkOutCont .shippingplicy select 
{ 
    width: 210px;
    font-size: 12px; 
    margin: 3px;
    padding: 4px;
    height: 29px; 
    padding: 6px 10px;
    margin: 0 0 10px 0; 
}
Posted
Updated 6-Feb-13 17:51pm
v3
Comments
Irbaz Haider Hashmi 6-Feb-13 7:26am    
margin and padding is defined twice?
StM0n 6-Feb-13 23:52pm    
same thought...
vinodkumarnie 21-Feb-13 23:15pm    
Thats not the problem.. There he overwriting margin and padding. For IE browser we should mention each and every property correctly.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900