Re: [css-d] Responstable SCSS

2014-03-17 Thread SSC_perl
On Mar 17, 2014, at 11:53 AM, Chris Rockwell wrote: > http://www.surfshopcart.com/responstable.html Thanks again. I really appreciate this list and everyone's help. Frank http://www.surfshopcart.com/ Setting up shop has never been easier! ___

Re: [css-d] Responstable SCSS

2014-03-17 Thread SSC_perl
On Mar 17, 2014, at 11:02 AM, Chris Rockwell wrote: > Just click on (SCSS) next to CSS and it will show you the compiled code Well that was embarrassingly simple. :| I compared the converted CSS that I had before to the converted CSS from CodePen and they are the same, so it mu

Re: [css-d] Responstable SCSS

2014-03-17 Thread SSC_perl
Just in case it makes any difference, here's the CSS I was given by that site: .responstable { margin: 1em 0; width: 100%; background: white; color: #024457; border-radius: 10px; border: 1px solid #167f92; overflow: hidden; } .responstable tr { border-top: 1px solid #167f9

[css-d] Responstable SCSS

2014-03-17 Thread SSC_perl
I'm trying to implement this responsive table on my site: http://codepen.io/sharifh/pen/imojf It works fine in the Safari browser on my Mac when resizing the window, but it doesn't work on the iPhone - the table remains "normal". I'm thinking that my problem is the SCSS.

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

[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

[css-d] [OT] CSS/HTML Work Needed

2014-01-03 Thread SSC_perl
This is a one-time post to ask for help. It will not be repeated. We tried to do this on our own, but we're programmers here, not designers. So we could really use your help. Our SurfShop shopping cart was recently released as open source. It's been around for awhile and, unf

Re: [css-d] CSS Progress Bar Help

2013-12-05 Thread SSC_perl
On Dec 5, 2013, at 10:35 AM, Philip Taylor wrote: > Even CSS-list spammers should have the sense to realise that their so-called > "pro" solutions will be exposed for the amateurish rubbish that they really > are if they insist on posting unsolicited links here Hi Philip, Wow! I really

Re: [css-d] CSS Progress Bar Help

2013-12-05 Thread SSC_perl
On Dec 4, 2013, at 8:03 PM, JAY TANNA wrote: > .progbox {padding-left: 0; margin: 0 auto;} Thanks, Jay. That did the trick! Frank Setting up shop has never been easier! http://www.surfshopcart.com/pro.php __ css-dis

[css-d] CSS Progress Bar Help

2013-12-04 Thread SSC_perl
Hello, I'm new to CSS here, so forgive me if this is a basic question. I just added a CSS progress bar to our open source shopping cart, SurfShopPRO. It looks nicer than the graphics we were using before, but it could be better. One of the things I need help with is that the p