[EMAIL PROTECTED] wrote:
> http://free.of.pl/r/ramirez/temp/index.htm
> 
> What I'm trying to do is to put the navigation on the right side of 
> the container.

To absolute position it, add...

#Content {
position: relative;
}

...to establish a relation for A:P.

Then use these nav-styles...

#navlist {
border-bottom: 1px solid gray;
width: 200px;
position: absolute;
right: 1px;
top: 150px;
margin: 0;
padding: 0;
}

Adjust 'top' to taste.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to