image map |
![]() ![]() |
image map |
| *Podomaht* |
Apr 8 2004, 06:03 AM
Post
#1
|
|
Guest |
hey, i have a picture, how do i make it so that my entries are in one box and other stuff in the other box? can i evven do it with image mapping?
here the picture.
|
|
|
|
Apr 8 2004, 10:32 AM
Post
#2
|
|
![]() Quand j'étais jeune... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 6,826 Joined: Jan 2004 Member No: 1,272 |
You can do so with Div layers. I think image mapping is more for links located on a picture.
|
|
|
|
Apr 8 2004, 10:57 AM
Post
#3
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,936 Joined: Jan 2004 Member No: 1,456 |
div positioning - not image mapping. image mapping is for links, if you didnt see my tutorials yet
|
|
|
|
Apr 8 2004, 02:19 PM
Post
#4
|
|
![]() durian ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 13,124 Joined: Feb 2004 Member No: 3,860 |
QUOTE(Podomaht @ Apr 8 2004, 6:03 AM) hey, i have a picture, how do i make it so that my entries are in one box and other stuff in the other box? can i evven do it with image mapping? u don't need image maping for that, podo. Just make 2 div layers, each located in a dif area (where the boxes are) and the smaller box is wher eu want links, right? Well just create TEXT links or use little images as links for that one. You don't need image mapping unless you want to use a certain part of the image as a link (like navigations on a gian image). |
|
|
|
| *Podomaht* |
Apr 8 2004, 02:34 PM
Post
#5
|
|
Guest |
okay...whats div layers? :]
|
|
|
|
Apr 8 2004, 04:07 PM
Post
#6
|
|
![]() Quand j'étais jeune... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 6,826 Joined: Jan 2004 Member No: 1,272 |
This place has a general explaination on what Div is and what it's used for...
Of course to include a scroll bar, you'd need a couple of extra attributes like "overflow:auto"... You might want to look on google.com for some tutorials. |
|
|
|
Apr 9 2004, 12:42 PM
Post
#7
|
|
|
settle down kiddies. ![]() ![]() ![]() ![]() Group: Member Posts: 237 Joined: Jan 2004 Member No: 180 |
I would make a table with empty cells. Then for those two areas, I would place a DIV within the cells.
This could work for you CODE <!-- begin code provided by createblog.com --> <table background="URLTOTHATIMAGE" width=1024 border=0 cellpadding=0 cellspacing=0><tr><td rowspan=4 width=204 height=652></td> <td colspan=4 width=820 height=135></td></tr> <tr><td rowspan=2 width=248 height=440> <DIV......> FIRST CELL TEXT HERE </DIV> </td><td colspan=3 width=572 height=311></td></tr> <tr><td width=24 height=129></td> <td width=324 height=129> <DIV....> SECOND CELL TEXT HERE </DIV> </td><td width=224 height=129></td></tr> <tr><td colspan=4 width=820 height=77></td> </tr></table> <!-- end code provided by createblog.com --> Try it. Does it work for you? |
|
|
|
Apr 9 2004, 02:30 PM
Post
#8
|
|
![]() x mar muffins *yuuuum ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 874 Joined: Feb 2004 Member No: 5,620 |
this is so hard to understand! I'm trying to learn this.. blaaah
|
|
|
|
Apr 11 2004, 07:28 AM
Post
#9
|
|
![]() jesus freak ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 378 Joined: Feb 2004 Member No: 3,748 |
i tried to post a topic bout this with the codes buh i didn't show up
CODE <!-- begin code provided by createblog.com --> <img src="ADD URL FOR IMAGE HERE" width=550 /*change this value*/ height=294/*change this value*/ border=0 usemap="#Map" style="border:1px solid #000000;"> <map name="Map"> <area shape="rect" alt="DESCRIPTION OF LINK" coords="467, 273, 527, 288"/*change*/ href="PLACE LINK HERE"> <area shape="rect" alt="DESCRIPTION OF LINK" coords="77, 273, 135, 287"/*change*/ href="PLACE LINK HERE"> <area shape="rect" alt="DESCRIPTION OF LINK" coords="152, 273, 191, 288"/*change*/ href="PLACE LINK HERE"> <area shape="rect" alt="DESCRIPTION OF LINK" coords="241, 271, 299, 286"/*change*/ href="PLACE LINK HERE"> <area shape="rect" alt="DESCRIPTION OF LINK" coords="201, 273, 227, 287"/*change*/ href="PLACE LINK HERE"> <area shape="rect" alt="DESCRIPTION OF LINK" coords="308, 273, 392, 289"/*change*/ href="PLACE LINK HERE"> <area shape="rect" alt="DESCRIPTION OF LINK" coords="402, 275, 453, 286"/*change*/ href="PLACE LINK HERE"> <area shape="rect" alt="DESCRIPTION OF LINK" coords="19, 276, 59, 287"/*change*/ href="PLACE LINK HERE"> </map> <!-- end code provided by createblog.com --> Note:To set the coords you'll havta use some software or program.. like Microsoft Frontpage. |
|
|
|
Apr 11 2004, 10:47 PM
Post
#10
|
|
![]() original member. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,825 Joined: Jan 2004 Member No: 1,460 |
Naw, theres a code for that.
If you PM me, I can dig it out and give it to you. You can look at my xanga for the code too. |
|
|
|
Apr 11 2004, 11:21 PM
Post
#11
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 |
*stares* sssttaarrrcrraaafftt...
sucks. |
|
|
|
Apr 12 2004, 09:50 AM
Post
#12
|
|
![]() Feh... I want ramen!! ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 928 Joined: Feb 2004 Member No: 3,203 |
doh!! why didn't i think of making a starcraft layout???
|
|
|
|
Apr 13 2004, 10:07 AM
Post
#13
|
|
|
banned ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,589 Joined: Feb 2004 Member No: 3,768 |
o0o0o0o0oo00o0o0o....
hey! Starcraft was gonna be my new layout for yew guys! I blew it out.....well might as well make a new one since i blew it out. |
|
|
|
Apr 13 2004, 11:33 PM
Post
#14
|
|
|
mm... ![]() ![]() ![]() Group: Member Posts: 49 Joined: Feb 2004 Member No: 3,003 |
QUOTE(uninspiredfae @ Apr 8 2004, 1:07 PM) This place has a general explaination on what Div is and what it's used for... Of course to include a scroll bar, you'd need a couple of extra attributes like "overflow:auto"... You might want to look on google.com for some tutorials. Awesome.. Thx fer the site |
|
|
|
Apr 13 2004, 11:37 PM
Post
#15
|
|
|
mm... ![]() ![]() ![]() Group: Member Posts: 49 Joined: Feb 2004 Member No: 3,003 |
Darn it ><
Div layers are so confusing S_S |
|
|
|
Apr 15 2004, 04:40 AM
Post
#16
|
|
![]() Retired Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 879 Joined: Feb 2004 Member No: 4,843 |
hmm....?
how come Podomaht is unregistered??? and can still post stuff? |
|
|
|
Apr 15 2004, 07:35 AM
Post
#17
|
|
![]() Feh... I want ramen!! ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 928 Joined: Feb 2004 Member No: 3,203 |
podo posted this while he was still a member/mod. he requested to be demodded by krnxswat (for some reason or other) and swat accidentally deleted him. podo is back, but hes not the same member he was before.
|
|
|
|
| *Podomaht* |
Apr 15 2004, 12:43 PM
Post
#18
|
|
Guest |
mkay, thanks for the guide guys. really helpfull
|
|
|
|
![]() ![]() |