img map and post area, i need some help |
![]() ![]() |
img map and post area, i need some help |
Aug 10 2004, 06:28 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2004 Member No: 39,112 |
Um... im testing how to make a xanga skin right now, ive got a img map up, and a spot i want to put my posts on, but the problem is, i cant seem to get the post area on the image! i tried searching this forum, but i cant find anything helpful, please help!
|
|
|
|
Aug 10 2004, 06:37 PM
Post
#2
|
|
|
The Phisch ![]() ![]() ![]() ![]() Group: Member Posts: 195 Joined: Aug 2004 Member No: 38,433 |
Can we see your xanga and code please? It's a little easier to help when i have both. :)
|
|
|
|
| *Kathleen* |
Aug 10 2004, 07:07 PM
Post
#3
|
|
Guest |
It's called DIV layering.
|
|
|
|
Aug 10 2004, 07:25 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2004 Member No: 39,112 |
Heres the code, and ill read about the div layering, thx!!
CODE <!-- begin code provided by createblog.com -->
<MAP NAME='imgmap'> <AREA SHAPE='rect' COORDS='188,13,188,17' HREF='http://www.xanga.com/CLAF' ALT='CLAF'> <AREA SHAPE='rect' COORDS='199,19,248,45' HREF='http://www.xanga.com' ALT='xanga home'> <AREA SHAPE='rect' COORDS='282,27,333,54' HREF='undefined' ALT='undefined'> </MAP> <IMG SRC='http://img4.imgspot.com/u/04/222/20/exterior.jpg' border=0 width=467 height=250 USEMAP='#imgmap'> <div style=" overflow: auto; width: 400px; height: 230px; margin-top: 0px; margin-left: 0px;"> <style type="text/css"> .#rblEprops{display:none;} #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops /* width of the comment page */ {width:245px;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} </style> <style type="text/css"> /*Name of Your Skin*/ /*by YOU*/ background-repeat: repeat-y-x; background-color: #ffffff; scrollbar-face-color: #COLOR CODE; scrollbar-shadow-color: #COLOR CODE; scrollbar-highlight-color: #COLOR CODE; scrollbar-3dlight-color: #COLOR CODE; scrollbar-darkshadow-color: #COLOR CODE; scrollbar-track-color: #COLOR CODE; scrollbar-arrow-color: #COLOR CODE; } #rblEprops, #pnlEnabled table, #pnlEprops table { width: auto !important; } table.blogbody { width:WIDTH OF THE BLOGpx; font-family: Arial; font-weight: none; font-size: 12pt; color: #COLOR; text-align: justify; padding: 0px; margin-top: 2px; } .caption, .blogheader { width: 380px; padding: 3px; font-family: CHANGE FONT; font-size: 16pt; text-align: center; color: #COLOR; background-color: #COLOR; text-transform: lowercaps; margin-top: 10px; } div.smalltext{ width: WIDTHpx; padding: 3px; text-align: left; } P, B, I, TD, TH {font-family: FONT; color: #COLOR CODE OF FONT; font-size: 8pt; } A:link, A:visited, A:active {color:#COLOR CODE OF A LINK; text-decoration:none; font-size:8pt;} a:hover {text-decoration: underline; color:#COLOR; font-size: 8pt; );} b, strong, i, u, { /* edit colors when bold italic underline */ font-family: arial; font-size: 8pt; color: #000000; font-weight: bold; text-transform: lowercaps; </style> <!-- end code provided by createblog.com --> |
|
|
|
Aug 10 2004, 08:59 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 63 Joined: Aug 2004 Member No: 36,605 |
yea u have to use div.. i would try and do it for you but i need a link to ur xanga
|
|
|
|
Aug 10 2004, 09:11 PM
Post
#6
|
|
![]() I'm just a little bit crazy... ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,119 Joined: Jun 2004 Member No: 19,760 |
I have a quick question...
<MAP NAME='imgmap'> <AREA SHAPE='rect' COORDS='188,13,188,17' HREF='http://www.xanga.com/CLAF' ALT='CLAF'> <AREA SHAPE='rect' COORDS='199,19,248,45' HREF='http://www.xanga.com' ALT='xanga home'> <AREA SHAPE='rect' COORDS='282,27,333,54' HREF='undefined' ALT='undefined'> </MAP> The bolded area, why is it undefined? [See... we don't really get your question if we can't see the problem, visually that is.] And for the spot to put your blog, (posting/new entry area), in... Try using this: CODE <!-- begin code provided by createblog.com --> <div style="position:static;margin-top: 0px;margin-left: Xpx;margin-top: -Xpx;align: left;border: none; width: Xpx; height: Xpx; overflow: auto"> <!-- end code provided by createblog.com --> X - variables in which are for you to change. Margins - directing the blog to where you want it to be. Height/Width - size of the blog itself. Hope that helps. |
|
|
|
Aug 10 2004, 10:05 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2004 Member No: 39,112 |
QUOTE(lilphoenix @ Aug 10 2004, 9:11 PM) I have a quick question... <MAP NAME='imgmap'> <AREA SHAPE='rect' COORDS='188,13,188,17' HREF='http://www.xanga.com/CLAF' ALT='CLAF'> <AREA SHAPE='rect' COORDS='199,19,248,45' HREF='http://www.xanga.com' ALT='xanga home'> <AREA SHAPE='rect' COORDS='282,27,333,54' HREF='undefined' ALT='undefined'> </MAP> The bolded area, why is it undefined? oh i guess i did an extra link while image mapping and forgot to put a url into it, thx for pointing that out. I figured out the DIV layering stuff, so thanks for all the help, u guys are real great oh btw.. thx for the code pheonix, ill give it a try |
|
|
|
Aug 11 2004, 12:10 AM
Post
#8
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2004 Member No: 39,112 |
ok, now i have another problem, i dunno how to make the image map a background so i can get the blog on top of it, is there a special code out there that might do this?
|
|
|
|
Aug 11 2004, 12:55 AM
Post
#9
|
|
![]() sang loves hayden. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,373 Joined: Feb 2004 Member No: 5,687 |
umm.. i dont noe if this will work.. but try putting this in front of ur image mapping.. code..
CODE <!-- begin code provided by createblog.com --> <IMG SRC='http://img4.imgspot.com/u/04/222/20/exterior.jpg' border=0 width=467 height=250 USEMAP='#imgmap'> <!-- end code provided by createblog.com --> put that in front of ur image mapping code.. instead of putting it at the end of ur image mapping code.. |
|
|
|
Aug 11 2004, 03:48 AM
Post
#10
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2004 Member No: 39,112 |
dont u have to make it a div layer of some sort so stuff can just hover over it? eg the blog
|
|
|
|
Aug 11 2004, 02:07 PM
Post
#11
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2004 Member No: 39,112 |
i tried making it a background, but then it automatically repeats the picture to fill up the whole page, any code that can fix that?
|
|
|
|
| *NatiMarie* |
Aug 11 2004, 02:24 PM
Post
#12
|
|
Guest |
You have to fix the numbers in this code:
CODE <!-- begin code provided by createblog.com --> <div style=" overflow: auto; width: 400px; height: 230px; margin-top: 0px; margin-left: 0px;"> <!-- end code provided by createblog.com --> You have 0px margin at the top and in the left in your code. Put like 200 or something. Then it won't show. Put numbers in there. =P |
|
|
|
Aug 11 2004, 10:55 PM
Post
#13
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2004 Member No: 39,112 |
oh thank u so much, btw, thx for ur tutorial, it motivated me to try and make a skin
|
|
|
|
Aug 11 2004, 11:06 PM
Post
#14
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2004 Member No: 39,112 |
but how do i make the image map into a background so stuff can get piled on top of it? sorry if im making anyone angry, but im really confused at this point.
|
|
|
|
Aug 11 2004, 11:13 PM
Post
#15
|
|
![]() sang loves hayden. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,373 Joined: Feb 2004 Member No: 5,687 |
I can help you.. but i dont get you..
|
|
|
|
![]() ![]() |