Hey everyone,
I’m trying to center a horizontal navigation - so the <li>s are floated left. And I don’t define a width for them, just padding and such. So the <ul> and the <div> that it is in can’t have a width either ('cause it will always be changing, etc.).
Margin: 0px auto doesn’t work if a width is not defined on that element. How can I center the nav?