Re: [css-d] @media handheld?

2011-10-24 Thread David Laakso
On 10/24/11 1:12 AM, Ghodmode wrote: Every browser I tested shows screen. I was hoping for it to say handheld and screen, or just handheld. The use of min-width, max-width, width, and fluid images, will yield any desktop, laptop or tablet [landscape or portrait] window without any media

Re: [css-d] :: ie/7 xp/vista ::

2011-10-24 Thread David Laakso
On 10/23/11 7:41 PM, David Laakso wrote: Problematic viewing IE/7 at the moment here in Havana. Confirmation appreciated. In IE/7.0 in tn left-column in the vertical word Journal the letter J should be white knocked-out of a black box and the bottom of the J should not be clipped. markup

[css-d] San-Check request on new responsive site(s)

2011-10-24 Thread Davies, Elizabeth
Would appreciate a quick check/feedback on my first forays into responsive web development. http://korea.gallup.com (very basic small site, being used to test out concepts) http://strengths.gallup.com (slightly larger, but still small site ... more complexity of forms and navigation) We

Re: [css-d] San-Check request on new responsive site(s)

2011-10-24 Thread Chris F.A. Johnson
On Mon, 24 Oct 2011, Davies, Elizabeth wrote: Would appreciate a quick check/feedback on my first forays into responsive web development. http://korea.gallup.com (very basic small site, being used to test out concepts) http://strengths.gallup.com (slightly larger, but still small site ...

Re: [css-d] San-Check request on new responsive site(s)

2011-10-24 Thread David Laakso
On 10/24/11 12:04 PM, Davies, Elizabeth wrote: Would appreciate a quick check/feedback on my first forays into responsive web development. http://korea.gallup.com (very basic small site, being used to test out concepts) Page throws an horizontal scroll bar regardless of screen

[css-d] Banners

2011-10-24 Thread John
Can anyone recommend some good tutorials on how to make web banners using CSS? Thank you! John __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] San-Check request on new responsive site(s)

2011-10-24 Thread Davies, Elizabeth
Many thanks David. Great feedback. I get the horizontal expansion or scroll bar on the iPad in horizontal orientation where it zooms in on the rotation. It 'finds itself' if you snap it. Will have to explore why it does that, possibly layer in a viewport media query just for Mac devices. The

[css-d] Container shifts, one page to another

2011-10-24 Thread John
http://coffeeonmars.com/testing/index.html http://coffeeonmars.com/testing/WPR_Wire.html When I load the two links above and go from one tab to the other, I see the content area shift to the left (going from the index page to the wpr_wire page) the only browswer that doesn't do this is Win IE

Re: [css-d] Container shifts, one page to another

2011-10-24 Thread Peter H.
El 25/10/2011, a las 00:11, John escribió: http://coffeeonmars.com/testing/index.html http://coffeeonmars.com/testing/WPR_Wire.html When I load the two links above and go from one tab to the other, I see the content area shift to the left (going from the index page to the wpr_wire

Re: [css-d] Container shifts, one page to another

2011-10-24 Thread David Laakso
On 10/24/11 6:11 PM, John wrote: http://coffeeonmars.com/testing/index.html http://coffeeonmars.com/testing/WPR_Wire.html When I load the two links above and go from one tab to the other, I see the content area shift to the left (going from the index page to the wpr_wire page) John See

Re: [css-d] Container shifts, one page to another

2011-10-24 Thread John
On Oct 24, 2011, at 3:52 PM, David Laakso wrote: See short page shift--- http://www.communitymx.com/content/article.cfm?cid=528a0 One fix is to force a scrollbar html { min-height: 100%; margin-bottom: 1px; } ~d FINALLY! A dumb problem I didn't cause! this was sorta cool while reading the

Re: [css-d] Container shifts, one page to another

2011-10-24 Thread John
On Oct 24, 2011, at 3:52 PM, David Laakso wrote: See short page shift--- http://www.communitymx.com/content/article.cfm?cid=528a0 One fix is to force a scrollbar html { min-height: 100%; margin-bottom: 1px; } ~d OK..for my page, inserting margin-bottom: 1px resulted in about a 10-pixel

Re: [css-d] Container shifts, one page to another

2011-10-24 Thread Tom Livingston
HTML{overflow-y: scroll;} is another option Sent from iOS 5 On Oct 24, 2011, at 7:38 PM, John j...@coffeeonmars.com wrote: On Oct 24, 2011, at 3:52 PM, David Laakso wrote: See short page shift--- http://www.communitymx.com/content/article.cfm?cid=528a0 One fix is to force a scrollbar

Re: [css-d] Container shifts, one page to another

2011-10-24 Thread John
On Oct 24, 2011, at 4:38 PM, John wrote: On Oct 24, 2011, at 3:52 PM, David Laakso wrote: See short page shift--- http://www.communitymx.com/content/article.cfm?cid=528a0 One fix is to force a scrollbar html { min-height: 100%; margin-bottom: 1px; } ~d OK..for my page, inserting

Re: [css-d] Container shifts, one page to another

2011-10-24 Thread John
On Oct 24, 2011, at 4:47 PM, Tom Livingston wrote: HTML{overflow-y: scroll;} is another option Sent from iOS 5 that does work...thank you, Tom. John __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] Container shifts, one page to another

2011-10-24 Thread John
On Oct 24, 2011, at 3:52 PM, David Laakso wrote: One fix is to force a scrollbar html { min-height: 100%; margin-bottom: 1px; } OK..got this one to work, too...I put the code in the wrong spot. thank you! John __

Re: [css-d] San-Check request on new responsive site(s)

2011-10-24 Thread Philippe Wittenbergh
On Oct 25, 2011, at 3:26 AM, David Laakso wrote: http://korea.gallup.com (very basic small site, being used to test out concepts) Page throws an horizontal scroll bar regardless of screen resolution. That scrollbar is caused by the box-shadow on the header. Will be visible on Safari

Re: [css-d] Banners

2011-10-24 Thread Michael Fokken
Do you mean like headers? Or do you mean like banners for advertisements? Or other? Sincerely, Michael http://whatiscss.michaelfokken.com/ On Mon, Oct 24, 2011 at 1:03 PM, John j...@coffeeonmars.com wrote: Can anyone recommend some good tutorials on how to make web banners using CSS?