Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Category as a Link
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

EvilRick
Starting Member

37 Posts

Posted - 06 October 2003 :  00:00:46  Show Profile  Visit EvilRick's Homepage
I've seen on other Snitz sites how when you hover over a category it changes color. I have the Hover Color MOD installed just fine and it's working.

I would like to know how/what MOD needs to be installed to get the Category you hover over to be a link as well. So you don't have to actually click on the Category title.

I have searched hither and yon and am unable to find anything. If it's a MOD, a link would be nice. If it's just code, I'd appreciate a copy/paste.

TIA

EvilRick
Starting Member

37 Posts

Posted - 06 October 2003 :  09:45:27  Show Profile  Visit EvilRick's Homepage
I think this might have something to do with a "MouseOver".

Nobody knows what I'm talking about?
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 06 October 2003 :  09:50:27  Show Profile
you want the browser to automatically go to another page if you hover your mouse over a table cell? as a user, I would find this rather annoying.

but if you really want to do it, you need to put a onMouseOver="window.location.href='newpage.htm';" in the td tag.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

Cliff
Average Member

United States
501 Posts

Posted - 06 October 2003 :  10:11:32  Show Profile  Visit Cliff's Homepage
Not sure if this is what you are looking for, but this is a combination of Crash and Serverhacker code for the default.asp page. You need to have the hover colors set too.

With this setting I have the hover colors working and the entire cell turns into a clickable link, not just the category.

							Response.Write	"</td>" & vbNewline & _
									"                <td style=""cursor: hand"" onClick=""window.location.href='forum.asp?FORUM_ID=" & ForumID & "'"" class=""button"""
							if ForumFType = 1 then
								Response.Write	" colspan=""4"""
							end if
							If strDisableHoverColors = "1" Then 
								Response.Write " bgcolor=""" & strForumCellColor & """ valign=""top"">
Go to Top of Page

EvilRick
Starting Member

37 Posts

Posted - 06 October 2003 :  16:13:29  Show Profile  Visit EvilRick's Homepage
Thank you both for the reply.

Cliff, that's the code I was looking for.

Thanks again!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.24 seconds. Powered By: Snitz Forums 2000 Version 3.4.07