I’m relatively new to HTML/CSS so feel free to correct any other mistakes that I’ve (probably) made. Here’s my HTML and CSS: http://jsfiddle.net/luxurymode/PrjJ3/3/
All I want to do is to center horizontally the UL within that “navbar”. What’s the correct way do it?
EDIT: I accidentally posted the wrong fiddle. It’s correct now…
The proper way is
Another way is
but
inline-blockisn’t 100% x-browser proof.