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 comb

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 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 done, I just plain

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

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: *{font-family:Arial, sans-serif; margin:0; padding:0;} #search_box{ pos

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 is inside of > 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 a

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 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 li

[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