I've seen some Top Navigation that have the side menu moved from the default right side of the page to the left. I've experimented with implementing this, but have had limited success. The obvious change (I think) is to change the class to float left instead of right. This works, but then the body content that goes beyond the menu doesn't align correctly, i.e. it wraps under the menu instead of staying in a set width column. Has anyone got this to work correctly, and are you willing to share the steps required to make it work well?
Code: Select all
div.sideContent
{
float: right;
margin-left: 10px;
margin-bottom: 10px;
width: 33.33%;
}Thanks,
Josh