div layers, can anyone please help? |
![]() ![]() |
div layers, can anyone please help? |
Oct 5 2004, 11:56 PM
Post
#1
|
|
![]() untouchable sakaba ![]() ![]() ![]() ![]() Group: Member Posts: 148 Joined: Oct 2004 Member No: 53,830 |
i was just wondering if there was anyone out there who could help me with putting 2 div layers next to each other, i have one that is the entire xanga on the left and i would like to place a different div on the right with them being on the same margin from the top.
|
|
|
|
Oct 6 2004, 02:12 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 39 Joined: Sep 2004 Member No: 52,448 |
all you have to do is set the margin-top the same... like this:
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> .div_1 { margin-top: 100px; margin-left: 0px; width: 300px;} .div_2 { margin-top: 100px; margin-left: 200px; width: 300px;} </style> <div class="div_1"> crap in here </div> <div class="div_2"> other crap here </div> <!-- end code provided by createblog.com --> just change the margins width and crap. |
|
|
|
Oct 6 2004, 04:40 PM
Post
#3
|
|
![]() untouchable sakaba ![]() ![]() ![]() ![]() Group: Member Posts: 148 Joined: Oct 2004 Member No: 53,830 |
didnt work
still need help |
|
|
|
Oct 6 2004, 05:32 PM
Post
#4
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,103 Joined: Aug 2004 Member No: 39,078 |
Try doing that. Haha... Probably won't work though. |
|
|
|
Oct 6 2004, 07:19 PM
Post
#5
|
|
![]() untouchable sakaba ![]() ![]() ![]() ![]() Group: Member Posts: 148 Joined: Oct 2004 Member No: 53,830 |
thanks though |
|
|
|
Oct 6 2004, 10:03 PM
Post
#6
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,638 Joined: Jun 2004 Member No: 22,114 |
QUOTE(chu3guo2 @ Oct 6 2004, 4:19 PM) thanks though Er..yeah. Please don't re-post codes. |
|
|
|
![]() ![]() |