jsfiddle: http://jsfiddle.net/tmjuv/
Basically, I want the nav block to be centered on the page. If the number of pages were static, I could just add a width and do a margin:0 auto (example here); however, in this case, it will be for a theme so the nav will have to be centered no matter how many pages the user adds. Is this possible with only css?
you could do something like this:
http://jsfiddle.net/meo/tmjuv/8/
It require the UL to be wrapped. If its not in your actual surce code, since you can’t change it, you gonna need some JS to do it. I think there is no pure css solution to this.
but it requires the browser to understand
inline-block. Whats not the case of IE6.