How can I move the vertical menu from left to right?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
jimmychuang
Forum Members
Forum Members
Posts: 76
Joined: Sun Aug 13, 2006 5:35 pm

How can I move the vertical menu from left to right?

Post by jimmychuang »

How can I move the vertical menu from left to right?

Could someone show me am example?

Here is my site: www.casinobonuswatch.net

THANKS!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: How can I move the vertical menu from left to right?

Post by Dr.CSS »

Not sure if this will work in IE...

    div#main {
        float: left;
        width: 560px;
        padding: 0 0px 0 0px;
        margin:0px;
        display: inline;
    }
Post Reply

Return to “Layout and Design (CSS & HTML)”