Log In · Register

 
Help with div layering
SephirothDaDark1
post Sep 3 2004, 09:05 PM
Post #1


An unholy emenation....
***

Group: Member
Posts: 66
Joined: Jun 2004
Member No: 26,572



when I put in my chatterbox div layering, I have it like this at the end, Navigation div, then the blogbox div layer, do I put the chatterbox in my navigation div, or after the blogbox div layer and position it on top of the navigation?
 
 
Start new topic
Replies (1 - 12)
sweetdreamsx3
post Sep 3 2004, 09:08 PM
Post #2


Senior Member
*******

Group: Member
Posts: 5,585
Joined: Aug 2004
Member No: 38,082



Try pasting your code in here, so we can figure out what's wrong with it.
 
SephirothDaDark1
post Sep 3 2004, 09:11 PM
Post #3


An unholy emenation....
***

Group: Member
Posts: 66
Joined: Jun 2004
Member No: 26,572



here is the code un-altered from where I got it


CODE
<!-- begin code provided by createblog.com -->

<div style="position:static; margin-left: ###px;margin-top: ###px;border: 0px solid #COLOR CODE; width: ###px; height: ###px;background: none; overflow: auto">

<table border="0" width=100%>
<tr>
<td colspan=2>
<b class=nav>About Me</b>
<tr>
<td colspan=2><br>
Stuff about yourself…here
Stuff about yourself…here
Stuff about yourself…here
Stuff about yourself…here

<tr>
<td colspan=2><br>
<b class="nav">Navigation</b><br>
<a href="http://www.xanga.com/">Xanga</a><br>
<a href="http://www.xanga.com/signin.aspx">Sign In</a><br>
<a href="http://www.xanga.com/logout.aspx">Sign Out</a><br>
<a href="http://www.xanga.com/private">Home</a><br>
<a href="http://www.xanga.com/claf">CLAF</a><br>
<a href="http://www.xanga.com/Private/subs.aspx">Your Subs</a><br>
<a href="http://www.xanga.com/guestbook.aspx?user=YOURXANGAUSER">Guestbook</a><br>
<a href="http://www.xanga.com/profile.aspx?user=YOURXANGAUSER">Profile</a> (<a href="http://www.xanga.com/Private/profilebasic.aspx">Edit</a>)<br>
<a href="http://www.xanga.com/private/tracking.aspx">Your Comments</a><br>
<a href="http://www.xanga.com/Private/feedback.aspx">Feedback</a><br>
<a href="http://www.xanga.com/Private/SubscribeTo.aspx?user=YOURXANGAUSER" target="blank">Add Me</a><br>
<tr>
<td colspan=2>
<b class="nav">Subscriptions</b>
<tr>
<td>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<td>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
</tr>
</table>
</div>
<div align="center" class="blogspace">
<!-- end code provided by createblog.com -->
 
TrannieL
post Sep 3 2004, 10:15 PM
Post #4


I never give 4/10
*****

Group: Member
Posts: 627
Joined: Aug 2004
Member No: 45,375



Put numbers of px in there.

1/ margin-left: ###px
2/ margin-top: ###px
3/ width: ###px
4/ height: ###px


QUOTE
<div style="position:static; margin-left: ###px;margin-top: ###px;border: 0px solid #COLOR CODE; width: ###px; height: ###px;background: none; overflow: auto">


- Tran -
 
SephirothDaDark1
post Sep 3 2004, 10:19 PM
Post #5


An unholy emenation....
***

Group: Member
Posts: 66
Joined: Jun 2004
Member No: 26,572



yeah, I did that, i put it far away from the blog box, but it still messes up the blog box... mellow.gif
 
MrElsewhere
post Sep 3 2004, 10:21 PM
Post #6


Change Gon Come
******

Group: Member
Posts: 2,286
Joined: May 2004
Member No: 18,822



u have to put this rite b4 ur CSS

CODEBOX: -> right click -> copy/paste


and this put this first in your web site stats:

CODE
<!-- begin code provided by createblog.com -->
</div>
<!-- end code provided by createblog.com -->
 
TrannieL
post Sep 3 2004, 10:21 PM
Post #7


I never give 4/10
*****

Group: Member
Posts: 627
Joined: Aug 2004
Member No: 45,375



QUOTE(SephirothDaDark1 @ Sep 3 2004, 10:19 PM)
yeah, I did that, i put it far away from the blog box, but it still messes up the blog box... mellow.gif

You need TWO Div codes, one for "Navigation" and one for "Blog"

- Tran -
 
SephirothDaDark1
post Sep 3 2004, 10:27 PM
Post #8


An unholy emenation....
***

Group: Member
Posts: 66
Joined: Jun 2004
Member No: 26,572



wtf, dose the code go in my website stats or my custom header?
 
sweetdreamsx3
post Sep 3 2004, 11:10 PM
Post #9


Senior Member
*******

Group: Member
Posts: 5,585
Joined: Aug 2004
Member No: 38,082



It goes in the custom header.
 
sweetxsimplicity
post Sep 3 2004, 11:14 PM
Post #10


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

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



You put it in your custom header.

Try making the margins negative, like '-400'.
 
SephirothDaDark1
post Sep 3 2004, 11:41 PM
Post #11


An unholy emenation....
***

Group: Member
Posts: 66
Joined: Jun 2004
Member No: 26,572



I found out that if I put the blogbox div layer after the nav layer it works fine, now I'm having trouble with the chatterbox div layer...
 
sweetxsimplicity
post Sep 3 2004, 11:59 PM
Post #12


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

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



That's what you said in your topic.....what are you having trouble with?
 
SephirothDaDark1
post Sep 4 2004, 04:01 PM
Post #13


An unholy emenation....
***

Group: Member
Posts: 66
Joined: Jun 2004
Member No: 26,572



ok, I edited my first post to the right question now.......
 

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