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? |