Image Hover on Category
2 posters
Page 1 of 1
Image Hover on Category
I've seen this https://help.forumotion.com/t127151-forum-index-sections-background-color-hover-punbb?highlight=hover and i like this idea to be on my forum. is it posible?
this is my index_box
God bless you all, Thanks in advance!
this is my index_box
- Code:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="main-head mybb">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
<div class="desc_forum_cat_row">{catrow.forumrow.FORUM_DESC}</div>
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="tc2"></td>
<td class="tc3">
<p id="catrow"> {catrow.forumrow.TOPICS} </span> Threads</p>
<p id="catrow"> <span>{catrow.forumrow.POSTS}</span> Posts</p></td>
<td class="tcr">
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div><br/>
<!-- END tablefoot -->
<!-- END catrow -->
</div>
God bless you all, Thanks in advance!
Re: Image Hover on Category
Hello decru,
You could make your cells transparent, and add a hover effect for the row.
CSS :
You could make your cells transparent, and add a hover effect for the row.
CSS :
- Code:
.statused tr:hover { background:#f00; }
.statused tr td { background:none !important; }
a Million thanks!
Ange Tuteur wrote:Hello decru,
You could make your cells transparent, and add a hover effect for the row.
CSS :
- Code:
.statused tr:hover { background:#f00; }
.statused tr td { background:none !important; }
As expected for your answer Ange Tateur! Works like i ever wanted!.
youre a great Coder!
thanks again!
Similar topics
» Hover Image?
» Hover text on image
» Profile/Banner Hover Image
» Category titles not correctly aligned to image
» CSS: image parts change on hover
» Hover text on image
» Profile/Banner Hover Image
» Category titles not correctly aligned to image
» CSS: image parts change on hover
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum