Re: [css-d] FIXED: iPhone/iPad iPhun

2012-01-14 Thread Rob Emenecker
I've fervently kept up with the thread in the hopes that it would also shed light on a that I am having with a new site (our new company site). http://new.hairydogdigital.com It is a Joomla site that should display with alternate css depending upon max-device-width for both tablet and

Re: [css-d] FIXED: iPhone/iPad iPhun

2012-01-14 Thread Rob Emenecker
I found the following thread on Stack Overflow that addresses the problem: http://stackoverflow.com/questions/5434656/ipad-layout-scales-up-when-rotati ng-from-portrait-to-landcape Addenda: This method does not allow pinch-zoom. At least not in my testing.

Re: [css-d] FIXED: iPhone/iPad iPhun

2012-01-14 Thread Tom Livingston
On Jan 14, 2012, at 1:00 PM, Rob Emenecker list-s...@hairydogdigital.com wrote: I found the following thread on Stack Overflow that addresses the problem: http://stackoverflow.com/questions/5434656/ipad-layout-scales-up-when-rotati ng-from-portrait-to-landcape Addenda: This method

Re: [css-d] FIXED: iPhone/iPad iPhun

2012-01-14 Thread Rob Emenecker
I posted a link to a recent js fix early in this thread ( the OP's thread) that seems to be working well based on reviewers testing. Ah! I just dug back through the original posts and found the link. Thanks Tom! Rob Emenecker @ Hairy Dog Digital

Re: [css-d] FIXED: iPhone/iPad iPhun

2012-01-12 Thread HallMarc Sales
OK I found what was causing the issue; Nivo Slider CSS, specifically this: [] .nivo-html-caption { display:none; } I changed it to .nivo-html-caption { visibility: hidden; } and the bug goes away for this page. Anyone enlighten me as to why this would be?