I’m not mega advanced with coding and therefore, please keep your answers simple.
I have a table which I have coded into my page, it is categories for award nominations. What I am trying to so is as the nominator mouses over the cell in the merged cell to the right it adds the description of the award.
I am struggling to find information on how to do this. Is there anyone that could help?
Code so far:
<table>
<tr>
<th></th>
<th rowspan=”15″></th>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>
How can I make the “Choose a category” and “Region” menus on the following web page activate with mouseover (=no need for clicking)?
https://www.digitalmarketingvacancies.com/jobs/
I look forward to hearing from you.
Kind regards,
Yunis
]]>I need some help in removing the date and comments from the post rollover (hover / rollover) image menu in Imbalance 2. From what I’ve read I think it is buried in my loop.php but I have no idea how to remove it.
Does anyone know how to remove the comments and date from the rollover based on the code below? Any help would be appreciated!!
Thanks!
]]>Check out this site:
https://www.ladymanson.com/crowsnest/?page_id=117
I am trying to code it so I can get a rollover image on the images posted. So for example, if you open one of the images, you will see it open to it’s larger size, the retouched “after” image. I want to make it so people can roll their mouse over that image and see the untouched “before” image. I just don’t know how to do this in a WordPress gallery. I am using Fancy Box as an image gallery because it opens up as a lightbox and works really well with me. I have seen plenty of people who have done it and have searched through forums and support to no end. I’m trying to get the images in my gallery like the ones in the gallery on this page:
https://masteringretouching.com/proof1.php
Basically so people can open the image and then roll it over to see before and after.
If you can help me out at all, please comment. Thank you so much!!!
]]><?php the_content('<img src="https://i26.photobucket.com/albums/c104/ba_lan/ReadMore.jpg" border="0" alt="Photobucket' . bloginfo('template_directory'). '/images/leaf.gif" alt="read more" title="Read More..." />'); ?>