Log In · Register

 
div layers, can anyone please help?
chu3guo2
post Oct 5 2004, 11:56 PM
Post #1


untouchable sakaba
****

Group: Member
Posts: 149
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.
 
 
Start new topic
Replies (1 - 5)
anonymous_killer
post Oct 6 2004, 02:12 PM
Post #2


Senior Member
***

Group: Member
Posts: 44
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.
 
chu3guo2
post Oct 6 2004, 04:40 PM
Post #3


untouchable sakaba
****

Group: Member
Posts: 149
Joined: Oct 2004
Member No: 53,830



didnt work
still need help
 
C.Lime.Jello.
post Oct 6 2004, 05:32 PM
Post #4


The voices talk too much... -.-u
******

Group: Member
Posts: 2,099
Joined: Aug 2004
Member No: 39,078



CODEBOX: -> right click -> copy/paste


Try doing that. Haha... Probably won't work though.
 
chu3guo2
post Oct 6 2004, 07:19 PM
Post #5


untouchable sakaba
****

Group: Member
Posts: 149
Joined: Oct 2004
Member No: 53,830



mellow.gif its the same as the last one
thanks though
 
sweetxsimplicity
post Oct 6 2004, 10:03 PM
Post #6


hi, my name is brianna! =]
*******

Group: Official Member
Posts: 5,764
Joined: Jun 2004
Member No: 22,114



QUOTE(chu3guo2 @ Oct 6 2004, 4:19 PM)
mellow.gif its the same as the last one
thanks though

Er..yeah. Please don't re-post codes. wink.gif
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: