Add a list of link on the right of the site.

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
dsolheid

Add a list of link on the right of the site.

Post by dsolheid »

Hi all,

I'm trying to arrange CSS rules to have a web site like my prototype : http://torticolis.be/test.jpg

I'm using a template with menu, sub menu on left .. and content in the center.

I want to ADD : a column on the right, with a list of link ... under this list, a counter ...
And under the sub-menu on the left, a link always visible ...

1) Is a module existing to create a list of link ? or what I have to do ?
2) what are the CSS attribute to align the list of link with the content top.

I try into the CSS :
    /* CONTENT 2 */
        div#content2 {
        position: relative;
        width: 150px;
        / * margin: 1.5em 0 2em 0; */
        padding: 0px;
        left:700px;
        text-align: left;
    }
    /* END CONTENT 2 */
But the content2 is still not aligned.

I have added a second block CONTENT2 into the template ... just after the first CONTENT block.



Regards,

Didier
Last edited by dsolheid on Mon Aug 14, 2006 11:04 am, edited 1 time in total.
Locked

Return to “Layout and Design (CSS & HTML)”