I’m trying to get IE to work properly.
FF works perfectly, but IE8-- even in IE7 Emulation mode doesn’t.
I wrote a table containing two image combo boxes in the same row. The first combo box has images which are larger than
the second combo box. In IE, the second combo boxes images are too large.
Changing the .dh_combo_option_img height and width params fixes the second box but breaks the first combo
box.
Adding an exception with an ID attribute does nothing in IE:
#combo_zone3 .dhx_combo_option_img{
height:20px;
width:20px:
}
Any insight here would be greatly appreciated!