Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 12-17-2006, 03:02 PM   #1
madawgz
8.8.8.8
 
madawgz's Avatar
 
Industry Role:
Join Date: Mar 2006
Location: Noordermarkt
Posts: 30,509
Need some HTML help.......

im using this code to highlight a table once a mouse is put over it....

<TD WIDTH="33%" BGCOLOR="#ffffff" onmouseover="bgColor='#000000'" onmouseout="bgColor='#ffffff'">

now i have a link inside that table

how would i get it so that once the mouse is over that table, the whole table becomes clickable and still highlights?

thanks
__________________
TAEMDLRMSKRJIXMRLSMRJ.
madawgz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2006, 03:07 PM   #2
madawgz
8.8.8.8
 
madawgz's Avatar
 
Industry Role:
Join Date: Mar 2006
Location: Noordermarkt
Posts: 30,509
bump to the top...
__________________
TAEMDLRMSKRJIXMRLSMRJ.
madawgz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2006, 03:17 PM   #3
madawgz
8.8.8.8
 
madawgz's Avatar
 
Industry Role:
Join Date: Mar 2006
Location: Noordermarkt
Posts: 30,509
maybe it can only be done in javascript?
__________________
TAEMDLRMSKRJIXMRLSMRJ.
madawgz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2006, 03:20 PM   #4
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
6 years in the industry and you dont know html
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2006, 03:39 PM   #5
Bro Media - BANNED FOR LIFE
MOBILE PORN: IMOBILEPORN
 
Join Date: Jan 2004
Location: Tinseltown NL
Posts: 16,502
Bro Media - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2006, 03:58 PM   #6
Dvae
Confirmed User
 
Dvae's Avatar
 
Industry Role:
Join Date: Feb 2005
Location: US
Posts: 5,326
Quote:
Originally Posted by madawgz View Post
im using this code to highlight a table once a mouse is put over it....

<TD WIDTH="33%" BGCOLOR="#ffffff" onmouseover="bgColor='#000000'" onmouseout="bgColor='#ffffff'">

now i have a link inside that table

how would i get it so that once the mouse is over that table, the whole table becomes clickable and still highlights?

thanks
Why not use hover in an inline style?
__________________
.
.

Arguing with a troll is a lot like wrestling in the mud with a pig, after a couple of hours you realize the pig likes it.
Dvae is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2006, 04:53 PM   #7
Matt 26z
So Fucking Banned
 
Industry Role:
Join Date: Apr 2002
Location: ¤ª"˜¨๑۩۞۩๑¨˜"ª¤
Posts: 18,481
Merry christmas. This should get you going.

Code:
<HEAD>
<style type="text/css">

.menu td {
	background: #000000;    /* table background color */
	}

.menu a {
	display: block;
	width: 100&#37;;
	text-decoration: none;  /* link underline off */
	}

.menu a:hover {
	background: #FFFFFF;    /* active background color */
	color: #000000;         /* active link text color */
	}

</style>
</HEAD>


<body>

<table class="menu" border=1>
<tr>
<td width=500><a href="test_1.html">Text 1</a></td>
<td width=500><a href="test_2.html">Text 2</a></td>
<td width=500><a href="test_3.html">Text 3</a></td>
</tr>
</table>

</BODY>

Last edited by Matt 26z; 12-17-2006 at 04:56 PM..
Matt 26z is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2006, 05:02 PM   #8
xclusive
Too lazy to set a custom title
 
Join Date: Apr 2004
Location: Buffalo, NY
Posts: 35,218
Quote:
Originally Posted by Fris View Post
6 years in the industry and you dont know html
You're so fucked, No way are you ever going to get any traffic from http://www.pornimpact.com his crowning achievement as a adult webmaster
__________________

I support MediumPimpin.com / Shemp's Outlawtgp.com /


xclusive is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2006, 05:32 PM   #9
tehHinjew
Confirmed User
 
tehHinjew's Avatar
 
Join Date: Sep 2006
Location: MTL
Posts: 5,755
um
thats not his layout.. or is it?
wait and see...
__________________

Hot Porn Wanna trade? email me at wanker (@) wanknation dot com
tehHinjew is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2006, 06:47 PM   #10
madawgz
8.8.8.8
 
madawgz's Avatar
 
Industry Role:
Join Date: Mar 2006
Location: Noordermarkt
Posts: 30,509
thanks Matt 26z, appreciate it
__________________
TAEMDLRMSKRJIXMRLSMRJ.
madawgz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-18-2006, 07:40 AM   #11
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
what a shitty design
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.