image map, IT DUSNT WORK!!!!!!!!!!! |
![]() ![]() |
image map, IT DUSNT WORK!!!!!!!!!!! |
Dec 30 2004, 09:38 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Dec 2004 Member No: 70,446 |
so yea i followed every directions in da tutorial but it dusnt work!!!!
i used to know how to do it but this time i really haf no idea what's wrong with my code...nth happens when i click the part of the image which is suppose to link to other pages, as if i haf never insert the image mapping coda. CAN SOMEONE PLZZ HELP ME??? here'z my site <MAP NAME="bluebg_Map"> <AREA SHAPE=rect COORDS="367,107,418,125" HREF="http://www.xanga.com/logout.aspx"> <AREA SHAPE=rect COORDS="310,30,418,46" HREF="http://www.xanga.com/Private/SubscribeTo.aspx?user=vanessayuen_sa" TARGET="_blank"> <AREA SHAPE=rect COORDS="327,49,418,66" HREF="http://xanga.com/private/subs.aspx"> <AREA SHAPE=rect COORDS="362,88,418,104" HREF="http://xanga.com/claf/"> <AREA SHAPE=rect COORDS="361,70,418,85" HREF="http://xanga.com/private/home.aspx"> <AREA SHAPE=rect COORDS="337,6,418,24" HREF="http://www.xanga.com/guestbook.aspx?user=vanessayuen_sa"> </MAP> <img src="http://jupiter.walagata.com/w/vanessayuen/bottle.jpg" style="border: 0px; USEMAP="#bluebg_Map"> |
|
|
|
Dec 30 2004, 10:14 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Dec 2004 Member No: 75,387 |
QUOTE(vanessayuen_sa @ Dec 30 2004, 9:38 PM) so yea i followed every directions in da tutorial but it dusnt work!!!! i used to know how to do it but this time i really haf no idea what's wrong with my code...nth happens when i click the part of the image which is suppose to link to other pages, as if i haf never insert the image mapping coda. CAN SOMEONE PLZZ HELP ME??? here'z my site <MAP NAME="bluebg_Map"> <AREA SHAPE=rect COORDS="367,107,418,125" HREF="http://www.xanga.com/logout.aspx"> <AREA SHAPE=rect COORDS="310,30,418,46" HREF="http://www.xanga.com/Private/SubscribeTo.aspx?user=vanessayuen_sa" TARGET="_blank"> <AREA SHAPE=rect COORDS="327,49,418,66" HREF="http://xanga.com/private/subs.aspx"> <AREA SHAPE=rect COORDS="362,88,418,104" HREF="http://xanga.com/claf/"> <AREA SHAPE=rect COORDS="361,70,418,85" HREF="http://xanga.com/private/home.aspx"> <AREA SHAPE=rect COORDS="337,6,418,24" HREF="http://www.xanga.com/guestbook.aspx?user=vanessayuen_sa"> </MAP> <img src="http://jupiter.walagata.com/w/vanessayuen/bottle.jpg" style="border: 0px; USEMAP="#bluebg_Map"> im having same problem too...=/ i have links on both sides of my picture but only the right side works and i know the left side works but it wont do anything. |
|
|
|
Dec 30 2004, 10:22 PM
Post
#3
|
|
![]() Um....Its meeee ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,218 Joined: Mar 2004 Member No: 8,264 |
Replace <MAP NAME="bluebg_Map"> too <MAP NAME='imgmap'> Also from <img src="http://jupiter.walagata.com/w/vanessayuen/bottle.jpg" style="border: 0px; USEMAP="#bluebg_Map"> too USEMAP='#imgmap' Should work now.
|
|
|
|
Dec 30 2004, 10:59 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Dec 2004 Member No: 70,446 |
|
|
|
|
Dec 30 2004, 11:01 PM
Post
#5
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 |
try not using the coordinate 418 more than once. maybe it has something to do with repeated x values lol.
|
|
|
|
![]() ![]() |