The second image is the same site in IE...Note the ICONs don't show up?
I have also created a simple debug code page to try to figure out the IE ICON bug?
http://gfyoung.homeip.net/cpg15x/themes/New15/drop-test.html
Look at it in FF (I'm using v3.5.2) and IE (I'm using version 8.0.6001.18813).
If anyone knows how to get around this IE bug...I could use the help....
Thanks in advance,
Gene in SC
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title></title>
<style type="text/css">
#S_option_config {
background-image: url('images/icons/config.png');
background-repeat: no-repeat;
background-position: 3px center;
padding-left: 25px;
z-index: 6000;
}
#S_option_bridge_mgr {
background-image: url('images/icons/bridge_mgr.png');
background-repeat: no-repeat;
background-position: 3px center;
padding-left: 25px;
}
.drop_down_2 { color: #0000FF; }
</style>
</head><body>
<table border="0" cellpadding="4" cellspacing="1">
<tr>
<td>
<form id="dropCopConf" action="http://gyoung.homeip.net/cpg15x/themes/New15/drop-test.html" class="drop_down" name="dropCopConf">
<select class="drop_down_2" name="configSelect">
<option>Coppermine Configuration</option>
<option id="S_option_config" value="XX">ADMIN</option>
<option id="S_option_bridge_mgr" value="YY">Bride</option>
</select>
</form>
</td>
</tr>
</table>
</body>
</html>