Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [brewt] In Luna, How can I put a box that spans over contents and rightsidebar

Quote Reply
Re: [brewt] In Luna, How can I put a box that spans over contents and rightsidebar In reply to
Hi Adrian,
Here is the home page that I am trying to design:
http://www.allnewspapers.com/...iptssql/page.cgi?d=1
If you look at the box below the content and right sides "Here sawawawsis your Header!" it spans across both areas; however, it always starts from the end of the writting of the left handside (the begining of the purple color).
What I am trying to do is to have this box starts at the end of the blue section (in the righthandside) and/or the end of the shading of the contents (when rightside blue section is long or when the contents are long, either one pushes the box down independent from the leftside) (something like the top bar "put simple menu items add, modify...").

Take a look at the old home page of allnewspapers.com
http://www.allnewspapers.com/ to see what I mean.
and here are some coloring that I use to tell what section is what:
Code:

#wrapper {
background: brown;
}

#icwrapper {
background: green;
}

#contentwrapper {
background:red;
width: 100%;
float: left;
position: relative;
}

#content {
background:orange;
}

#leftsidebar {
background:lightblue;
}

#rightsidebar {
background:blue;
}

body{
background-color: #ccccff;
}

#ocwrapper {
/* background colour of left sidebar */
border-left: 162px solid purple;
/* background colour of right sidebar */
border-right: 338px solid black;
background: darkgrey;
}

#contentAndRightSideBottom {
background-color: white;
width: 814px;
float: left;
margin: 10px 0px 0px 10px;
/* ie/mac fix \*/
/*display: block; */
position: relative;
}

Thanks much in advance...
Mark
Subject Author Views Date
Thread In Luna, How can I put a box that spans over contents and rightsidebar Mark2 4859 Dec 27, 2009, 8:18 AM
Thread Re: [Mark2] In Luna, How can I put a box that spans over contents and rightsidebar
Mark2 4619 Jan 2, 2010, 8:14 AM
Thread Re: [Mark2] In Luna, How can I put a box that spans over contents and rightsidebar
brewt 4615 Jan 2, 2010, 7:27 PM
Post Re: [brewt] In Luna, How can I put a box that spans over contents and rightsidebar
Mark2 4584 Jan 3, 2010, 1:26 PM