There is a funny issue with how IE is parsing/rendering my css. I have the following style defined "background-image: url(/images/leftArrow.png); DISPLAY: block; cursor: pointer;"
but for some reason, IE 7 & 8 are combining background and display to make it one property (see screenshot)
Any ideas?