div-overlay, I need help!!!!!aaaah! |
div-overlay, I need help!!!!!aaaah! |
Apr 29 2006, 09:17 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 140 Joined: Apr 2006 Member No: 399,166 |
hey everyone who takes their time to read this..okee i sorta understand how to make a div layer but im still confused i alredy went HERE....anyone wnt to explain it to me better?? or help sites?? plese and thnx sooooooooooooooooo much i rely wnt to learn!!!!
|
|
|
|
![]() |
| *This Confession* |
Apr 29 2006, 09:22 PM
Post
#2
|
|
Guest |
for an extremely easy one
go here http://overlay.bbzspace.com/ but that tutorial is actually really good.. CODE <div class="bg" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: hidden;"> <img src="IMAGEURLHERE"> </div> <div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:100%; overflow: visible;"><center> lalalalala this is your content! </div> you can add more of the <div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:100%; overflow: visible;"><center> lalalalala this is your content! </div> those are the divs.. like each of the scroll boxes.. where different content can go in.. the first on in the code is for bg image.. like on my layout site.. http://www.myspace.com/thisconfession_designs the whole image i used that to position and in that forum thing you were at it showed how to position QUOTE Positioning
Code: 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 |
|
|
|
Apr 29 2006, 09:41 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 140 Joined: Apr 2006 Member No: 399,166 |
for an extremely easy one I WNT TO USE THE SECOND ONE BUT I DNT GET THE POSITIONINGgo here http://overlay.bbzspace.com/ but that tutorial is actually really good.. CODE <div class="bg" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: hidden;"> <img src="IMAGEURLHERE"> </div> <div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:100%; overflow: visible;"><center> lalalalala this is your content! </div> you can add more of the <div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:100%; overflow: visible;"><center> lalalalala this is your content! </div> those are the divs.. like each of the scroll boxes.. where different content can go in.. the first on in the code is for bg image.. like on my layout site.. http://www.myspace.com/thisconfession_designs the whole image i used that to position and in that forum thing you were at it showed how to position CAN ENY1 HELP ME?? |
|
|
|
shauna1212 div-overlay Apr 29 2006, 09:17 PM
toyo loco You don't understand positioning?
Here read c... Apr 29 2006, 10:16 PM![]() ![]() |