On Thu, Jan 9, 2014 at 12:54 PM, SSC_perl <[email protected]> wrote: > Good morning, > > I need some help on a problem I'm having. > > I've replaced the old table-based navigation header of SurfShop with > a CSS version, but I'm having a problem aligning the radio buttons and their > labels. I'd like them to be vertically aligned in the search box, like they > are now, but on the right side, just under the 'Find!' button. > > The relevant code is listed below, and you can see it in action here: > http://www.surfshopcart.com/cgi-bin/demos/surfshop/shop.cgi > > Thanks, > Frank >
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. -- Tom Livingston | Senior Front-End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com ______________________________________________________________________ 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/
