On the HTML-page indicated style:
.img1 { display:block; width:200px; height:35px; background:url(image.png); } .img1:hover { background:url(image2.png); }
It is followed by a description of the style img2, img3, 4, 5, 6 ... At the end, as expected, closed the style.
Then follows the insertion of the pictures themselves:
<a class="img1" href="страница1"></a><a class="img2" href="страница2"></a><a class="img3" href="страница3"></a><a class="img4" href="страница4"></a><a class="img5" href="страница5"></a>
But each picture is inserted on a new line.
How to make the pictures go one after the other, without gaps, without hyphenation, in one solid line? ..
Thanks in advance.