Affected Versions
This bug affects: IE8, IE7
Symptoms
No background appears in IE when background image is used (using `background` shorthand property)
Date of the Tutorial
Fri Jul 17 18:14:59 2009
Description
This bug mostly affects lazy people :). The reason I say that is because the only reason why the bug appears is because one single space chacter is missing between the values of the background
property. There may be several combinations that trigger the bug, however, I'll settle on one - no space between url()
part and whatever would follow next, e.g. no-repeat
. Let's glance at our demo: