change position of image map, how? |
change position of image map, how? |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Feb 2006 Member No: 377,630 ![]() |
i'm using an imagemap for my skin
how do i change the position of it? so that its on the bottom left of the window? i tried adjusting the Alignment of the whole thing[under Page width & Alignment].. but that would make my div layer of the entry on the left.. and i dont want it on the left.. cuz the entries are sposed to be further from the left so.. basically, can i just change the position of the image map? |
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 361 Joined: Nov 2005 Member No: 299,326 ![]() |
yea, i think u can. i don't kno if i remember, but i'll try. um......post the code u used. i go to this site (http://www.pcoward.com/imagemapper/stage1.asp) and when i made mine, it was just in the center. i don't really know how to explain. so u want ur entries in the image map or to the right of it? or where?
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Feb 2006 Member No: 377,630 ![]() |
QUOTE <img src="http://img.photobucket.com/albums/v245/ref_inn_ej/random.gif" width="700" height="498" border="0" alt="" usemap="#random_Map"> <map name="random_Map"> <area shape="rect" alt="xanga.com/ref_inn_ej" coords="31,486,113,498" href="/ref_inn_ej" target="_self"> <area shape="rect" alt="" coords="212,274,262,289" href="#"> <area shape="rect" alt="out." coords="186,244,215,255" href="/logout.aspx" target="_self"> <area shape="rect" alt="subscribe." coords="147,215,204,225" href="/private/subscribeto.aspx?user=ref_inn_ej" target="_self"> <area shape="rect" alt="subs." coords="157,178,186,191" href="/subs.aspx" target="_self"> <area shape="rect" alt="profile." coords="178,148,233,161" href="/profile.aspx?user=ref_inn_ej" target="_self"> <area shape="rect" alt="gb." coords="177,114,198,127" href="/guestbook.aspx?user=ref_inn_ej" target="_self"> <area shape="rect" alt="claf." coords="190,79,241,94" href="/claf" target="_self"> <area shape="rect" alt="private." coords="170,51,211,61" href="/private/home.aspx" target="_self"> <area shape="rect" alt="in." coords="157,25,178,33" href="/signin.aspx" target="_self"> </map> thats my script.. for the image map. i just need that "map" to be positioned so that its at the bottom left of the window. just like how you can adjust the position of it if it was a "background" do u guys get it? hahaa, sry if its really confusing |
|
|
![]()
Post
#4
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 ![]() |
CODE <div style="position: fixed!important; position: absolute; margin-bottom: -8; margin-right: -8;"><img src="http://img.photobucket.com/albums/v245/ref_inn_ej/random.gif" width="700" height="498" border="0" alt="" usemap="#random_Map"> Adjust the margins as needed.
<map name="random_Map"> <area shape="rect" alt="xanga.com/ref_inn_ej" coords="31,486,113,498" href="/ref_inn_ej" target="_self"> <area shape="rect" alt="" coords="212,274,262,289" href="#"> <area shape="rect" alt="out." coords="186,244,215,255" href="/logout.aspx" target="_self"> <area shape="rect" alt="subscribe." coords="147,215,204,225" href="/private/subscribeto.aspx?user=ref_inn_ej" target="_self"> <area shape="rect" alt="subs." coords="157,178,186,191" href="/subs.aspx" target="_self"> <area shape="rect" alt="profile." coords="178,148,233,161" href="/profile.aspx?user=ref_inn_ej" target="_self"> <area shape="rect" alt="gb." coords="177,114,198,127" href="/guestbook.aspx?user=ref_inn_ej" target="_self"> <area shape="rect" alt="claf." coords="190,79,241,94" href="/claf" target="_self"> <area shape="rect" alt="private." coords="170,51,211,61" href="/private/home.aspx" target="_self"> <area shape="rect" alt="in." coords="157,25,178,33" href="/signin.aspx" target="_self"> </map></div> |
|
|
![]() ![]() |