webdad3
webdad3

Reputation: 9080

CSS - Button separation

I asked the following question earlier and @topek answered it perfectly. However, I thought I would be able to split the buttons (float: right and float: left), however, my efforts to do so failed.

Basically in addition to the buttons showing up at the bottom of the div in the same location through the entire wizard process I would also like the buttons to show up on either side of the fieldset. I should note that there is a beginning wizard screen that only includes the "Next >" button (a href) and an ending screen that contains a "< Back" button (a href) and an input button "Finish". I would like the "Next >" button to show on the right hand side always (as well as the "Finish").

Please see the following fiddle: http://jsfiddle.net/HcAVX/

Any help is appreciated!

Upvotes: 0

Views: 244

Answers (1)

topek
topek

Reputation: 18979

Simply position your buttons:

http://jsfiddle.net/thomas_peklak/HcAVX/1/

Upvotes: 2

Related Questions