Kod
1.
.element{
2.
/* Mozilla ignores crazy MS image filters, so it will skip the following */
3.
//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/chapela.png');
4.
}
5.
/* IE ignores styles with [attributes], so it will skip the following. */
6.
.element[class]{
7.
background: url(images/chapela.png) no-repeat center center;
8.
}
.element{
2.
/* Mozilla ignores crazy MS image filters, so it will skip the following */
3.
//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/chapela.png');
4.
}
5.
/* IE ignores styles with [attributes], so it will skip the following. */
6.
.element[class]{
7.
background: url(images/chapela.png) no-repeat center center;
8.
}
Nie mam pewności, ale chyba trzeba zamienić [class] na coś innego, tylko nie wiem co tam wpisać.
proszę o pomoc.