Am 18.01.2013 16:25 schrieb Al Sparber:
On 1/18/2013 10:05 AM, Rob Emenecker wrote:
Okay. Errors resolved. Still the same issues with the display on some
mobile
devices. :-S

http://hairydogdigital.com


To ensure nothing is overriding your rules, add this to your page and test:

img {
   height: auto !important;
   width: auto !important;
   max-width: 100% !important;
}

I tried in Firebug:

img {
  width:100%;
  max-width:477px;
}

This would actually shrink the image. Anyway, hardcoding the image width does not seem to be very elegant, and the fact that Al's declaration does not work in Firefox does not seem to make sense to me.
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to