Not sure if this is possible, but just wondering if there is a CSS tool to distinguish between two browsers, i.e. IE6 and IE8, since I have a style that I need to apply, but the value should be different for IE6 and IE8, etc. e.
ul.sf-menu li li.sfHover ul {
left: 14.3em;
left: 15em;
top: 0;
}
Anyway, when IE8 is used, use IE8 style on the left and vice versa?
Thank.
source
share