Need some HTML help.......

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madawgz
    8.8.8.8
    • Mar 2006
    • 30509

    #1

    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
    8.8.8.8
    • Mar 2006
    • 30509

    #2
    bump to the top...
    TAEMDLRMSKRJIXMRLSMRJ.

    Comment

    • madawgz
      8.8.8.8
      • Mar 2006
      • 30509

      #3
      maybe it can only be done in javascript?
      TAEMDLRMSKRJIXMRLSMRJ.

      Comment

      • fris
        Too lazy to set a custom title
        • Aug 2002
        • 55679

        #4
        6 years in the industry and you dont know html
        Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

        Comment

        • Bro Media - BANNED FOR LIFE
          MOBILE PORN: IMOBILEPORN
          • Jan 2004
          • 16502

          #5

          Comment

          • Dvae
            Confirmed User
            • Feb 2005
            • 5326

            #6
            Originally posted by madawgz
            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.

            Comment

            • Matt 26z
              So Fucking Banned
              • Apr 2002
              • 18481

              #7
              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, 02:56 PM.

              Comment

              • xclusive
                Too lazy to set a custom title
                • Apr 2004
                • 35218

                #8
                Originally posted by Fris
                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 /


                Comment

                • tehHinjew
                  Confirmed User
                  • Sep 2006
                  • 5755

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

                  Hot Porn Wanna trade? email me at wanker (@) wanknation dot com

                  Comment

                  • madawgz
                    8.8.8.8
                    • Mar 2006
                    • 30509

                    #10
                    thanks Matt 26z, appreciate it
                    TAEMDLRMSKRJIXMRLSMRJ.

                    Comment

                    • fris
                      Too lazy to set a custom title
                      • Aug 2002
                      • 55679

                      #11
                      what a shitty design
                      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                      Comment

                      Working...