Page 1 of 1

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

Posted: Tue Dec 12, 2006 8:20 am
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!

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

Posted: Tue Dec 12, 2006 10:55 am
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;
    }