Image rollover in CSS problem
-
Hi Tobias,
First of all, Thanks for this wonderful plugin !!!!
I have a problem with Image rollover on a link. I am trying to create a similar table on this website : https://dunlielectric.com/English/products.aspx?p=2 .
I have create a table but the other images with link (PDF) on this table are not visible – https://www.rexnordindia.in/products/ac-axial-fans-plastic-blade/
I have tried the below custom CSS:
.wp-table-reloaded-id-123 td a img{
border-width: 0;
height: 0;
width: 0;
}
.wp-table-reloaded-id-123 a:hover img{
position: fixed;
top: 250px;
left: 250px;
width: 243px;
height: 303px;
z-index: 10;
}Please help me !!!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Image rollover in CSS problem’ is closed to new replies.