MAP PROBLEM...THE "#" |
MAP PROBLEM...THE "#" |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2008 Member No: 629,406 ![]() |
So.. this is the myspace page: www.myspace.com/elvizzovj
The image mapping works with Firefox but doesn't with IE. The code is QUOTE <div class="navi"> <img src="http://www.tarantohiphop.com/andreavizzarro/myspace/myspacebody.png" width="893" height="723" border="0" usemap="#navigation"> <map id="navigation" name="navigation"> <area coords="67,661,164,693" href="http://messaging.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=350655241" target="_self"> <area coords="173,662,403,691" href="http://messaging.myspace.com/index.cfm?fuseaction=mail.message&friendID=350655241&MyToken=59ae632d-3b6b-4217-8965-d8ec3d989b2d" target="_self"> <area coords="414,661,510,692" href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=350655241&albumId=0" target="_self"> <area coords="622,662,813,692" href="http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=350655241&MyToken=59ae632d-3b6b-4217-8965-d8ec3d989b2d" target="_self"> <area coords="70,560,279,591" href="http://home.myspace.com/index.cfm?fuseaction=user" target="_self"> <area coords="521,662,610,692" href="http://home.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=350655241" target="_self"> </map> </div> The problem is here: usemap="#navigation"> When i put the code in ABOUT ME in safe mode... the # disappear and the code became usemap="navigation"> without # and doesn't work in INTERNET EXPLORER. IE requires code with # ahead navigation but # disappear... how i can do? Sorry for my bad english... i'm italian |
|
|
![]() |
![]()
Post
#2
|
|
![]() Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,918 Joined: Jun 2007 Member No: 538,522 ![]() |
Try using this instead of 'map ID'.
CODE <map name="navigation">
|
|
|
![]() ![]() |