On Jan 9, 2014, at 1:43 PM, Tom Livingston wrote:
> According to Firebug in FireFox, your <span id="rdo"> is inside of
> <label id="search_store"> which, actually, is wrapping a lot of stuff.
> That doesn't look right to me.

        Thanks, Tom.  I moved the span tags outside the label tags but that 
just added a lot of empty space on all sides of the text in the search box, so 
I put it back. 

        I decided to place the radio buttons inside the <span id="rdo"> tags in 
hopes of pushing that section to the right with this CSS:

#rdo label { display:block; padding: 5px 1em 0 30px; }
input[type=radio], input.radio { float:right; clear:none; margin: 2px 0 0 2px;

but of course that didn't work.

        Then I placed the radio buttons code into the idf span which moved them 
to the right (success!), but the labels were no longer lined up with the 
buttons.  I tried modifying the CSS without success.

        I'm a lot closer than I was, but I'm stuck again.  How can I get the 
radio buttons on the same line as their labels?

Thanks,
Frank

http://www.surfshopcart.com/
Setting up shop has never been easier!

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to