Re: [css-d] Sidebar height with list filter

2015-06-30 Thread David Hucklesby
On 6/30/15 6:35 PM, J.C. Berry wrote: thanks guys, but I think I have to clarify my issue. The sidebar content is always the same; it has the checkbox filters. But the right area divs wrap down to the left below the sidebar when a lot of them show. The footer clears fine. On Tuesday, June 30,

Re: [css-d] Sidebar height with list filter

2015-06-30 Thread John D
It could be that you want equal height columns so that whichever column expands, other column expands simultaneously. Please confirm if this is what you are asking about. -Original Message- From: J.C. Berry Sent: Wednesday, July 01, 2015 2:35 AM To: Tom Livingston Cc: CSS-D ;

Re: [css-d] Sidebar height with list filter

2015-06-30 Thread J.C. Berry
I will have to look at my HTML tomorrow when I get back in the office. Thanks. On Tue, Jun 30, 2015 at 6:37 PM, Tom Livingston wrote: > > > On Tuesday, June 30, 2015, J.C. Berry wrote: > >> thanks guys, but I think I have to clarify my issue. The sidebar content >> is always the same; it has th

Re: [css-d] Sidebar height with list filter

2015-06-30 Thread Tom Livingston
On Tuesday, June 30, 2015, J.C. Berry wrote: > thanks guys, but I think I have to clarify my issue. The sidebar content > is always the same; it has the checkbox filters. But the right area divs > wrap down to the left below the sidebar when a lot of them show. The footer > clears fine. > > On Tu

Re: [css-d] Sidebar height with list filter

2015-06-30 Thread J.C. Berry
thanks guys, but I think I have to clarify my issue. The sidebar content is always the same; it has the checkbox filters. But the right area divs wrap down to the left below the sidebar when a lot of them show. The footer clears fine. On Tue, Jun 30, 2015 at 6:04 PM, Tom Livingston wrote: > > >

Re: [css-d] Sidebar height with list filter

2015-06-30 Thread Tom Livingston
On Tuesday, June 30, 2015, Philippe Wittenbergh wrote: > > > Le 1 juil. 2015 à 05:16, J.C. Berry > a écrit : > > > > I have an issue with a set of checkbox filters in a sidebar that has to > > expand it height based on what the user selects. > > Here is a simple layout (the site is on dev): > >

Re: [css-d] css validation error

2015-06-30 Thread Philippe Wittenbergh
> Le 1 juil. 2015 à 02:59, Mike Manley a écrit : > > All css validates except this part. > "css error = Unknown pseudo-element or pseudo-class :required" > … > > In the css I have this > input:required, textarea:required{add styles} > > From all the information I have been able to find (which i

Re: [css-d] Sidebar height with list filter

2015-06-30 Thread Philippe Wittenbergh
> Le 1 juil. 2015 à 05:16, J.C. Berry a écrit : > > I have an issue with a set of checkbox filters in a sidebar that has to > expand it height based on what the user selects. > Here is a simple layout (the site is on dev): > > SB Div1 Div2 Div 3 > SB Div4 Div5 Div 6 > SB Div7 > SB

[css-d] Sidebar height with list filter

2015-06-30 Thread J.C. Berry
Hello all, I have an issue with a set of checkbox filters in a sidebar that has to expand it height based on what the user selects. Here is a simple layout (the site is on dev): SB Div1 Div2 Div 3 SB Div4 Div5 Div 6 SB Div7 SB SB FOOTER FOOTER FOOTER So the checkbox filters are

Re: [css-d] css validation error

2015-06-30 Thread Philip Taylor
Ryan Reese wrote: > The validator basically doesn't know that it's valid CSS. It's not > updated. Ignore the error :). It might be helpful, Ryan, if you could provide a link to the relevant part of the W3C CSS specification(s); that way, both the original poster and other members of the list

Re: [css-d] css validation error

2015-06-30 Thread Ryan Reese
The validator basically doesn't know that it's valid CSS. It's not updated. Ignore the error :). On Tue, Jun 30, 2015 at 1:59 PM, Mike Manley wrote: > I need a little help understanding this error. > > All css validates except this part. > "css error = Unknown pseudo-element or pseudo-class :req

[css-d] css validation error

2015-06-30 Thread Mike Manley
I need a little help understanding this error. All css validates except this part. "css error = Unknown pseudo-element or pseudo-class :required" I have this html in a table for a contact form and all html validates. required="required" /> In the css I have this input:required, textarea:requi