I was hoping someone could help me figure out what to do about a browser inconsistency issue between Safari/Chrome and Firefox.
Here's a screenshot (the one on the left is chrome/right is Firefox): http://drp.ly/QVv2T
Here's the structure: http://drp.ly/QW47y
The css:
inside-wrapper {
position:relative;
min-height:320px;
font-family:Arial, Helvetica, Geneva, sans-serif;
width:785px;
margin-right:auto;
margin-left:auto;
}
select p a {
display:block;
clear:both;
margin:0;
padding:7px 0 6px 10px;
}
select ul {
position:absolute;
top:162px;
left:1px;
width:396px;
}
Thanks in advance for the help and let me know if I can post more info.