I have a strange mistake.
In my .css file, I have the following rule:
.conf-view a { padding-left: 10px; background-image: url("images/bullet-green.gif"); background-position: center left; background-repeat: no-repeat; }
The problem is that IE somehow interprets this as follows:
.conf-view A background-image : url(images/bullet-green.gif); PADDING-LEFT: 10px background-repeat : no-repeat background-position : left center
See registration - on the left?
Now the browser simply ignores the fill rule, which leads to a layout failure.
Is this a known bug? can anyone find a way around this?
Many thanks
Kfir
source share