Is there a way to display an image
(a company logo sized at 150 x 100 px) when a user hovers over the company name? The image should appear on the right side of the name.
I am uncertain whether this can be achieved with CSS3 alone or if I would need to use jQuery, which is not my preferred option.
Do you have any suggestions or ideas for how to accomplish this?
This is my HTML structure:
<div class="supplier_box_top">
<p class="name">Company Name</p>
<p class="city">Country</p>
<p class="info" ><a href="#" target="_blank" id="1" class="show_info_box">nfoBox</a></p>
<p class="site_link"><a href="javascript:void(0)">www.your-company.com</a></p>
</div>