Quote:
Originally Posted by HaYLaZ
hi friends.
ı setup a style but in forumhome over categories there is a mouseover effect and this slows the forum up to down so ı want to disable this effect but ı dont konw how can do this please hepl :surprised:
|
Code:
// ++ ========================================================================++
// || Open Template: "forumhome_forumbit_level2_post"
// ++ ========================================================================++
// ++ ========++
// || Find: ||
// ++ ========++
//=================================================================================
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
//=================================================================================
// ++ ==============++
// || Replace With: ||
// ++ ==============++
//=================================================================================
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" style="cursor:hand;" onmouseover="this.className='alt2Active';" onmouseout="this.className='alt1Active';" onclick="window.location.href='forumdisplay.php?$session[sessionurl]f=$forum[forumid]';">
//=================================================================================
// ++ ========================================================================++
// || Open Template: "forumhome_forumbit_level1_post"
// ++ ========================================================================++
// ++ ========++
// || Find: ||
// ++ ========++
//=================================================================================
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">
//=================================================================================
// ++ ==============++
// || Replace With: ||
// ++ ==============++
//=================================================================================
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]" style="cursor:hand;" onmouseover="this.className='alt2Active';" onmouseout="this.className='alt1Active';" onclick="window.location.href='forumdisplay.php?$session[sessionurl]f=$forum[forumid]';">
thats to create a mouseover on the forum so just look for the mmouseover and change it back to the orginal in that hack