WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: Zerosurf on January 21, 2011, 08:26:17 PM

Title: wrong menu direction?
Post by: Zerosurf on January 21, 2011, 08:26:17 PM
what am I doing wrong?

on the site: www.summerrain.org there is the upper right menu and the order is in the wrong direction.
how can i change that?

thx.i.a!
Zerosurf
Title: Re: wrong menu direction?
Post by: crnogorac081 on January 21, 2011, 08:49:31 PM
replace float right with float left in ul#nav li

cheers
Title: Re: wrong menu direction?
Post by: Zerosurf on January 21, 2011, 10:30:54 PM
i already did that before, but then the menu is on the left side, i would like it to be on the right side!

cheers
zerosurf
Title: Re: wrong menu direction?
Post by: crnogorac081 on January 21, 2011, 10:43:42 PM
You reversed order of item elements in list. put a div tag around your menu, and then set float right to that div, and not the list..

cheers
Title: Re: wrong menu direction?
Post by: Zerosurf on January 21, 2011, 10:57:25 PM
ok i did, and i deleted it fpr the list, but now it´s not horizontal anymore!
Title: Re: wrong menu direction?
Post by: crnogorac081 on January 21, 2011, 11:49:08 PM
Hi,

in the ul#nav li return float: left;
Title: Re: wrong menu direction?
Post by: Zerosurf on January 22, 2011, 03:26:22 PM
ok - i did that, but unfortunatly the menu is on the left side again! :(
Title: Re: wrong menu direction?
Post by: kweitzel on January 22, 2011, 04:31:21 PM
OK ... so you are turning in cirles here ... why don't you have a look at the MaxDesign Listtutorial over here: http://css.maxdesign.com.au/listutorial/index.htm

It gives you a bit of Background about the CSS styling as well.

cheers

Klaus