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, 04:23 PM
Post
#2
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 |
You could position the picture at the bottom of your xanga with a div or mess with the image tags to move it down some.
|
|
|
|
Jul 3 2005, 08:18 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 150 Joined: May 2005 Member No: 132,977 |
Thanks, I'll look into it ^^
...Google is my best friend. [edit] Forgive me for being stupid, but...how? |
|
|
|
Jul 3 2005, 09:49 PM
Post
#4
|
|
![]() 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> |
|
|
|
Jul 4 2005, 09:24 AM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 150 Joined: May 2005 Member No: 132,977 |
Thanks ^^ I learned something new today xP But...it doesn't seem to work on xanga. It moves, but it's always above the text, and I wanted it at the same level as the text...
|
|
|
|
Jul 4 2005, 01:27 PM
Post
#6
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Thanks ^^ I learned something new today xP But...it doesn't seem to work on xanga. It moves, but it's always above the text, and I wanted it at the same level as the text...
---- Explain..... I'm not quite sure I understand. |
|
|
|
Jul 4 2005, 01:45 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 150 Joined: May 2005 Member No: 132,977 |
Well, it's like this...It positions itself above the text, but I want it to be next to the text.
|
|
|
|
Jul 4 2005, 01:46 PM
Post
#8
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
...... You never said what 'text' was. It is your entries? Clarify please.
|
|
|
|
Jul 4 2005, 01:50 PM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 150 Joined: May 2005 Member No: 132,977 |
Er yeah...the main blog body.
|
|
|
|
Jul 4 2005, 02:01 PM
Post
#10
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Entries to the left, image to the right. Like this.
[ http://www.xanga.com/home.aspx?user=nyah_tests ] Based on your actual Xanga coding.... Ignore the fact that there's no ad. I'm on the free trial. |
|
|
|
Jul 4 2005, 02:04 PM
Post
#11
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 150 Joined: May 2005 Member No: 132,977 |
Wow, I'm smart. Thanks a lot ^-^
|
|
|
|
![]() ![]() |