Re: [css-d] css measures - em grid system makes sense ?

2011-11-14 Thread mem
On Nov 15, 2011, at 2:02 , David Laakso wrote: > > This end OS X 10.4 and Android/2.2.2 [ low end smart-phone]. View in IE/6.0 > if you seek only a 960 fixed width site... Media queries will be my friends if the client requests mobile support. This site target is: . IE7 and up; . Good browser

Re: [css-d] css measures - em grid system makes sense ?

2011-11-14 Thread mem
On Nov 15, 2011, at 2:02 , David Laakso wrote: > > > http://help.nuvemk.com/css/layout_structure_home.pdf > > > Regards, > Jorge Amado > > > > > > Interesting visual, Jorge. A little top-heavy for mobile - handsets [as > is]with all that navigation, though. > Fwiw

Re: [css-d] css measures - em grid system makes sense ?

2011-11-14 Thread David Laakso
http://help.nuvemk.com/css/layout_structure_home.pdf Regards, Jorge Amado Interesting visual, Jorge. A little top-heavy for mobile - handsets [as is]with all that navigation, though. Fwiw, please see: This end OS X 10.4 and Android/2.2.2 [ low

Re: [css-d] sibling + child combinator

2011-11-14 Thread Paceaux
thank you, Philippe. That answers my question. I was "hoping" that the combinator could go upward in the document tree, but my experiments with that weren't working.It was an off-the-wall bet that I could change styles based on whether another element were present in a neighboring document

Re: [css-d] sibling + child combinator

2011-11-14 Thread Philippe Wittenbergh
On Nov 15, 2011, at 5:09 AM, Paceaux wrote: > 1. Does the non-adjacent sibling combinator ( ~ )only go in one directIon? > If I attempt .address ~ .newsletter, I can successfully style > newsletter. > I I try .newsletter ~ .address, I cannot style newsletter This combinator only

Re: [css-d] sibling + child combinator

2011-11-14 Thread David Laakso
On 11/14/11 3:09 PM, Paceaux wrote: I have an an element called "address" which needs a zero margin if the ul "nav_social" is present. If "nav_social" is not present, then "address" needs a 14px margin. Frank M Taylor Point the list to the problem page [s

Re: [css-d] Table Trouble in IE

2011-11-14 Thread mem
On Nov 14, 2011, at 20:14 , Nancy Timper wrote: > Hi, > > Thanks much for ideas / suggestions…. Hello, Before you attempt to fix any css issue at all, you must first validate your markup. Otherwise, it's very difficult (if not impossible) to fix whatever error you may have on styling your p

[css-d] Table Trouble in IE

2011-11-14 Thread Nancy Timper
Hi, Previewing my test site using Adobe BrowserLab, I see trouble with the table holding my photo slideshow. http://www.frshore.com/new/Sunsets_Sunrises_Storms.html In IE8 and IE9, the table appears, but too low on the page. (The containing div seems to be OK.) In IE7, the right-hand column

[css-d] sibling + child combinator

2011-11-14 Thread Paceaux
I have a unique challenge with a client. I have an an element called "address" which needs a zero margin if the ul "nav_social" is present. If "nav_social" is not present, then "address" needs a 14px margin. My challenge is that "nav_social" is not a sibling of the same element as "address". Th

Re: [css-d] input width suggestions in a fluid width layout

2011-11-14 Thread David Laakso
On 11/14/11 9:44 AM, Nancy Johnson wrote: Question: when adding text/textarea/selects, . I've always added a width to line them up vertically. How would one create consistent width in a fluid width layout ? Nancy Johnson Can you provide a link to the page or the test page to the lis

[css-d] input width suggestiions in a fluid width layout

2011-11-14 Thread Nancy Johnson
Hi, Question: when adding text/textarea/selects, . I've always added a width to line them up vertically. How would one create consistent width in a fluid width layout ? I am testing my first fluid grid and media query. I am taking an existing very pixel based site and utilizing a combinatio