Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a button group with 2 buttons. On the left side of the group is a button with the text "ok" or "not ok". On the right side is a button with a dropdown menu attached to it, labeled with a caret. You can click one of the options of the dropdown to change the text of the button on the left. The button changes in size when the text is changed.

I want the button on the right to be attached to the right side of its element and for the left button to extend the width to the left of the encapsulating element.

I currently have a simple "float:right" style tag for the button group. This makes the group push to the right but still have a variable length left button.

Setting 100% width on the left button makes the button group separate and have the left button extend the entire width of the element and the right button just below the other button.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.