Re: [css-d] Responsive Design Issue

2012-04-24 Thread Robert A. Rosenberg
At 23:41 +0200 on 04/24/2012, Gabriele Romanato wrote about Re: [css-d] Responsive Design Issue: Why should we get rid of a piece of design when you have a CSS3 property for that? Use background-size. It works. Maybe since use of background-size assumes/requires that the device's br

Re: [css-d] Responsive Design Issue

2012-04-24 Thread Philippe Wittenbergh
Le Apr 25, 2012 à 3:14 AM, Carol Swinehart a écrit : > How do you get rid of a background image or multiple background images in > resolutions for handheld less then 768? Only specify background images for devices / or better - windows / wider than 768px ? div { background: lime; } @media all

Re: [css-d] Responsive Design Issue

2012-04-24 Thread Rob Emenecker
> Why should we get rid of a piece of design when you have a CSS3 property > for that? Use background-size. It works. :-) I would advocate setting it to background-image: none, because you save some bandwidth and cache for the small device. Rob Emenecker @ Hai

Re: [css-d] Responsive Design Issue

2012-04-24 Thread Gabriele Romanato
Why should we get rid of a piece of design when you have a CSS3 property for that? Use background-size. It works. :-) On Tuesday, April 24, 2012, Carol Swinehart wrote: > How do you get rid of a background image or multiple background images in > resolutions for handheld less then 768? > > Thanks

Re: [css-d] Responsive Design Issue

2012-04-24 Thread Tom Livingston
On Tue, Apr 24, 2012 at 2:14 PM, Carol Swinehart wrote: > How do you get rid of a background image or multiple background images in > resolutions for handheld less then 768? > > Thanks > > Carol With no other info, I'll suggest using background-image: none; A link showing your problem is prefe

[css-d] Responsive Design Issue

2012-04-24 Thread Carol Swinehart
How do you get rid of a background image or multiple background images in resolutions for handheld less then 768? Thanks Carol __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wi