image map coding |
image map coding |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jul 2005 Member No: 168,233 ![]() |
hi i really need some help >< i'm trying to use image mapping on my blog, it works for my friend but it doesnt work for me >< i'm not sure where i went wrong so please help me.
my blog: http://xinxness.blogspot.com |
|
|
![]() |
![]()
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 ![]() |
Ask your friend what browser her uses... Oh, and nothing shows up for me. -uses Mozilla- You might also like to know that it doesn't show up in Opera either.
As for why it doesn't work.... You don't have any coords specified. I don't exactly know if that helps, but I think it might be nessecary to define where the user has to click before using the onClick property. You also forgot to end a div tag, not that that has any importance. |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jul 2005 Member No: 168,233 ![]() |
hey nyah =]
i do have coords in the html =/ <img src="http://i19.photobucket.com/albums/b179/xinxness/layout.gif" align="right" BORDER="0" HEIGHT="600" WIDTH="800" USEMAP="#layout" ALT="layout"> <map name="layout"> <area shape="rect"#watch coords="40,94,93,108" name="watch" alt="watch" onClick="changeNavigation('watch')" title="watch"> <area shape="rect"#lepasse coords="102,94,171,107" name="lepasse" alt="lepasse" onClick="changeNavigation('lepasse')" title="lepasse"> <area shape="rect"#lefreakd coords="181,94,265,107" name="lefreakd" alt="lefreakd" onClick="changeNavigation('lefreakd')" title="lefreakd"> <area shape="rect"#events coords="272,94,330,108" name="events" alt="events" onClick="changeNavigation('events')" title="events"> <area shape="rect"#peek coords="338,94,385,107" name="peek" alt="peek" onClick="changeNavigation('peek')" title="peek"> <area shape="rect"#layouts coords="393,94,455,107" name="layouts" alt="layouts" onClick="changeNavigation('layouts')" title="layouts"> <area shape="rect"#fanlistings coords="228,120,328,138" name="fanlistings" alt="fanlistings" onClick="changeNavigation('fanlistings')" title="fanlistings"> <area shape="rect"#plugs coords="162,120,222,139" name="plugs" alt="plugs" onClick="changeNavigation('plugs')" title="plugs"> </map> |
|
|
![]() ![]() |