Help - Search - Members - Calendar
Full Version: Making a DIV Overlay Layout
Forums > Resource Center > Support Center > MySpace Support
Pages: 1, 2, 3
This Confession
Note:This thread was updated and cleaned out on Febuary 26, 2007. Try to quote the post you are helping. Also please if you don't understand any of the steps, then please post a topic and don't reply in this one. If you just have one simple question (on a step or two) feel free to post it here.

Making a div

Version 1.0

Level : Step By Step
Written By: This Confession - Infinite.-Intercourse. Insurmountable

First:

Hiding your profile.

If you would like to have comments in your div. Please use this code.
http://www.createblog.com/scripts/script.php?id=376

If you wouldn't like comments to show use this code to hide your profile.
http://www.createblog.com/scripts/script.php?id=368

This will hide your whole profile, except for the ad.
Do not hide your ad, its against myspace rules. =]

Also yes, this coding and all of the coding can go in to your about me or who I'd like to meet


Second:

Customizing your profile.
http://www.createblog.com/forums/index.php?showtopic=84325

I suggest using the 3rd one down, it explains what all parts do and such.
But mostly all you need to do is do the background color, scrollbar colors, border colors.
and link colors and text properties.

Third:

Making your div's. [the fun part wink.gif]

Putting up your main image.
Upload it at http://www.imageshack.us

and then put it into this

CODE
<div class="bg" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: hidden;">
<img src="IMAGEURLHERE">
</div>


Change the top and left to position where the image is.
And change the width and height to the same as the image.

I suggest making the top about 160-170px
So its right under the navigation bar more than likely.
Really Just mess with the numbers and such and you'll get the hang of it happy.gif

Forth:

Other Div area's

CODE
<div class="content" style="position: absolute; left:000px;  top:000px; width:000px; height:000px; overflow: auto;"><center>
CONTENT FOR DIV.
</div>


You can have as many of these as you want,
this is for all your other content.
Change the left and top for the positioning once again, you may want to make a estimate
and then just go check and see how much further it is away. Thats what most people do,
Just have patience and you'll be fine. happy.gif

Change the width and height for how big it is. Most of the time I just crop out one of the places
in photoshop off the image and then get the image size so I can see how big it is instead of roughing it.

PS- you can get rid of the <center> Its just there to center your text if you want it to be centered.

Fifth

Final Touches

For this you may just want to make some final touches
Putting the comments in to your div.
http://www.createblog.com/scripts/script.php?id=74

For the comments in to your div, a lot of people have problems with it.
Make sure you don't have anything that hides stuff, such as bottom links or
top links or it won't work. [it sucks but you get use to it]

Also, if your using the myspace player. Then you may want to hide it so it isn't peeking through any of your divs and covering some important stuff.
http://www.createblog.com/scripts/download.php?id=409


Any other questions, just ask happy.gif
But please if you have your problem on a myspace, then please provide a link and make sure your profile isn't private, if your profile is private then you won't recieve any help.



Positioning made easy?


quick lesson on "position: relative"

top: -45px = moves up 45px
top: 45px = moves down 45px
left: -15px = moves left 15px
left: 15px = moves right 15px

quick lesson on "position: absolute"

top: 0% = moves to top of page
top: 50% = moves to middle of page
top: 100% = moves to bottem of page
left: 0% = moves to left of page
left: 50% = moves to center of page
left: 100% = moves to right of page
margin-left: -15px = moves left 15px
margin-left: 15px = moves right 15px
margin-top: 45px = moves down 45px
margin-top: -45px = moves up 45px




further explanation to someone that asked
http://www.createblog.com/forums/index.php?showtopic=157773
This Confession
QUOTE(angelalwayz @ Jul 16 2006, 10:59 AM) *
Thank you so much for posting that tutorial. The other ones I had been reading were so confusing but yours is in lamins terms. thank goodness. lol. anyways I was wondering, because I have been working really hard to do my page, if you knew how to use adobe photoshop, or what you would use to edit pictures, to remove the background of the picture so only the person shows, put to pictures in one picture, things like that.


Well I suggest you go to graphics help for photoshop, I know how to mess with all tha stuff but go to graphics for more help

lol, thanks.

QUOTE(ahottttertouch @ Jul 17 2006, 3:30 PM) *
This is a very nice tutorial biggrin.gif It was simple and pretty easy to understand. I am just having one little problem... for some reason I can't change the background color. I don't know if something else is just preventing it from working, or what, but it just doesn't work. ermm.gif


Also for the background color problem try adding..

CODE
<style>Body{background-color:###;}</style>


QUOTE(WalkAlone @ Jul 25 2006, 5:58 AM) *
Hey, it's a great tutorial, thanks for that.

I'm still new and confused to the whole making layout things, so I followed the instructions, and all I've got is this..

http://profile.myspace.com/index.cfm?fusea...iendid=93595486

Help maybe?


^okay ehm
you have a normal profile
so you need to ehm
go back to step one and hide your profile

http://www.createblog.com/forums/index.php?showtopic=141722

then just skip step two because you already have a layout in.
then follow all the other steps

QUOTE(xbabyboo @ Aug 3 2006, 12:15 PM) *
Oh yeah.
oh this part of the code.
<div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:000px; overflow: auto;"><center>
CONTENT FOR DIV.
</div>
do we have to keep the <center> ?


no
Sorry I always center everything it seems on myspace pinch.gif

I'll go say something about that now. Thanks Ada.

You can get rid of it.

QUOTE(s_c_c_r11 @ Sep 1 2006, 11:29 AM) *
whistling.gif wink.gif _dry.gif ermm.gif
[size=7][font=Lucida Console]I am confused... where do you put the code. about me or who id like to meet.


Doesn't it say where to put it in the tutorial pinch.gif

no, now it does.

But yes all the coding can either go in to your about me or who id like to meet.

Most of the time I put step 1 and 2 in to my about me and all the other steps I put in to my who id like to meet.

QUOTE(twinkle915 @ Sep 6 2006, 3:24 PM) *
the friends and comments in a div link wont work :[



Hiding your profile and still have comments:
http://www.createblog.com/forums/index.php?showtopic=148089

Comments in div:
http://www.createblog.com/forums/index.php?showtopic=122450

Comments in div:

ABOUT ME:
CODE
.comments{visibility:visible;width:500px; height: 400px;position:absolute;top:120px;left:0px;
overflow:auto;background-color:COLORHERE;
border:black 1px solid;z-index:2px;}
</style>



WHO ID LIKE TO MEET:
CODE
<div class="comments"><table><tr><td><table><tr><td>


In the About me code you can change the top and left to position it and change the width and height to change the size of the div table.
duplicatex0x0x0

QUOTE(Caitlinnn @ Jul 19 2006, 8:05 PM) *
This is a great tutorial! biggrin.gif

I'm having one problem though. My content wont show up. I put the code in the "Who I'd like to meet" section and I've played around with the posistioning but it still wont show up. wacko.gif

EDIT - Ok. I refreshed my page and I saw the content for a second but tjhen it disapeared. So it's underneath my background image. How do I get it to come overtop of it?


set the z-index to a layer that would be above the background.

CODE
0 should be the bottem most layer

1 would be your content



QUOTE(Caitlinnn @ Jul 19 2006, 9:36 PM) *
I dont have a z-index in my code at the moment. Where do I put the z-index in my code?


<style>
.div1 {
background-color:000000; color:000000;
border:0px solid; border-color:silver;
width:400px; height:100px; overflow:auto;
position:absolute; z-index:2; left:50%; top:0%;
margin-left:-250px; margin-top:150px;
visibility:visible;}
</style>


<div class="div1">
content
</div>
mona lisa
QUOTE(Zubi @ Aug 29 2006, 2:08 PM) *
Hey this is a Good Tutorial but i cant get Step 4...the content ...Huh i am frustrated cry.gif ...i wanna make a DIV layout but i cant make it.
Content refers anything you place within your div: an 'about me' section describing yourself, a navigation, comment area, etc. in the same or separate DIVs.

QUOTE(Zubi @ Sep 7 2006, 2:36 AM) *
Hey How to slice them...and in wht program do we make them..in Photoshop??


^You can slice images in Adobe Imageready, which you should have if you have Photoshop. Click here for an excellent tutorial.

QUOTE(In Love With a Boy @ Sep 8 2006, 12:31 AM) *
Please help. I am obsessed with myspace but new at the div layouts. i just used one by Panicked and i dont know how to put a picture of me in it where it says "your picture here" in a gray box on my myspace. help please i can show you the html for it if you need to see it.

thanks

here is my myspace:
http://profile.myspace.com/index.cfm?fusea...iendid=46543044[color="#cc0000"][/color]
Your profile is set to private. wink.gif Upload your photo to an online image host (like hostanimage or imageshack). In the codes, find the area where the image is placed. Replace that URL with the direct-linking URL of the photo you uploaded.

QUOTE(In Love With a Boy @ Sep 8 2006, 1:41 AM) *
i made my profile public :)

here is the photo

http://img75.imageshack.us/my.php?image=1000884xlo9.jpg
Looks at though you got it to work.I see your photo. :)
QUOTE(Zubi @ Sep 8 2006, 6:23 AM) *
Hey the Link u gave me is not working ...its opening in Notepad and something wired language is there.I cant understand.
It's a PDF so you need Adobe (Acrobat) Reader to view it. If not, there is another tutorial: http://www.dwphotoshop.com/photoshop/slicing.php. Ignore the part about adding the URLs/links if you just want to slice images and not use them as links.
Intercourse.

here it is.

http://www.createblog.com/layouts/download.php?id=14240


Ehm, can we have the link to your profile. And that layout is called a Div Overlay, which is what this tutorial covers.

Did you even put enough content in the div to make it have a scroll bar?

If your talking about the table that has a music player in it in the preview: if you go to that div in the coding. Get rid of this
overflow-y: hidden;


Hi, this is a great tutorial, but I was wondering, since I am putting an image as my background, blah blah blah, how do I prevent people from right clicking the background and saving it as their own?


^There isn't a really good way to do that, since anyone can just steal all your coding and get a hold of it. I suggest writing your name on the image.

But you can use this, so when someone right clicks on your image they'll actually save a blank image happy.gif

http://www.createblog.com/forums/index.php?showtopic=149584


Hehee can i div that codeu gave me? or I mean position it?

:( unfortunately I dont think that helped all the way =/ I was actually talking about how my code doesnt work :( because in internet explorer the divs dont appear over the bg image.

I aplogize for double posting but whether that script was inteded too help solve my ie.e problem or not.. it did lol. it loads in i.e once i put that script in... how very very bizzare I must say.


Okay, give me a link to your profile so I can perhaps see what your talking about.


Okay. I pretty much fixed it.

my demo page is. myspace.com/deffpoetic

Um now i just need to find out how to customize the comment box.
Confession do you have a screen name? you seem like you know your stuff, and I'm coding newbie :)

My question would be that I want to put a comment box on the left side where u see the setup looks like a text area, and 2 rectangles for a submit and clear area. I imagine the css code is supposed to be altered to change the appearence of the buttons? and box? can I div the buttons tho to make them fit there? all good questions im sure, just need a good answer :)


^okay your problem is solved because I helped you on AIM happy.gif


How do you put music on a div

Matters what type of player you want. If you just want the myspace player just add more, if your using a div more than likely it will cover up something so simply just hide the music player.

You can also have other players such as these:
http://www.createblog.com/forums/index.php?showtopic=143271

http://www.myflashfetish.com/myspace-mp3-players/


[i]I've noticed some controversy over the "hide profile" codes. Before I start my DIV, I want to make sure I understand everything. If I want a div that shows my comments and I use the "hide profile" code you've provided...will it cover everything but the comments or will some other things still show through?

[/i]

^It will hide everythinggg except for the comments and friend which they will be in a div already [scrollbox] like in this screen shot preview, this is also a the code to hide your profile:

http://www.createblog.com/scripts/download.php?id=376

The only other thing it won't hide in the ad at the top because its against myspace rules to do this. happy.gif


Hey. Okay, I used a div overlay on my profile and it's all awesome.. buuuuut I want my comments to show up in a scrollbox that I can position to be on top of the overlay. At the moment, it's just below the overlay, and I can't seem to get it to move or into a scrollbox or anything..so yeah.

Help please?

=[

http://profile.myspace.com/index.cfm?fusea...cc-723e7dd0535e
That's the link to it by the way.
(It's a seperate account so I wouldn't screw up my personal one =])

Please please help =[ =[


^You used a generator and you can't figure it out blink.gif I suppose you pick what you want on those, did you choose to show your comments in a div? Also if you did then theres tags all through the layout from what I've just seen telling you what to edit, also they give you instructions if you botherd to read them.


Truflip- The 3rd step is if you have a background image such as on my profile:
http://www.myspace.com/thisconfession The image with the boxes and everything would be what would go in to the 3rd step. If you do not have a background image to put up then just continue to the next step.


[i]Put in the url, change the position and size to suit, and leave the z-index alone.

CODE
<div class="bg" style="position: absolute; left:0px; top:0px; width:0px; height:0px; overflow: hidden; z-index:0">
<img src="IMAGEURLHERE">
</div>



Oh, I forgot what I came in here for...I can't get my comments to work on any layer other than 1. My background was too big to upload so I broke it into smaller images and used DIV's to place them. My tables had to be on layer one and my comments won't show up on layer two. I'm using the code to hide my profile given on the first post of this topic plus a code to hide my friends in case that helps anyone undertsand this. Is there any way to make them show on another layer or do they HAVE to be on 1?

[/i]

^Yea may we have a link to your myspace?


Ok just one quick question:

I just noticed myspace changed the top part of the pages lately so that the ads are located at the very top and directly underneath them is a search bar with a drop down menu next to it. In Fire Fox the hiding of all contents and creating a background div covers everything, but in IE this annoying drop down box is still there. Is there a fix for this?

link to profile so you may take a look at what I am talking about:

http://www.myspace.com/bfallgren

Hopefully its not just me seeing this, lol

Thanks for any help


^add this:

http://www.createblog.com/forums/index.php?showtopic=157380


If anyone is still confused after reading this tutorial, perhaps go here and read the post on it:
http://www.createblog.com/forums/index.php?showtopic=157773


hmmm so i've hidden my profile and such and added my image
but my image doesn't seem to show up, but the content still does
what's happening?


well can we have a link to your myspace, or something.

Perhaps the image wasn't uploaded right, try http://www.imageshack.us


yes that's right
i used photobucket, then tried imageshack and problem solved! biggrin.gif



Yay, good biggrin.gif


sorry if you've already answered this its just that there were a lot of pages.

Ok my content text is black when i changed them all to blue. (It looks fine in IE though)

Other than that thanks for a great tutorial

myspace


ItsKathy, I tried changing all your coding and it just wouldn't ever work. So the only thing I think you will be able to do is right before the text you want to be blue put

<span class=text> TEXT YOU WANTED BLUE </span>

Make sure to put the </span> at the end of what text you want to be blue..


kay so thanks to whoever made this tutorial..cause im new with divs and i already made three of them..hehehe=)..tnx!


^The person that created the tutorial is the person that posted the topic.

The Infinite. person..


this was a great tutorial! but i just don't know how to make my default picture show up? i also have like a couple plain white boxes floating aorund. ? ahh idk


^May I see a link to your myspace please? If its to big of a problem that may need a lot of explaining, feel free to make a topic in myspace help as well happy.gif


i`m trying to learn how to make divs for my layout site
i made my layout on paint shop and i made the boxes for it in paint shop but when i put it on myspace i don`t know how to put the words on it.


^Then you need to make extra divs for the words, make sure to make a normal myspace layout as well.

It seems that you've already done step one now you need to go do step 3, so you need to go back and do step 1 & 2 & 4. Perhaps provide a myspace link so we can see what you have as far as well.

^it looks like you already have words coming up and stuff, now you need to postion divs into where the boxes are so the words come up in the right places. Also I suggest moving
[quote name='imsoDOPEyo' post='2432281' date='Jan 26 2007, 10:03 AM']
here's the link:
http://profile.myspace.com/index.cfm?fusea...a1-0422e49a6e68
[/b][/i]

the image down a little so its not being covered by the ad.


Alrighty, this was a really good DIV tutorial and I thought I understood it all, but my thoughts are always tested when I hit "view my profile."

I have my content showing up, but it isn't in the box where I want it to be. How do I move my content into the boxes and put headings on them?

www.myspace.com/fortiesglamour


PiratePunk- Uhm what exactly are you trying to do? You just have a normal profile, if you want to make a div you need to atleast hide your profile first and then upload the main image for your div and position it still.
freeflow


HELP what is a friend id? and how do i find mine?
I am SO lost.
[b]


^
http://www.createblog.com/forums/index.php?showtopic=149841



uh, I used the code to be able to have the comments shown on my page, but my background is black and I can't see the text on the comments, is there a way to change the text-color on my comments?

Pm me your code or make a topic


hi i have a question. you know on some div layouts, they have a base? like um ... a picture that is the layout and everything else is added on.

the one i`m trying to use never shows up.

i`m able to hide my profile, but for some reason it won`t show what i want to put on it
i`ve tried all sorts of codes, but it still won`t show


^ You have to put it in a div and position it somewhere.


Okay, well I did read the html and I did choose to show it. I don't think you understood my question?..Can I get it into a seperate scrollbox and position it? Or do I need the 'expertise'..to be able to.

Make a topic and explain it a little more and post your entire code and we'll help you there. K?


[i]Oh, I figured out how to upload my background. I saved it as a png. file. It didn't seem to take away any of the quality at all and it made the file size much smaller. Umm...is there a reason why I shouldn't save it as a png. though?

[/i]
Actually pngs are really good. The only problem I can think of is that sometimes the file size is huge but pngs are just as good as jpg and gif. mmhm.


no matter how many times i reread the tutorial, i come out being even more confused than i already was...

i get past the first step, no problems. The second as well.

I can write stuff on my page, but how do I put them in a table, not just randomly positioned on my page. I'd show an example but after so much frustration, I just deleted my backgrounds.
It'd probably help if I were doing this when I'm not hopped up on pain killers is my guess, but that will take a few days and I want to do this while I actually have time!

Make a topic. And explain a little bit better. (Only because this may take a lot of posts to understand) Thankyou . Or you can pm me and I can explain.


Putting Comments and Friends in your div.
http://forum.myspace.com/index.cfm?fuseact...oupID=100636674

Also, if your using the myspace player. Then you may want to hide it so it isn't peeking through any of your divs and covering some important stuff.
http://www.createblog.com/forums/index.php?showtopic=122380
Both link doesn't work.


^
http://www.createblog.com/scripts/download.php?id=74
http://www.createblog.com/scripts/download.php?id=409


I'm having a problem viewing the link on how to add both your friends and your comments to your div layout.

Everything else I've needed I've been able to see and get to work, but I just can't get the friends/comments set up.

can anyone possibly give me the info that was in the original posted link on how to do this? (this is the one that doesn't work for me)

Any help is greatly appreciated. I'm going nuts over here. *lol*

Just use this to hide your profile and it will allow the comments/friends to show up:
http://www.createblog.com/scripts/download.php?id=347


so i just made a template in photoshop

http://i13.photobucket.com/albums/a289/Fle...plate1final.jpg
I just dont know where to even begin with my div code to make this work.

Start with the begining of the tutorial and you will get it.


>< i dont get it what are you supossed to do?? im reading all this stuff and im getting confused can someone help mee?? im stupid with all this ode and postinging and stuff...what does overflow and content mean??why do you need paint??? >< help me??? XD.gif XD.gif XD.gif

Make a topic because if theres a lot we need to explain to you then I suggest making one. Overflow:auto; adds a scrollbar to your div. Content as in <div class="content" is the name of the div. Content as PUT YOUR CONTENT HERE means put your text/information here. You need paint/photoshop/psp/gimp/gimpshop if you want to make a design. You can get examples of designs in your layout section. You can see some of the div layouts with designs there. If you just want plain tables basically just a whole plain thing then you don't need paint or any of the other programs listed.


THANK YOU SO MUCH! YOUR SUCH A BIG HELP!!!! i can make regular layouts but i just started making DIV lays ! <333 buuuuut the hiding the music player link isnt working... could u please update/fix it ? thanks much!

Updated.
freeflow
QUOTE(xBABYx @ Dec 30 2006, 8:35 PM) *
ok i did all the steps including the slice thingy for the links...but my question is were do i put the code for the layout with the working links?

Read the frst part of the tutorial. Take that code you would use for the image. Instead of <img src="urltoimage"> you put the slice code.


QUOTE(xBABYx @ Dec 30 2006, 9:57 PM) *
alright i did that and it still didnt work. do i have to do something to the slice code to fix the problem first

I was assuming you edited it already. Take all the images they give you and upload them. Then place them in the code where it says.


QUOTE(KrazyK76 @ Dec 31 2006, 12:48 PM) *
i STiLL DON'T GET THiS.iTS STiLL CONFUSiNG TO ME sad.gif

Post a topic and be a lot more specific of what you don't get. Also if you never made a regular default layout. I suggest you learn that first.


QUOTE(Joeyy @ Jan 1 2007, 8:53 PM) *
I am so sorry, but i am still extremely confused. wacko.gif
I have read and re-read over the tutorial and I don't understand how things work. Ive been told to give up on trying but I want to learn how to do it right. thumbsup.gif

http://img403.imageshack.us/img403/3868/untitledoz7.jpg
they are the links to the layout that i would like to use. If someone could please, please h elp me make it that would be greatly appreciated. biggrin.gif

Make a topic. To do that, the links, you have to go through image mapping/image slicing. If you search this forum maybe some of those will help you better. Programs you can use are imageready and cutemap. Their are others though.


QUOTE(Msz_Pebblesz @ Jan 17 2007, 3:33 PM) *
The tutorial is great! I was able to follow step by step, although i have a minor problem =] my image seems to be small for an image size of 1000 pixels by 2000 pixels[im planning on changing the size anyway]. someone told me it might be my resolution, but i dunno what resolution i have to have so my image comes out the size i want it to be.

What do you mean smaller? Thats a huge size sorta. If it doesn't fit full screen it means you have a bigger resolution than that. So you need to figure out your res. There are tutorials all over google depending on what type of computer you have (windows or mac). But remember if you make it bigger people w/ smaller resolutions can possibly get a scrollbar.


QUOTE(RoCk_FaRiE @ Jan 20 2007, 1:30 PM) *
i dont know what a DIV is! or FRIENDID! i dont know any of this stuff! i need help!

^ Then don't read the tutorial. mellow.gif Read the one that is for a default layout.

QUOTE(TAMB0URiNE x L0VE @ Jan 27 2007, 2:43 PM) *
I feel so stupid. lol. Idk why it's not working for me...

http://profile.myspace.com/index.cfm?fusea...9a-4327864e4270
it worked when I used it in the bbzspace div generator, but i wanna submit it on here

I suggest you post a topic , because there are many possible reasons why it may not work. Or you can pm me and I can probably help you out. :] It almost works looks like you just need to get text in the boxes and I can help you with that through pm or you can make the topic.



QUOTE(Saun @ Feb 23 2007, 3:28 PM) *
This has helped me soo much!!
Thank you!!
Thank you!!
Thank you!!

I have one question though... How can I change the bold so when something is bolded it isn't yellow?
:/


^ http://www.createblog.com/scripts/download.php?id=48

ewwitsdivine
when i put one part of div content it goes fine and its no problem at all. then when i try to put another part of some content it goes weird and it disappears. i don`t know if it s in back of the BG. sometimes, it even tries to combine with the other content. how do i fix this?
freeflow
QUOTE(ewwitsdivine @ Apr 1 2007, 6:49 PM) *
when i put one part of div content it goes fine and its no problem at all. then when i try to put another part of some content it goes weird and it disappears. i don`t know if it s in back of the BG. sometimes, it even tries to combine with the other content. how do i fix this?

Post a topic , and then post your code in there please. _smile.gif
bcangelgurl09
hi im so sorry to bother you cause i know that you prolly get this a lot but uhmz i ran across this layout and im not sure if it's a div or not but can u please tell me how this person created this layout??? i would really appreciate it o her profile is www.myspace.com/creole_chick thanku so much
freeflow
QUOTE(bcangelgurl09 @ Apr 2 2007, 8:29 PM) *
hi im so sorry to bother you cause i know that you prolly get this a lot but uhmz i ran across this layout and im not sure if it's a div or not but can u please tell me how this person created this layout??? i would really appreciate it o her profile is www.myspace.com/creole_chick thanku so much

No that is not a div. Take the last code here:
http://www.createblog.com/forums/index.php?showtopic=84325

The Markster
This is pretty helpful. _smile.gif
I've also found, though, that adding a <noembed> tag at the bottommost part of the "I'd Like to Meet" section clears everything from friends to the credits.
papa steve
I am using a template and I don't know how to make it show my friends and comments in the spot it is supposed to on the profile. Can I get some advising since I am so inept?
freeflow
^
QUOTE(This Confession @ Jul 15 2006, 3:28 PM) *
First:
Hiding your profile.
If you would like to have comments in your div. Please use this code.
http://www.createblog.com/forums/index.php?showtopic=148089

RCKstarh
this code no longer works on myspace. this is how my code keeps coming up

<div class="bg" style="..; left:845px; top:598px; width:1024px; height:768px; overflow: hidden;">
<img src="">
</div>

do u c the ..; dats supposed to say position: absolute; but it keeps disapearing after i save my changes. i dont kno y that keeps happening. thats happening to every code dat has postition:

also no matter wut number i put in the left: top: it stays the same
freeflow
^ Read this thread , last few posts:
http://www.createblog.com/forums/index.php?showtopic=167283
kwynn
okay.
i totally suck at this.
i have gotten as far as loading what i want as my background, and i am sure i did something wrong before this, but my image is up.
now how do i get the links (to home, my pics, my blog, etc.) on my page?
i understand how to rearrange them with the left:top, i just don't know what to do first to get them on the page.
thanks!

my myspace:

www.myspace.com/katherine_wheel
clarity
Did you make a specific area for them on the image?
freeflow
QUOTE(kwynn @ Apr 30 2007, 4:03 PM) *
okay.
i totally suck at this.
i have gotten as far as loading what i want as my background, and i am sure i did something wrong before this, but my image is up.
now how do i get the links (to home, my pics, my blog, etc.) on my page?
i understand how to rearrange them with the left:top, i just don't know what to do first to get them on the page.
thanks!

my myspace:

www.myspace.com/katherine_wheel


To put them up there, if you didn't link them in an image you need to do it manually.
CODE
<a href="urlhere">TEXT</a>
dreo
Yah I Guess! How u Do It?
YourSuperior
You just design the image in a photo editing program, and you use divs to place the content in each spot where ever it needs to be.
dreo
Yah thats hard Caz im not Even Good Yet With The Place Ment Of It!
YourSuperior
Oh, so you DO know how to design a layout? Or do you need help with that also?
dreo
Ummmm....... i Think i Kno! Idk
YourSuperior
You use a design related program like Adobe Photoshop, Gimp or Corel Paint Shop Pro, or even Microsoft Paint to design the layout. Then you save it and you upload the file to an image hosting site like Image Shack, and you place the image url in this code:
CODE
<img src="IMAGE URL HERE">
Then you get your divs and you use as many divs as you want for however many places for content you have. Check the first page of this topic for more information. http://www.createblog.com/forums/index.php?showtopic=142922
Insurmountable
^Yea I've been meaning to really update this tutorial maybe i'll get to it in the future.

How To Image Map with Divs


Ah heres the full version, you need to go to the link below and read that as well:
*Most of this is for if you have photoshop, if you don't have photoshop tell me and i'll re-write a bit of this to help you
Ello again _smile.gif

Alright these are called Image maps.
Need an Example? Look at this layout as an example _smile.gif
http://www.createblog.com/layouts/preview.php?id=20372
*they do look like normal links, although their part of the image _smile.gif

When I first started using image maps I used this tutorial:
http://www.myspaceprodesigns.com/tutorial/map/

Make sure to use server side for myspace.

If you don't understand it then I'll be more than happy to explain how to use image maps throughly.
If you do have any questions read over this: I wrote this for another person with the same question as you _smile.gif

Ello, since i'm currently talking to you on aim about this and i can't send coding through aim I'll post it here for you _smile.gif
This is your actual image maps, remember those coords you needed to get that I said was going to be wayyy easier using photoshop for? Well here is where you'll put them in. _smile.gif As you can see for a rectangle the points are like this when image mapping:

Now pretend like there is an imaginary rectangle around each link on your image: http://i7.tinypic.com/6aitczq.gif
Now take the little point and go over the top left corner, you'll get two coords that look like this in photoshop:

The x is your x1
and the y is your y1.
Now go to the bottom right corner of your imaginary rectangle that these two points will be your x2 and y2.
Now do this step over and over for each link _smile.gif

In the code below it should be pretty easy to figure out that you now know which coord is which. Just go in the code below and fill out each one of these:

Each is going to be different for each link.
LOCATION- You can keep track of which link is which by writing "Home" or "Message" or any of your other link names.
x1,y1,x2,y2 - Well I hope you know what to write in the place of those tongue.gif
LINK- This is where you place the actual link for each one of these.

CODE
<div class="navigation">

<img src="http://i7.tinypic.com/6aitczq.gif" width="448" height="465" border="0" alt="" usemap="#navibar_Map">
<map name="navibar_Map">

<area shape="rect" alt="LOCATION" coords="x1,y1,x2,y2" href="LINK">

<area shape="rect" alt="LOCATION" coords="x1,y1,x2,y2" href="LINK">

<area shape="rect" alt="LOCATION" coords="x1,y1,x2,y2" href="LINK">

<area shape="rect" alt="LOCATION" coords="x1,y1,x2,y2" href="LINK">

<area shape="rect" alt="LOCATION" coords="x1,y1,x2,y2" href="LINK">

<area shape="rect" alt="LOCATION" coords="x1,y1,x2,y2" href="LINK">
</map>
</div>


Your almost done:
All of this is in a div, which I'm sure you know what that is. All you need to do is position this div right where your existing links are. So pretty much your overlaying a image over your existing image but this div has all your links in it _smile.gif

CODE
.navigation {
    width:450px;
    height:470px;
    overflow-x:hidden;
    position:absolute; z-index:2;
    background-color:transparent;
    border:0px solid;
    border-color:white;
    margin-left:255px;
    margin-top:458px;
    text-align:justify;
    visibility:visible;
}


Just fill this out like you would any other div and put it with your other divs _smile.gif
Any other questions or concerns feel free to post them in here
Insurmountable
^Did you look at the first post on this page?

Just use those codes and when your done writing it just add it in to your coding.
Fantaspic
Oh, is it? I'll take it off private then. And I just need help making the nav bars/basics/credit.
TamaCalix
Hey, I cant seem to get my bands music player to work with my DIV LAYOUT... Is there a way to fix this?


HERES WHATS IN THE BAND BIO:


CODE
<style type="text/css">
body {background-color:000000; background-image:url(http://img214.imageshack.us/img214/9874/bk6ni3.gif); background-repeat:repeat-y; background-position:center center; background-attachment:scroll; scrollbar-arrow-color: 6C6028; scrollbar-track-color: 0e0e0e; scrollbar-shadow-color: 0F0400; scrollbar-face-color:1E0B04; scrollbar-highlight-color:3C210C; scrollbar-darkshadow-color:000000; scrollbar-3dlight-color:000000;}
img {border:0px;}
table, tr, td {background:transparent; border:0px;}
img, .contactTable, .jazz, .text, td.text td.text table, .contactTable, .lightbluetext8 { display:none; }
.jazzy img, .comt img { display:inline; }
table div, td td td, table div div { visibility:hidden; }
font, a, .jazz a { visibility:hidden; }
marquee { visibility:visible !important; }
.text, table table table table a,
table table table table div,table table table table div a {visibility:visible;}
table table, table table td {padding:0px; height:0px;}
table.navigationbar {display:none!important;}
b {color:3F230D; font-weight:bold; font: 13px arial;} i, s {color:6C6028;} u {color:becccc;font-weight:bold;}
.main a:link, .main a:visited,
.main a:active {color:DFC08B!important; font-family:arial 9px;}
.main a:hover {color:FFC45F!important; text-decoration:none!important;}

table table div embed, table table div object{display: block; position:relative; left:50%; top:0%; top:680px; _top:670px; left:291px; _left:306px; width:210px; height:37px; visibility:visible!important; z-index:9;}

select {position:relative !important; top:-1000px;}
td td td select {position:static !important;}
div table div form {display:none !important}
.bodyContent table table div form {display:inline !important;}

.lounge{height: 25px; width: 210px; overflow: hidden; background: url(http://img526.imageshack.us/img526/3696/loungeuq1.png) bottom left no-repeat; display: block;}
.lounge:hover{background-position: top left;}
.note{height: 25px; width: 210px; overflow: hidden; background: url(http://img521.imageshack.us/img521/6562/notezu5.png) bottom left no-repeat; display: block;}
.note:hover{background-position: top left;}
.add{height: 25px; width: 210px; overflow: hidden; background: url(http://img520.imageshack.us/img520/8337/addtq4.png) bottom left no-repeat; display: block;}
.add:hover{background-position: top left;}
.forward{height: 25px; width: 210px; overflow: hidden; background: url(http://img526.imageshack.us/img526/336/forwardna8.png) bottom left no-repeat; display: block;}
.forward:hover{background-position: top left;}
.photos{height: 25px; width: 210px; overflow: hidden; background: url(http://img520.imageshack.us/img520/4458/photosgh9.png) bottom left no-repeat; display: block;}
.photos:hover{background-position: top left;}
.fav{height: 25px; width: 210px; overflow: hidden; background: url(http://i125.photobucket.com/albums/p46/TamaCalixte/favit8copy.png) bottom left no-repeat; display: block;}
.fav:hover{background-position: top left;}
.kats{height: 25px; width: 210px; overflow: hidden; background: url(http://img211.imageshack.us/img211/4691/katssj9.png) bottom left no-repeat; display: block;}
.kats:hover{background-position: top left;}
.shouts{height: 25px; width: 210px; overflow: hidden; background: url(http://img403.imageshack.us/img403/2179/shoutsdr0.png) bottom left no-repeat; display: block;}
.shouts:hover{background-position: top left;}
.block{height: 25px; width: 210px; overflow: hidden; background: url(http://img263.imageshack.us/img263/6634/blockxo7.png) bottom left no-repeat; display: block;}
.block:hover{background-position: top left;}
.crash{height: 25px; width: 210px; overflow: hidden; background: url(http://img140.imageshack.us/img140/2245/crashqb7.png) bottom left no-repeat; display: block;}
.crash:hover{background-position: top left;}

.links {position:absolute; left:50%; top:0%; top:555px; margin-left:200px; z-index:7; visibility:visible!important; overflow:auto; overflow-x:hidden; width:auto; height:200px;}
.links a:link, .links a:visited,
.links a:active {
display: block;
width: 197px; _width: 198px; padding-left: 3px;
font-weight: normal; font: 13px arial;
color: 6C6028;
text-decoration: none;
border: 1px solid;
border-color: 5F3B1D;
border-width: 0 0 1px 0;}
.links a:hover {
text-decoration: none; font: 13px arial; color: 5F3B1D;
display: block; width: 197px; _width: 198px;
background-color: 0E0E0E; border-color: 0E0E0E;}

.myCommentFormD {position:absolute; left:50%; top:0%; top:799px; margin-left:-280px; z-index:8; visibility:visible!important; text-align:left!important;}
textarea.myFormBox {width:350px; height:80px; font:10px arial; font-weight: bold; color:6C6028; letter-spacing:3px;
background-color:0E0E0E;
border:1px solid; border-color:3C210C;!important}
input.submit {height: 32px; width: 87px; overflow: hidden; background: url(http://img263.imageshack.us/img263/1563/postqd0.png) bottom left no-repeat; border:0px!important;}
input.submit:hover{background-position: top left; cursor: pointer!important; border:0px!important;}

.title {
color: 6C6028;
font: 18px arial;
font-weight: normal;
letter-spacing: 6px;
padding: 0px;
background-color: transparent;
background-image: url('http://img211.imageshack.us/img211/7654/titlebg3beq3.png'); background-position: bottom left; background-repeat:no-repeat;
text-align:left;
display: block;}
.main, .main p {color:666666!important;
font: 10px arial;
letter-spacing:2px;
text-align:justify;}
.main {width:400px; height:230px;
position:absolute; z-index:3; left:50%; top:0%;
margin-left:-280px; margin-top:540px; visibility:visible; overflow:auto;}
.side1 {
background-image:url(http://img522.imageshack.us/img522/9483/side1dlj0.png); background-repeat:repeat; background-color:121212;
width:45px; height:90px;
position:absolute; z-index:2; left:50%; top:0%;
margin-left:-402px; margin-top:0px;
visibility:visible; border: 2px solid;
border-color: 0e0e0e;
border-width: 0 0 0 2px;}
.side2 {
background-image:url(http://img523.imageshack.us/img523/6889/side2dls8.png); background-repeat:repeat; background-color:121212;
width:45px; height:90px;
position:absolute; z-index:2; left:50%; top:0%;
margin-left:355px; margin-top:0px;
visibility:visible; border: 2px solid;
border-color: 0e0e0e;
border-width: 0 2px 0 0;}
.layout {
background-image:url(http://i125.photobucket.com/albums/p46/TamaCalixte/minjazyu2334copy.png); background-repeat: no-repeat; background-color:121212;
width:800px; _width:802px; height:860px;
position:absolute; z-index:2; left:50%; top:0%;
margin-left:-402px; margin-top:90px; text-align:justify;
visibility:visible; border: 2px solid;
border-color: 0e0e0e;
border-width: 0 2px 0 2px;}

marquee { z-index:8; }
table div, span, td td td, table div div { visibility:hidden !important; }
.jazzy div, .jazzy div font, .jazzy div a, .jazzy div div, .jazzy font a, .jazzy span, .jazzy div table a, .jazzy div table img, .jazzy div table font, .jazzy div table, .jazzy div table td, .comt, .comt td, .comt span, .comt a, .comt div {visibility:visible !important;}
</style>
<div style="display:none;"><table><tr><td><table><tr><td><table><tr><td>


HERE'S WHATS IN THE MEMBERS:

</td></tr></table></td></tr></table></td></tr></table></div> <div class="jazzy"> <div class="main"> <span class="title">Welcome</span> <br> Thank you for visiting Michael Turner<br> Lewis's music page. If you would like to leave<br> a comment, simply type it in the space<br> provided below. Please don't forget to take a look<br> at our bottom navigation system. <br> <br> <span class="title">About Me</span> <br> Born to inspire and maintain upward movement in <br> myself, family, community and Nation. I am not my <br> age, nor my stats, these can be fictitious appearances <br> of truth. Some of us prefer that kind of reality and I <br> understand and respect that because I too sometimes <br> prefer the illusion. For now, I ask that you find out <br> "About me" through my message of music.<br> <br> </div> <div class="links"> <a href="http://www.myspace.com/x_clusivedesigns">Layout by X-Clusive Designs</a> </div> <div class="myCommentFormD"> <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input name="friendID" value="318261166" type="hidden"/> <textarea name="f_comments" class="myFormBox"></textarea> <p align="center"> <input type="submit" value="" class="submit"></p> </form> </div> <div class="side1"></div><div class="side2"></div> <div class="layout"> <a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=318261166" class="add" border=0 style="position:absolute; top:215px; margin-left:580px;"></a> <a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=318261166" class="photos" border=0 style="position:absolute; top:245px; margin-left:580px;"></a> <a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.message&friendID=318261166" class="note" border=0 style="position:absolute; top:275px; margin-left:580px;"></a> <a href="http://collect.myspace.com/index.cfm?fuseaction=user.addToFavorite&friendID=318261166" class="fav" border=0 style="position:absolute; top:305px; margin-left:580px;"></a> <a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.forward&friendID=318261166&f=forwardprofile" class="forward" border=0 style="position:absolute; top:335px; margin-left:580px;"></a> <a href="http://collect.myspace.com/index.cfm?fuseaction=block.blockUser&userID=318261166" class="block" border=0 style="position:absolute; top:365px; margin-left:580px;"></a> <a href="http://home.myspace.com/index.cfm?fuseaction=user" class="lounge" border=0 style="position:absolute; top:679px; margin-left:590px;"></a> <a href="http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=318261166" class="kats" border=0 style="position:absolute; top:707px; margin-left:590px;"></a> <a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=318261166" class="shouts" border=0 style="position:absolute; top:735px; margin-left:590px;"></a> </div> </div> <div class="jazz"><table><tr><td><table><tr><td><table><tr><td>
Insurmountable
Major clean out


If your posting your layout code, please make sure to post in within a codebox so it doesn't stretch out the page. If fail to do so, we will delete your posts.
casaundradonald
Hello!

I have a question!
I have been making divs for a longggg time, but today was the first time I used a background behind the div, and now when I put the sections into the div, it takes out the div pic and goes to the background....

the link is: http://profile.myspace.com/index.cfm?fusea...endid=346999615

Thank you sooo much!
Insurmountable
QUOTE(casaundradonald @ Mar 2 2008, 06:16 PM) *
Hello!

I have a question!
I have been making divs for a longggg time, but today was the first time I used a background behind the div, and now when I put the sections into the div, it takes out the div pic and goes to the background....

the link is: http://profile.myspace.com/index.cfm?fusea...endid=346999615

Thank you sooo much!



I'm not seeing the problem, there aren't any divs. It looks like all you've done so far with your layout is just throw the background for the whole div layout up there is all.


EDIT: Nevermind, your layout looks completely different in Internet Explorer, could you please post your codes within code boxes and I'll look over your coding.
casaundradonald
I hope I am doing this right....

CODE

<style type="text/css">
.contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12,
btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden}
td td td td{border:0px;width:0px;text-align:left;}
table,td,tr{padding:0px;width:;background-color:transparent}
table table table{padding:1px;height:.01%;width:100%;}
table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;}
table table table table,table table table table td.text, td.text td.text table{display:none;}
td.text table table{display:inline;visibility:visible;}
table td table tr td.text table{visibility:hidden;}
table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
</style>



<style>
{sets the default style for the body, table data, list data, divisions and text areas}
{ body, well you know what that is}
{ div, p, and xmp are classes}
{ table, tr, td, and th are table properties}
body,div,p,xmp,table,tr,td,th{

body {background-color:1f5079;background-image: url("http://i26.tinypic.com/3354bnr.jpg");background-position: top left;background-repeat: repeat;background-attachment: fixed;}

background-color:transparent;
scrollbar-arrow-color:fb4c6b;
scrollbar-track-color:fb4c6b;
scrollbar-shadow-color:fb4c6b;
scrollbar-face-color:fb4c6b;
scrollbar-highlight-color:fb4c6b;
scrollbar-darkshadow-color:fb4c6b;
scrollbar-3dlight-color:fb4c6b;
font-family:tahoma;
font-size:8pt;
color:white;
border:white;}

input, select, textarea, .textfield, .button {
font-family:tahoma;
font-size:8pt;
color:FFFFFF;
border: 1px dashed FFFFFF;
background-color:transparent;
text-align:center;}

{ TEXT DEFAULTS }
{class for the basic font for the page}
.text {
font-family:tahoma; font-size:8pt; line-height:10pt; color:CCFFFF;text-align:justify;}

b,i,strong,em,u,s {
font-family:tahoma; font-size:8pt;color:FFFF00;font-weight:normal;cursor:help;}

{style for the number of friends you have.}
.redbtext{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFFFF;border:0px solid FFFFFF; }

{repeat of the style for how many comments you have}
.redbtext{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFFFF; border:0px solid FFFFFF;}

{"Blurbs", "About Me", "Who I’d like to Meet", "Friend Space", and "Friend’s Comments" style}
.orangetext15{font-family:courier new; text-transform:uppercase; font-size:11px; color:FFFF00; font-weight:bold;background:000000; border:0px solid FFFFFF;text-decoration:underline;}

{"General", "Music", "Movies", "Television", "Books", "Heros", "Status", "Here for", "Hometown", "Body Type", "Ethnicity", "Religion", "Sign", "Smoke/Drink", "Children", "Education", "Occupation", and "Income" title style}
.lightbluetext8{font-family:courier new; text-transform:uppercase; font-size:11px; color:FFFF00; font-weight:bold;background:000000;border:0px solid FFFFFF;text-align:right;}

{"In your extended network" style}
.blacktext12{font-family:courier new; font-size:16px; color:FFFF00; font-weight:bold;text-decoration: underline; text-transform:uppercase;}

{"Contacting", "Interests", "Details", and "Schools" title styling}
.whitetext12{font-family:courier new; font-size:16px; color:CCFFFF; font-weight:bold;text-decoration: underline; border:0px solid CCFFFF; text-transform:uppercase;}

{Stylizing of your name above your picture; appears you can’t change the color of your name from here. Suggestions?}
.nametext{font-family:courier new; font-size:16px; color:CCFFFF; font-weight:bold;text-decoration:underline;border:none;text-transform:uppercase;}

{date stamp on comments}
.blacktext10{font-family:tahoma; font-size:8pt; line-height:10pt; color:CCFFFF;border:0px solid FFFFFF;}

{This is how all anchor points will be displayed; anchor points appear before all links.}
a, a:link,a:active,a:visited{font-family:tahoma; font-size:8pt; line-height:10pt; color:CCFFFF;text-decoration:none}
a:hover{border-bottom:1px dashed FFFFFF; font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFFFF;}

{not used on profile}
a.readmail,a.readmail:link,a.readmail:active,a.readmail:visited{font-family:tahoma; font-size:8pt; line-height:10pt; text-decoration:none;color: CCFFFF;}
a.readmail:hover{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFF00;border-bottom:1px dashed FFFFFF; }

{ "View all friends" and "invite more" link style}
a.redlink,a.redlink:link,a.redlink:active,a.redlink:visited{font-family:tahoma; font-size:8pt;font-weight:bold;color:FFFFFF;text-decoration:none}
a.redlink:hover{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFF00;border-bottom:1px dashed FFFFFF;}

{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar,a.navbar:link,a.navbar:active,a.navbar:visited{font-family:tahoma; font-size:8pt;color:FFFFFF;text-decoration:none}
a.navbar:hover{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFF00; border-bottom:1px dashed FFFFFF;}

{ TEXT FORMATTING
DEFAULT FONT, SIZE 8, BLACK }
{ btext used for "latest blog entry" and "USERNAME has * friends"}
.btext, .itext{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFF00;border:0px solid FFFFFF;}

{ DEFAULT FONT, SIZE 8, COLORS }
{unused on profile}
.bwtext, .rtext, .rbtext, .subhead{font-family:tahoma; color:FFFF00;font-size:8pt;font-weight:bold;}

{ DEFAULT FONT, SIZE 8 }
{unused on profile}
.stext, .sbtext, .swtext{font-family:tahoma; color:FFFF00;font-size:8pt;}

{ DEFAULT FONT, SIZE 11 }
{unused on profile}
.head11, .text11{font-family:tahoma; color:FFFF00;font-size:8pt;}

{ TABLE COLORS }
{apparently unused?}
table.grey, tr.grey, td.grey{font-family:tahoma;
font-size:8pt;background:transparent;border:0px solid FFFFFF;}
table.white, tr.white, td.white{font-family:tahoma;
font-size:8pt;background:transparent;border:0px solid FFFFFF;}
table.accent_light, tr.accent_light,
td.accent_light{font-family:tahoma;
font-size:8pt;background:transparent;border:0px solid FFFFFF;}
table.accent_dark, tr.accent_dark,
td.accent_dark{font-family:tahoma;
font-size:8pt;background:transparent;border:0px solid FFFFFF;}
table.action, tr.action, td.action{font-family:tahoma;
font-size:8pt;background:transparent;border:0px solid FFFFFF; }
table.blue_light, tr.blue_light,
td.blue_light{font-family:tahoma;
font-size:8pt;background:transparent;border:0px solid FFFFFF;}
table.blue_dark, tr.blue_dark, td.blue_dark{font-family:tahoma;
font-size:8pt;background:transparent;border:0px solid FFFFFF;}


{"Help" and "Signout" in very top in right corner}
a.man,a:link,a:active,a:visited{font-family:tahoma; font-size:8pt;color:FFFFFF; text-decoration:none;}
a:hover{font-family:tahoma;
font-size:8pt;color:FFFF00; text-decoration:none;border-bottom:1px dashed FFFFFF;}
</style>


<style type="text/css">
b, strong {background-color: dda387;
color: white;
font-family:Georgia;
font-size:8pt;
letter-spacing:1pt;
font-weight:bold; }
i,em{
background-color:transparent;
color:7e6657;
font-family:Georgia;
font-size:8pt;
letter-spacing:0pt;
font-weight:normal; }
u{
background-color: transparent;
color:7e6657;
font-family:Georgia;
font-size:8pt;
letter-spacing:1pt;
font-weight:normal; }

</style>

<style>
body table td div form {display:none !important;}
</style>

<style>div table div div select {position:absolute !important; top:-200px !important; left:0px !important; }</style>


<div class="bg" style="position: absolute; left:180px; top:150px; width:800px; height:600px; overflow: hidden;">
<img src="http://i32.tinypic.com/15z59o7.jpg">
</div>




<div class="content" style="position: absolute; background-color:transparent; left:180px; top:150px; width:800px; height:600px; overflow: auto;"><center>
<html>
<html>
<head>
<title>numbaaatwo</title>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<img src="http://i32.tinypic.com/15z59o7.jpg" width="800" height="600" border="0" alt="" usemap="#numbaaatwo_Map">
<map name="numbaaatwo_Map">
<area shape="rect" alt="Click for Everything!!" coords="459,417,788,582" href="http://www.msplinks.com/MDFodHRwOi8vYmxvZy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9nLnZpZXcmZnJpZW5kSUQ9MjExMTg3NjM5JmJsb2dJRD0zNTQzOTAwNTgmTXl0
2tlbj0yQ0I0RTM4OS0wNDRDLTQ4RTItOTRGQzI1OUU5OTNBMzE1MDE4NDAwNzA=" target="_self">
<area shape="rect" alt="My site Pets!" coords="42,535,150,565" href="http://www.msplinks.com/MDFodHRwOi8vYmxvZy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9nLnZpZXcmZnJpZW5kSUQ9MjExMTg3NjM5JmJsb2dJRD0zMzQzODQ1ODUmTXl0
2tlbj00RTFEMUVFNi1BNzkyLTRFOUEtOTFCOEM4Q0YwNUQ2RjFDNTQ3NTA4NjIy" target="_self">
<area shape="rect" alt="Popular's Signs!" coords="32,494,119,527" href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu
mlld0FsYnVtcyZmcmllbmRJRD0yMTExODc2Mzk=" target="_self">
<area shape="rect" alt="Must Read!!" coords="32,439,118,479" href="http://www.msplinks.com/MDFodHRwOi8vYmxvZy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9nLnZpZXcmZnJpZW5kSUQ9MjExMTg3NjM5JmJsb2dJRD0zMTIwNzkzNDAmTXl0
2tlbj0wNDI0MDY2OS02MTZFLTQ4OTktODc4NEZGN0E1RjNEODJFQzI1ODE2NDgz" target="_self">
<area shape="rect" alt="SFS?" coords="42,403,108,431" href="http://www.msplinks.com/MDFodHRwOi8vYmxvZy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9nLnZpZXcmZnJpZW5kSUQ9MjExMTg3NjM5JmJsb2dJRD0zMzQzODUzMjQmTXl0
2tlbj1COENFRjU3My04Njc2LTQxOUUtOEQ1REFGMTY5ODA5REYyQzY0MTY3MDU=" target="_self">
<area shape="rect" alt="Delete :(" coords="42,354,119,390" href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLmNvbmZpcm1kZWxldGVmcmllbmQmZnJpZW5kSUQ9MjExMTg3NjM5" target="_self">
<area shape="rect" alt="Comment Popular!" coords="23,304,141,328" href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlX2NvbW1lbnRGb3JtJmZyaWVuZElEPTIxMTE4NzYzOSZN
VRva2VuPTdhOTJjOGJiLWUyNjQtNGJlOC1hZjlmLWU4OTMyYTEwMTI5" target="_self">
<area shape="rect" alt="Message Popular!" coords="42,265,120,294" href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVz
2FnZSZmcmllbmRJRD0yMTExODc2Mzk=" target="_self">
<area shape="rect" alt="Add Popular!" coords="42,216,109,253" href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcmllbmRpZD0yMTExODc2Mzk=" target="_self">
<area shape="rect" alt="Home" coords="23,167,142,208" href="http://www.msplinks.com/MDFodHRwOi8vaG9tZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2Vy" target="_self">
</map>

</body>
</html>
</div>



<div class="content" style="position: absolute; left:260px; top:260px; width:150px; height:150px; overflow: auto;"><center>

grr
</div>
Bit me
hi! can u guys post tutorial on how to make div like this..? u know when u hover over the links like add or comment..etc it change to different style, that's really cool, if u dont understand u can check it out..please help me.. CLICK!
hezmilullaby
i got 1 question
where do u post all the links like in ur acctual myspace profile or wat??
whoahitznikki
is there an easy and accurate way to estimate the amount of pixels you need to insert in the margins? or is it guess and check?
casaundradonald
QUOTE(casaundradonald @ Mar 2 2008, 07:16 PM) *
Hello!

I have a question!
I have been making divs for a longggg time, but today was the first time I used a background behind the div, and now when I put the sections into the div, it takes out the div pic and goes to the background....

the link is: http://profile.myspace.com/index.cfm?fusea...endid=346999615

Thank you sooo much!



Can someone please help me figure this out, my coding is below this post!
I have tired making a different div, but the same thing happened!
:[[[

Please helppppp!
pearlescentskyblue
How would you add a comment box?
I know how I could add the comment link, but adding a comment box feels like a completely different thing.
Insurmountable
^well you can get codes for comment boxes here:
http://www.createblog.com/scripts/index.ph...g=comment%20box
xPeace
I'm trying to get the code down for this layout I'm doing but when i put a certain code, in the other part doesn't show.
For example for the baout me part i would put:

.layout{
postition: absolute;
top:165px:
ect.

Then at the I'd like to meet part, i would put <div class="layout">

I have two different section things, one for my content, and one for my layout but for the i'd like to meet part, when i put, for example the layout code first, the contents dont show unless i put that before the layout code and if i do that the layout doesn't show.

X____X this is really frusturating...T_T please help


here's the code of you need it

ABout Me part:


CODE
<style type="text/css">
.contacttable,.whitetext12,.nametext,
.lightbluetext8,.orangetext15,.blacktext12,
btext,.redtext,.redbtext
{display:none;height:0px;!important;visibility:hidden}
td td td td{border:0px;width:0px;text-align:left;}
table,td,tr{padding:0px;width:1000px;height:800px;
background-color:transparent;
position:absolut;
top:160px;





table table table{padding:1px;height:.01%;width:100%;}
table table,table table table table,table,tr,
td
{height:0px;!important;
border:0px;!important}
a.text,table div font a,table div div,.navbar
font,tr td font{visibility:hidden;
display:none;
height:0px;!important;}
table table table table,table table
table table td.text, td.text td.text table
{display:none;}
td.text table table
{display:inline;
visibility:visible;}
table td table tr td.text table
{visibility:hidden;}
table td table tr td.text table table,table
td table tr td.text table table td.text
{visibility:visible;}
</style>





<style type="text/css">
.contactTable {display: none;}


.layout{
position: absolute;
top:165px;
left:45%;
margin-left:-400px;
width:900px;
height:700px;
z-index:0;
padding:0px;
border:0px solid black;
background-color:FE0000;
background-image:url("http://i168.photobucket.com/albums/
u194/Rosiegrlx/Untitled-1copy.jpg")
}










body {
background-color: FE0000;
background-image: url("");
background-position: bottom right;
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-arrow-color:FE0000;
scrollbar-track-color: FE0000;
scrollbar-shadow-color: FE0000;
scrollbar-face-color:FE0000;
scrollbar-highlight-color:FE0000;
scrollbar-darkshadow-color:FE0000;
scrollbar-3dlight-color:FE0000;}






</style>





<style type="text/css">
.div1{
position: absolute;
top: 165px;
left:45%;
width:900px;
height:700px;
z-index:3;
padding:0;
border: 1px solid black;
background-color: transparent;
}

</style>











I'd Like to meet

CODE
<div class="layout">
<div class="div1">



Nevermind I figured it out
cristinadoc84
guyz, please help me with my div layout

mspace.com/ilovetibo

it doesn't work at all..
SelahStar
Thank You for this it helped me alot!!!
MiseryChild
I'M SO FRUSTRATED!:XD:
I have my navi and my bg and main image up where I want it but the different sections in my div aren't working [lyk where you put your about me and stuuf] its just and box with an outlined color and i cant get it to work.

CAN SOMEONE PLEASE TELL ME WHAT I'M DOING WRONG BECAUSE ITS SO FRUSTRATING!?????!! rolleyes.gif tongue.gif pinch.gif [font="Arial"][/font]
MoonlightOriginals
_unsure.gif stubborn.gif mellow.gif
How do u start to make it like post a thing to make a new layout?
MiseryChild
the link for my testing site is "www.myspace.com/blaq_silver_vampire"
its kind of my back up account for testing stuff out.
xXDarkTemariXx
OMG! I GOT THE LAYOUT ON THE PAGE. biggrin.gif thumbsup.gif

I'm sooooooooooooooooooo new to this. _smile.gif

But do i make a Div for the Navigation because i tried

<div class="navigation">

and it didn't work.
divinebovine
you can call me a complete noob if you want but i dont understand :P
Ive copied the code from step 1 and pasted it into my about me, ive copied the stuff from step 2 into my about me and all i can see are a couple of boxes, ive uploaded my image and pasted it where is says paste url and nothings happened, someone care to give me a dummies guide to wtf im ment to do(complete dummy edition)?????
MissHollywood22
Can someone help me? I made myself a div layout. I made the background and all and followed all these steps!! (I still have to do the colors and all, but that isn't that hard) The problem is. I uploaded my Main Div Image, and since I want to move to step 4 of this turtiol and make the other div, it won't show up at all. I think it is hidden under the main div image. What can I do to fix this? Thanks tongue.gif

by the way, my URL is: http://www.myspace.com/insane_design22
foxdanger
Can anyone help with one question:


In my Band Profile, how can i put the Player on a div?
nessag0titall
hi... im lost, where in the code do i add the div codes???

im using this one to make a div overlay. is it the right one????

CODE
<style type=text/css>

body {
background-color: ######;
background-image: url("");
background-position: bottom right;
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-arrow-color:######;
scrollbar-track-color: ######;
scrollbar-shadow-color: ######;
scrollbar-face-color:######;
scrollbar-highlight-color:######;
scrollbar-darkshadow-color:######;
scrollbar-3dlight-color:######;}

table, tr, td {background-color: transparent; border: 0px; padding:2;}
table table {border: 0px;}
table table table table{border: 0px;}

{The actual modules}
table table table {border: 1px solid; border-color: ######; background-color: ######; }

{sets the default style for the body, table data, list data, divisions and text areas}
body,table, td, li, p, div, textarea
{font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{class for the basic font for the page}
.text {font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{style for the number of comments you have. The actual ..}
.redtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{style for the number of friends you have.}
.redbtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Blurbs”, “About Me”, “Who I’d like to Meet”, “Friend Space”, and “Friend’s Comments” style}
.orangetext15{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px;}

{”General”, “Music”, “Movies”, “Television”, “Books”, “Heros”, “Status”, “Here for”, “Hometown”, “Body Type”, “Ethnicity”, “Religion”, “Sign”, “Smoke/Drink”, “Children”, “Education”, “Occupation”, and “Income” title style}
.lightbluetext8{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Contacting”, “Interests”, “Details”, and “Schools” title styling}
.whitetext12{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”In your extended network” style}
.blacktext12{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px; }

{Stylizing of your name above your picture }
.nametext{font-family: arial; color: ######; font-weight: bold; font-size: 30px; letter-spacing: -3px; line-height: 35px;}

{date stamp on comments}
.blacktext10{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{This is how all anchor points will be displayed; anchor points appear before all links.}
a{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”View all friends” and “invite more” link style}
a.redlink{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a.redlink:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{Default Links}
a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{bolded words}
.standard b, p b, B, strong {
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

</style>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.