On Oct 10, 2011, at 10:23 AM, G.Sørtun wrote:

> On 10.10.2011 18:06, John wrote:
> 
>> Link: http://www.coffeeonmars.com/testing/index.html
> 
> You have a missing ' " ' in there...
> 
> <div id="SideMenuContainer_Home>
> 
> ...which means that ID can't be targeted from CSS in most browsers.
> 
> Apart from that, if you want to float the menu-elements all the way up on the 
> left side, you will have to float the content to the right.
> 
> Something like this will do...
> 
> #content {
>    color: #111311;
>    width: 727px;
>    float: right;
>    margin-right: 150px;
> }
> 
> regards
>        Georg

Thank you, George, that made things fall into place nicely!

John

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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