Add       float:left;   to your left_menu CSS.
Don't forget the semicolon ; on the line prevfious (next to 80%)
I usually add the last semicolon even though it is not required, in
case I add more properties later.


#left_menu {
        background-color:#74A397;
        width:15%;
        height:80%;
        float:left;

}

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to