So I have been trying to make some css drop down menus work in IE 7 & 8
They work great on other browsers.
site is: http://hanling.focusww.com
I’ve got a block of css and I contains some lines that I want to hide from the IE 7 & 8
I’ve marked the lines with ‘*’ at the end.
#menu a:visited {
color:#f9f6e0;
display:block;
font-weight:700;
padding-bottom:10px; //kill this in ie *
padding-left:12px;
padding-right:12px;
padding-top:10px; //kill this in ie *
}
Can someone point me to an article that explains how to do this?
You can do that the simple way with
IE conditional comments:HTML
CSS
..or also possible with
CSS-Hacks, more: http://www.webdevout.net/css-hacks#in_css