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!
How can I move the vertical menu from left to right?
-
- Forum Members
- Posts: 76
- Joined: Sun Aug 13, 2006 5:35 pm
Re: How can I move the vertical menu from left to right?
Not sure if this will work in IE...
div#main {
float: left;
width: 560px;
padding: 0 0px 0 0px;
margin:0px;
display: inline;
}
div#main {
float: left;
width: 560px;
padding: 0 0px 0 0px;
margin:0px;
display: inline;
}