Help with image map navigation thing? |
Help with image map navigation thing? |
Jul 3 2005, 03:20 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 150 Joined: May 2005 Member No: 132,977 |
I have this image map navigation thing that I want to fix in the bottom right corner of my xanga, but I'm not exactly sure how...could anyone help me with this? |
|
|
|
![]() |
Jul 3 2005, 09:49 PM
Post
#2
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 |
Well with the image tag, you just add in HSPACE to move it horizontally and/or VSPACE to move it vertically. For example:
CODE <img src="URL HERE" VSPACE=10 HSPACE=20> With a div, you just place the image tag within it. For example: CODE <div style="margin-left:10px; margin-top:100px;>
<img src="URL HERE"> </div> |
|
|
|
khraene Help with image map navigation thing? Jul 3 2005, 03:20 PM
Madame C You could position the picture at the bottom of yo... Jul 3 2005, 04:23 PM
khraene Thanks, I'll look into it ^^
...Google is my ... Jul 3 2005, 08:18 PM
khraene Thanks ^^ I learned something new today xP But...i... Jul 4 2005, 09:24 AM
fishcake-y Thanks ^^ I learned something new today xP But...i... Jul 4 2005, 01:27 PM
khraene Well, it's like this...It positions itself abo... Jul 4 2005, 01:45 PM
fishcake-y ...... You never said what 'text' was. It ... Jul 4 2005, 01:46 PM
khraene Er yeah...the main blog body. Jul 4 2005, 01:50 PM
fishcake-y Entries to the left, image to the right. Like this... Jul 4 2005, 02:01 PM
khraene Wow, I'm smart. Thanks a lot ^-^ Jul 4 2005, 02:04 PM![]() ![]() |