Re: [css-d] how to time table on small screens

2015-05-27 Thread Ludwig Bekic
Hi Erik, i recommend the CSS Tricks's method too. We are using it in our internal sites and it works fine on several devices. Best Ludwig On Wed, May 27, 2015 at 5:47 AM, Chad Lundgren wrote: > Hi Eric, > > I like CSS Tricks's method of dealing with this issue: > > https://css-tricks.com/resp

Re: [css-d] make site suitable for mobile/small screens

2015-05-27 Thread Tom Livingston
An iPhone 4/5, for example, in portrait orientation is 320. Many other are similar. On Tuesday, May 26, 2015, Erik Visser wrote: > Tom Livingston schreef op 25-05-15 om 18:21: > >> >> Looks good. >> >> On Monday, May 25, 2015, Erik Visser wrote: >> Tom Livingston schreef op 25-05-15 om 16:12

Re: [css-d] BG Repeat one direction ?

2015-05-27 Thread Karl DeSaulniers
Hi Chris, Try this. 1. make a blank image (photoshop file) that is 420px height. 2. repeat your image you have now inside that image up to 412px leaving the 6 pixels remaining, to be transparent. 3. save as transparent png. 4. put the new image as the background with background-repeat: no-repeat;

Re: [css-d] how to time table on small screens

2015-05-27 Thread MiB
27 maj 2015 kl. 05:47 skrev Chad Lundgren : > I like CSS Tricks's method of dealing with this issue: > > https://css-tricks.com/responsive-data-tables/ Me too. One of the better approaches. __ css-discuss [css-d@lists.css-disc