Help with a friends DIV |
Help with a friends DIV |
![]()
Post
#1
|
|
![]() Love at first sight ![]() ![]() ![]() Group: Member Posts: 72 Joined: Jan 2006 Member No: 365,246 ![]() |
Okey doo, so I'm working on helping my friend with her first DIV, and we've both come upon a problem. The Imagemap is working. In FF it works for the most part, except for the large picture above the rest of the thumbnails. The entire picture should be working as a link to the "All my friends" page, and it isn't. Only like, the lower right part is working. Another thing that's weird is that none of the imagemapping is working at all in IE. Help would be much appreciated :D
CODE <div class="bg" style="position: absolute; left:0px; top:170px; width:850px; height:1000px; overflow: hidden;"> <img src="http://img261.imageshack.us/img261/2585/shootingstarlayoutsk8.jpg" border="0" usemap="shootingstar_layout_Map"> </div> <map name="shootingstar_layout_Map"> <area shape="rect" alt="" coords="600,488,682,502" href="http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=3253034" target="_self"> <area shape="rect" alt="" coords="526,488,592,502" href="http://messaging.myspace.com/index.cfm?fuseaction=mail.message&friendID=3253034&MyToken=6cc98fa0-3e64-4ad0-b842-407f32ab6dfe" target="_self"> <area shape="rect" alt="" coords="448,488,516,502" href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=3253034" target="_self"> <area shape="rect" alt="" coords="398,488,440,503" href="http://www.myspace.com" target="_self"> <area shape="rect" alt="" coords="26,684,230,838" href="http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=3253034"> <area shape="rect" alt="Mike" coords="187,939,239,992" href="http://www.myspace.com/149732313" target="_self"> <area shape="rect" alt="Justin" coords="130,939,182,992" href="http://www.myspace.com/tehjusty" target="_self"> <area shape="rect" alt="Maegin" coords="73,939,125,992" href="http://www.myspace.com/desertchild" target="_self"> <area shape="rect" alt="Rachel" coords="15,939,68,993" href="http://www.myspace.com/ravencrane" target="_self"> <area shape="rect" alt="Cole" coords="187,880,240,933" href="http://www.myspace.com/coleybear7" target="_self"> <area shape="rect" alt="Tori" coords="130,880,183,933" href="http://www.myspace.com/hermionepotter44" target="_self"> <area shape="rect" alt="Niki" coords="69,880,126,933" href="http://www.myspace.com/violent_papaya" target="_self"> <area shape="rect" alt="Shi" coords="15,880,69,934" href="http://www.myspace.com/32434519" target="_self"> </map> <div class="content" style="position: absolute; left:25px; top:455px; width:223px; height:200px; overflow: auto;">[Insert Content]</div> <div class="content" style="position: absolute; left:25px; top:765px; width:225px; height:200px; overflow: auto;"> <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="170296082" type="hidden"><textarea name="f_comments" style="width: 210; height: 50px;" cols="10" rows="7" style="border-width: 1px; border-style: solid; border-color: cccccc; font-family: small fonts; text-transform:uppercase; letter-spacing:1pt;font-size: 7px; color: 000000; background-color: cccccc;" style="overflow:auto;">Words aren't the only way to tell someone how you feel.</textarea> <br> <input value="Post" style="border-width: 1px; border-style: solid; border-color: 000000; width:75px; font-family: small fonts; text-transform:uppercase; letter-spacing:1pt; font-size: 7px; color: 000000; background-color: ffffff;" type="submit"> <input value="Clear" style="border-width: 1px; border-style: solid; border-color: 000000; width:75px; font-family: small fonts; text-transform:uppercase; letter-spacing:1pt;font-size: 7px; color: 000000; background-color: cccccc;" type="reset"></form> </div> <div class="content" style="position: absolute; left:280px; top:755px; width:540px; height:305px; overflow: auto;"> [Insert Content]</div> That's in the about me. CODE <style type="text/css"> .contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12, btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden} td td td td{border:0px;width:0px;text-align:left;} table,td,tr{padding:0px;width:;background-color:transparent} table table table{padding:1px;height:.01%;width:100%;} table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important} a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;} table table table table,table table table table td.text, td.text td.text table{display:none;} td.text table table{display:inline;visibility:visible;} table td table tr td.text table{visibility:hidden;} table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;} body div table td form option{display:none!important;} body div table td form select{display:none!important;} body div table td form input{display:none!important;} body div table td form img{display:none!important;} </style> And that's the Like to Meet. The Myspace of D000000M |
|
|
![]() ![]() |