Re: [css-d] aligning text with right edge of button on the following line

2013-03-23 Thread Larry Martell
On Sat, Mar 23, 2013 at 2:37 PM, Philip TAYLOR wrote: > > > Larry Martell wrote: > >> Thanks for the reply. This moves everything to the right. I want the >> buttons left justified, and the text right justified with the second >> button. Adding 'float: left' got it to do what I want: >> >> >> Wan

Re: [css-d] aligning text with right edge of button on the following line

2013-03-23 Thread Larry Martell
On Sat, Mar 23, 2013 at 1:38 PM, Philip TAYLOR wrote: > Based on your code : > > > Want this right justified above Download button > > value="Generate"> > value="Download"> > Thanks for the reply. This moves everything to the right. I want the buttons left justified, and the text right justi

[css-d] aligning text with right edge of button on the following line

2013-03-23 Thread Larry Martell
I want to have a line of text and below it 2 buttons. I want the text to be right justified with the right edge of the second button, e.g. TEXT button1 button2 This fiddle is just one of my many unsuccessful attempts http://jsfiddle.net/w7BNW/1/ I'm sure this is simple, but I jus