Mam problem z elementem "inline" w css. Wstawiam w css taki kod:
CODE
a.rollover1 {
display: inline;
width: 92px;
height: 70px;
background-image: url('images/baner_04a.jpg');
background-repeat: no-repeat;
}
a.rollover1:hover {
background-position: 0px -70px;}
a.rollover2 {
display: inline;
width: 92px;
height: 70px;
background-image: url('images/baner_05a.jpg');
background-repeat: no-repeat;
}
a.rollover2:hover {
background-position: 0px -70px;}
display: inline;
width: 92px;
height: 70px;
background-image: url('images/baner_04a.jpg');
background-repeat: no-repeat;
}
a.rollover1:hover {
background-position: 0px -70px;}
a.rollover2 {
display: inline;
width: 92px;
height: 70px;
background-image: url('images/baner_05a.jpg');
background-repeat: no-repeat;
}
a.rollover2:hover {
background-position: 0px -70px;}
a w treści strony taki kod:
CODE
<div align="center">
<a class="rollover1" href="http://link.html" ></a>
<a class="rollover2" href="http://link.html" ></a>
</div>
<a class="rollover1" href="http://link.html" ></a>
<a class="rollover2" href="http://link.html" ></a>
</div>
W Explorerze i Operze wyświetla się wszystko ok natomiast w Firefox nie działa. Proszę o pomoc gdzie popełniłem błąd.....