The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

When you scroll over a forum

Go down

When you scroll over a forum Empty When you scroll over a forum

Post by devinjones December 22nd 2011, 6:00 am

on some forums like mine when you scroll over a forum the section is highlighted like darkens something like that well i need a script to add a picture to it when you scroll over it
avatar
devinjones
Forumember

Male Posts : 31
Reputation : 0
Language : english

Back to top Go down

When you scroll over a forum Empty Re: When you scroll over a forum

Post by Guest December 22nd 2011, 11:20 am

1. If your forum versions is phpBB2 try to add in your CSS Stylesheet:
Code:
td.row2:hover{
background: url(LINK IMAGE);
background-position: right bottom;
background-repeat: no-repeat;

}

2. Or go to Templates => General => index_box => Edit => Find:
Code:
<td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
by:
Code:
<td class="row1 over" id="ceva" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
Then add to your CSS Stylesheet:
Code:
#ceva:hover {
background: #f0f4f7 url(http://i.imgur.com/f4JTZ.png);
background-repeat: no-repeat;
background-position: top right;
}
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum