GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Need some HTML help....... (https://gfy.com/showthread.php?t=687676)

madawgz 12-17-2006 03:02 PM

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 :thumbsup

madawgz 12-17-2006 03:07 PM

bump to the top...

madawgz 12-17-2006 03:17 PM

maybe it can only be done in javascript?

fris 12-17-2006 03:20 PM

6 years in the industry and you dont know html

Bro Media - BANNED FOR LIFE 12-17-2006 03:39 PM

:1orglaugh :1orglaugh :1orglaugh

Dvae 12-17-2006 03:58 PM

Quote:

Originally Posted by madawgz (Post 11543114)
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 :thumbsup

Why not use hover in an inline style?

Matt 26z 12-17-2006 04:53 PM

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>


xclusive 12-17-2006 05:02 PM

Quote:

Originally Posted by Fris (Post 11543204)
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:pimp

tehHinjew 12-17-2006 05:32 PM

um
thats not his layout.. or is it?
wait and see...

madawgz 12-17-2006 06:47 PM

thanks Matt 26z, appreciate it :thumbsup

fris 12-18-2006 07:40 AM

what a shitty design


All times are GMT -7. The time now is 07:12 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123