Re: [css-d] Equal column height script and print CSS

2013-06-11 Thread David Hucklesby
On 6/11/13 1:27 PM, J.C. Berry wrote: Hello all, I have four divs: First one is 100% width Second 80% / Third 20% floated Fourth 100% I have a jQuery equal column heights script assigned to the second and third columns. The problem is with my print CSS: The third div (floated right column) is d

[css-d] Equal column height script and print CSS

2013-06-11 Thread J.C. Berry
Hello all, I have four divs: First one is 100% width Second 80% / Third 20% floated Fourth 100% I have a jQuery equal column heights script assigned to the second and third columns. The problem is with my print CSS: The third div (floated right column) is display:none - but its print height is th

Re: [css-d] Unresponsive images

2013-06-11 Thread David Hucklesby
On 6/10/13 10:46 PM, Philippe Wittenbergh wrote: Le 11 juin 2013 à 14:35, David Hucklesby a écrit : Discouraging, as this is my first attempt - and I don't know how to inspect a web page on iPad to find out what's what. Connect the iPad via USB to your machine then call up the Safari inspec

Re: [css-d] Unresponsive images

2013-06-11 Thread David Laakso
On Mon, Jun 10, 2013 at 7:37 PM, David Hucklesby wrote: > Coming late to the party, I'm attempting my first "mobile first" design. > Having > trouble with this code for images on iPad: > > .col > div > img { > width: auto; > height: auto; > max-width: 100%; > max-height: 100%; > }