Re: [css-d] Replacing table layout with CSS

2014-01-23 Thread SSC_perl
On Jan 20, 2014, at 6:31 AM, Tom Livingston wrote: Try playing with the fieldset wrapping the search_box. Some other margin/padding settings were helping. Tweak to suit: margin: 0 2% 0 0; padding-top: 2px; Tom, I plugged in those parameters and played around with various

Re: [css-d] Replacing table layout with CSS

2014-01-20 Thread Tom Livingston
On Sun, Jan 19, 2014 at 3:00 PM, SSC_perl p...@surfshopcart.com wrote: On Jan 9, 2014, at 5:04 PM, Tom Livingston wrote: If I may, maybe this will get you started: Tom, I'm sorry I didn't respond earlier. I had a coding problem that needed to be fixed, and then after that was

Re: [css-d] Replacing table layout with CSS

2014-01-19 Thread SSC_perl
On Jan 9, 2014, at 5:04 PM, Tom Livingston wrote: If I may, maybe this will get you started: Tom, I'm sorry I didn't respond earlier. I had a coding problem that needed to be fixed, and then after that was done, I just plain forgot! Thanks so much for the code. I took it and

[css-d] Replacing table layout with CSS

2014-01-09 Thread SSC_perl
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

Re: [css-d] Replacing table layout with CSS

2014-01-09 Thread Tom Livingston
On Thu, Jan 9, 2014 at 12:54 PM, SSC_perl p...@surfshopcart.com 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

Re: [css-d] Replacing table layout with CSS

2014-01-09 Thread SSC_perl
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

Re: [css-d] Replacing table layout with CSS

2014-01-09 Thread Tom Livingston
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 If I may, maybe this will get you started: !doctype html html head title/title style *{font-family:Arial, sans-serif; margin:0;