Help - Search - Members - Calendar
Full Version: ICON in Drop Down Form fails in IE
HTMLHelp Forums > Web Authoring > Cascading Style Sheets
Gene SC
Below I have attached two images the first showing the drop downs with two of the icons present in FireFox.
The second image is the same site in IE...Note the ICONs don't show up? wacko.gif

I have also created a simple debug code page to try to figure out the IE ICON bug? blink.gif It is here:
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>
Syed Haider
Hi there,

I am looking to implement a ditto, please advise if you got this to work in IE. BTW, it doesnt work in SAFARI too sad.gif

any thoughts or fixes you have already made to get this working,

thanks a lot in advance,
Syed
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.