selectBox.selectCSS
{
background: url(/Images/replacementSelectBackground.png) top left no-repeat height:auto;
}
I have an issue in Safari only where the image is not rendering on top of the drop down list.
It will only work if I remove the height:auto attribute, but then it won t work in Chrome.
Any ideas?