The list works in Firefox, but in IE, the block background color changes
only when I hover over the text. In Firefox, the background changes when I
hover over any part of the block.
Here is the css. How can I get IE's behaviour to mimic Firefox?

ul#imp {
        width: 190px;
        margin: 0 0;
        padding: 0;
        font-size: 11px;
        list-style-type: none;
        font-family:  Tahoma, Arial, sans-serif;
        font-weight: normal;
        color:#000000;
}
ul#imp li {
        border-bottom: 1px solid #666666;
        padding: 0;
}

ul#imp a {
        padding: 5px 5px;
        color:#000000;
        display: block;
        text-decoration: none;
}

ul#imp a:visited {
        color: #000000;
}
ul#imp a:hover {
        color:red;
        background: #dddddd;
}

------
Travis Crabtree
Webmaster
Tusculum College
phone: 423.636.7300 ext. 5132
fax: 423.636.7492
email: [EMAIL PROTECTED]



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to