Re: [css-d] Responstable SCSS

2014-03-18 Thread MiB
mar 17 2014 20:21 SSC_perl : > I almost hate to ask this, but would it be possible for someone to test my > page on an Android phone to make sure it works? Unfortunately, everyone I > know has an iPhone. I haven’t verified the trustworthiness of these, but useful for a quick look: https://ww

Re: [css-d] Responstable SCSS

2014-03-17 Thread Chris Rockwell
Looks good to me on Galaxy S3 (Android 4.3) Chrome On Mon, Mar 17, 2014 at 3:21 PM, SSC_perl wrote: > On Mar 17, 2014, at 11:53 AM, Chris Rockwell wrote: > > > > That was it! Thanks, Chris! The table now changes depending on > the phone's orientation. Very nice! > > I almost

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 Chris Rockwell
Try adding this to your head tag: On Mon, Mar 17, 2014 at 2:28 PM, SSC_perl wrote: > 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

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 Tom Livingston
The pen is working on my iPhone Sent from my iPhone > On Mar 17, 2014, at 1:54 PM, SSC_perl wrote: > >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

Re: [css-d] Responstable SCSS

2014-03-17 Thread Chris Rockwell
Just click on (SCSS) next to CSS and it will show you the compiled code On Mon, Mar 17, 2014 at 1:57 PM, SSC_perl wrote: > 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; >

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.