I recently made a purchase from the store located at . While browsing through the products, I noticed that on the left side there are different colors listed, each with a "podgląd" string next to it. Currently, when you hover over the text, the image displays below. Is there a way to display the image next to the color without causing the page to scroll?
<a href="#">(podgląd)<img src="http://prestashop.suszek.info/img/co/13.jpg"></a>
a img {
display: none;
}
a:hover img {
display: block;
}
By the way, my name is null but this does not seem to be an issue. Kind regards.