Page 1 of 1

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

Posted: Mon Aug 14, 2006 6:48 am
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