I want these buttons to be centered (the three versions represent different possible versions of the same thing).. so the css and html has to be the same for all.. just the number of items must change.
I want them to have a set width so I cannot use inline elements (and just text-align center it).
I also need the html mark-up to be simple enough that it could also be used to flexibly stack the buttons vertically with a different stylesheet
Any thoughts on how to accomplish this? I’m not seeing any way to.
Right now there’s 1-3 elements.. ideally it would cover potentially any number but that’s not necessary. And I’d like for it to work in IE6..
I edited for you: http://jsfiddle.net/vrcQp/6/