Web Analytics Made Easy -
StatCounter Map an area for links - CodingForum

Announcement

Collapse
No announcement yet.

Map an area for links

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Map an area for links

    Hi

    A while ago I mapped a menu graphic for links. What I want to do now is map the top three cells of a table to one link so that no matter where they are clicked it works. I would rather not have three links and thought mapping might be the answer. Is it possible, if so how would I go about it.

    TIA
    An answer needs a question just as much as a question needs an answer. Deep eh!

  • #2
    jee...
    mayyybe /me is just a missing® something here...'cept cant you make your image 'fit three tds' aka colspan="3" n' put your 'new' graphic in there n' link it???aka the new colspan="3" td would have your newww image just a filling® it???
    The New JustaBuster Version 2.0 OR JustaBusta Lite V2.0
    ...just a special® thanx kinda hugs to jkd n' nex ...:O)))

    CommemorateWTC.com --Please lend your support

    Comment


    • #3
      Each cell has a different graphic in it, these graphics are also used independently elsewhere so I wanted to keep them seperate, thats why I wanted to know if its possible to map a number of cells to one link. Its not a 'have to' but it would be handy.
      An answer needs a question just as much as a question needs an answer. Deep eh!

      Comment


      • #4
        <html>
        <head>
        <title>untitled</title>
        </head>
        <body>
        <table cellspacing="1" border="1">
        <tr onclick="alert('Jeepers, creepers!')">
        <td><img src="http://www.codingforum.net/images/profile.gif"></td>
        <td><img src="http://www.codingforum.net/images/find.gif"></td>
        <td><img src="http://www.codingforum.net/images/buddy.gif"></td>
        </tr>
        </table>
        </body>
        </html>

        Comment


        • #5
          I've forgotten about the mapping idea, I've put a <div> with a link around the cells, it seems to do the job so I'm happy.
          Thanks

          Sorry adios, posted this whilst offline, so I did not see yours. That will also do nicley, just see which is best on cross browser (and NS{the dreaded}4.7). Cheers
          Last edited by Jeepers; Jul 3, 2002, 06:12 PM.
          An answer needs a question just as much as a question needs an answer. Deep eh!

          Comment

          Working...
          X