Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Crash's Hover Color Mod

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Carefree Posted - 10 May 2015 : 22:48:04
I discovered that the method Crash used for his hover-color mod is not supported by Firefox. The following change will make it work on all browsers.


Find this line in the instructions:

Response.Write " <tr bgcolor=""" & strForumCellColor & """ onMouseOver=""mOvr(this,'" & strOnHoverCellColor & "')"" onMouseOut=""mOut(this,'" & strOutHoverCellColor & "')"">" & vbNewline & _


Change it to this:

Response.Write " <tr id=""hover"" bgcolor=""" & strForumCellColor & """"
%>
onMouseOver=style.backgroundColor="<%=strOnHoverCellColor%>"
onMouseOut=style.backgroundColor="<%=strForumCellColor%>"
<%
Response.Write ">" & vbNewline & _
3   L A T E S T    R E P L I E S    (Newest First)
Maxime Posted - 19 May 2015 : 04:21:27
Thank you, I do not have this mod installed.
Carefree Posted - 18 May 2015 : 23:39:45
That's in "default.asp", somewhere around line 48 if the hover mod was the only one installed.
Maxime Posted - 18 May 2015 : 21:06:08
Hello Carefree

Which page please?

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.06 seconds. Powered By: Snitz Forums 2000 Version 3.4.07