Working with DIV, i need help.. badly. |
![]() ![]() |
Working with DIV, i need help.. badly. |
Aug 27 2005, 06:12 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Aug 2005 Member No: 216,565 |
ook. so i'm trying to make my page using div.. but i can't seem to figure it out. this is my page so far
myspace. i don't know what to do next.. this is the coding i also have so far in the about me section <style type="text/css"> .Main { position:absolute; left:50%; top:125px; width:800px; z-index:1; margin-left:-400px; padding:0px; border:0px; background-color:transparent;} /*make tables transparent*/ table, tr, td {background:transparent;} /*remove left column (picture, details, etc)*/ table table table table, table table table table td.text, table.contactTable {display:none;} /*hide blogs & about me*/ td.text table, .orangetext15 {visibility:hidden;} /*unhide about me (so the divs will show up)*/ td.text table table {display:inline; visibility:visible;} /*remove friend space, comments, and calendar*/ td.text td.text table {display:none;} /*remove bottom links*/ <div id=layer1 style="position:absolute; top:20; left:20; width:300; height:300; z-index:1; padding:5px; border:000000 2px solid; background-color: 000000; background-image:url(yourfilename.gif); layer-background-image:url(http://img.photobucket.com/albums/v637/xoashleyxo/ac11fcdb.jpg);"> Content goes here (images, text) </div> div b font font, div font font u {display:none;} <div class="bg" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: hidden;"> <img src="http://img.photobucket.com/albums/v637/xoashleyxo/ac11fcdb.jpg"> </div> <div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:000px; overflow: auto;"><center> lalalalala this is your content! </div> </style> and in the who i'd like to meet <DIV class="Main"> <table style="width:800px; height:600px; cellpadding:0px; cellspacing:0px; border:2px solid silver; background-color:ffffff;}"> <tr> <td valign="top"> YOUR PAGE CONTENT (HTML/FLASH) HERE </td> </tr> </table> </DIV> if you could hep it would be greatly appriciated |
|
|
|
Aug 27 2005, 06:26 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
okay, where it says
QUOTE <div class="bg" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: hidden;"> <img src="http://img.photobucket.com/albums/v637/xoashleyxo/ac11fcdb.jpg"> </div> You didn't change the width and height. that is why the banner does not show up. and you were spposed to put that in your WHO I'D LIKE TO MEET. you must've read the 'simple div overlay' topic. but you didn't read the content, did you? cause it clearly said to put it there. anyways, also here QUOTE <div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:000px; overflow: auto;"><center> lalalalala this is your content! </div> you have to cange LALAL this is your content to something else, change thee width and height. edit the 000 in left and top so that it will go over the image to where you want it to. and where it says QUOTE <DIV class="Main"> <table style="width:800px; height:600px; cellpadding:0px; cellspacing:0px; border:2px solid silver; background-color:ffffff;}"> <tr> <td valign="top"> YOUR PAGE CONTENT (HTML/FLASH) HERE </td> </tr> </table> </DIV> you put those two codes inside this code where it says "your page content(html/flash) here." (but make sure you edit it first like I told you or else it won't work). |
|
|
|
Aug 27 2005, 06:33 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Aug 2005 Member No: 216,565 |
ok wait so how do you know what to change the height & width and stuff to
|
|
|
|
Aug 27 2005, 06:34 PM
Post
#4
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
see what's the width and height of your image. but your image.. it's just a line. i dont think that's for a div layout.
|
|
|
|
Aug 27 2005, 06:39 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Aug 2005 Member No: 216,565 |
ok, so how do i add new divs and also how do i posistion them so they don't cover the ad so i won't get deleted?
|
|
|
|
Aug 27 2005, 06:42 PM
Post
#6
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
if you leave it at 000px it'll stay under the ad. but ONLY if you put it where i told you to.
and you can add a new div by just using this code. QUOTE <div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:000px; overflow: auto;"><center> lalalalala this is your content! </div> just keep repeating that for every new div you want, but you HAVE TO change the positioning and the width, height. ;x and of course the content. |
|
|
|
Aug 27 2005, 06:45 PM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Aug 2005 Member No: 216,565 |
ok thanks for your help.. i'm going to try and figure this out.. haha
|
|
|
|
Aug 27 2005, 07:06 PM
Post
#8
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Aug 2005 Member No: 216,565 |
how do you move the image to the center of the page so you can resize it and make it as big as the page?
|
|
|
|
Aug 27 2005, 07:13 PM
Post
#9
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
well, first the image has to be big. and to move it to the center, like I said, change the top and left numbers until you get it towards the center.
|
|
|
|
![]() ![]() |