Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-03-2002, 08:38 PM   PM User | #1
Jeepers
Regular Coder

 
Join Date: Jun 2002
Location: Conwy. UK
Posts: 122
Thanks: 0
Thanked 0 Times in 0 Posts
Jeepers is an unknown quantity at this point
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!
Jeepers is offline   Reply With Quote
Old 07-03-2002, 09:15 PM   PM User | #2
justame
Regular Coder

 
Join Date: Jun 2002
Posts: 676
Thanks: 1
Thanked 0 Times in 0 Posts
justame is on a distinguished road
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
justame is offline   Reply With Quote
Old 07-03-2002, 10:36 PM   PM User | #3
Jeepers
Regular Coder

 
Join Date: Jun 2002
Location: Conwy. UK
Posts: 122
Thanks: 0
Thanked 0 Times in 0 Posts
Jeepers is an unknown quantity at this point
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!
Jeepers is offline   Reply With Quote
Old 07-03-2002, 10:58 PM   PM User | #4
adios
Senior Coder

 
Join Date: Jun 2002
Posts: 1,404
Thanks: 2
Thanked 32 Times in 32 Posts
adios is on a distinguished road
<html>
<head>
<title>untitled</title>
</head>
<body>
<table cellspacing="1" border="1">
<tr onclick="alert('Jeepers, creepers!')">
<td><img src="http://www.codingforums.com/images/profile.gif"></td>
<td><img src="http://www.codingforums.com/images/find.gif"></td>
<td><img src="http://www.codingforums.com/images/buddy.gif"></td>
</tr>
</table>
</body>
</html>
adios is offline   Reply With Quote
Old 07-03-2002, 11:09 PM   PM User | #5
Jeepers
Regular Coder

 
Join Date: Jun 2002
Location: Conwy. UK
Posts: 122
Thanks: 0
Thanked 0 Times in 0 Posts
Jeepers is an unknown quantity at this point
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
__________________
An answer needs a question just as much as a question needs an answer. Deep eh!

Last edited by Jeepers; 07-03-2002 at 11:12 PM..
Jeepers is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:05 PM.


Advertisement
Log in to turn off these ads.