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
replace float right with float left in ul#nav li
cheers
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
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
ok i did, and i deleted it fpr the list, but now it´s not horizontal anymore!
Hi,
in the ul#nav li return float: left;
ok - i did that, but unfortunatly the menu is on the left side again! :(
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