Re: [css-d] nth of type issue

2014-01-24 Thread Karl DeSaulniers
On Jan 22, 2014, at 12:10 PM, Tom Livingston tom...@gmail.com wrote: Having an apparent mental block. Here's my structure: div class=content-wrapper container main div class=page-wrapper sitemap-page div class=page-header-wrapper gdl-border-x bottom div

Re: [css-d] nth of type issue

2014-01-24 Thread Barney Carroll
Confirmed: /div closing tags aren't optional: http://meiert.com/en/blog/20080601/optional-tags-in-html-4/ Regards, Barney Carroll __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] nth of type issue

2014-01-24 Thread Tom Livingston
My sample is missing the close tags, but my code isn't. I copied that out of the FireBug web inspector, which didn't show the close tags (unless you 'open' the divs to show their contents). Thanks though. On Fri, Jan 24, 2014 at 5:21 AM, Barney Carroll barney.carr...@gmail.com wrote: Confirmed:

Re: [css-d] nth of type issue

2014-01-24 Thread Karl DeSaulniers
On Jan 24, 2014, at 7:21 AM, Tom Livingston tom...@gmail.com wrote: My sample is missing the close tags, but my code isn't. I copied that out of the FireBug web inspector, which didn't show the close tags (unless you 'open' the divs to show their contents). Thanks though. Ok, was just

[css-d] nth of type issue

2014-01-22 Thread Tom Livingston
Having an apparent mental block. Here's my structure: div class=content-wrapper container main div class=page-wrapper sitemap-page div class=page-header-wrapper gdl-border-x bottom div class=physician_detail div class=physician_detail

Re: [css-d] nth of type issue

2014-01-22 Thread Chris Rockwell
If I understand it correctly, it's working the way you want - maybe there's something else involved? http://codepen.io/anon/pen/hypoH On Wed, Jan 22, 2014 at 1:10 PM, Tom Livingston tom...@gmail.com wrote: Having an apparent mental block. Here's my structure: div class=content-wrapper

Re: [css-d] nth of type issue

2014-01-22 Thread Tom Livingston
On Wed, Jan 22, 2014 at 1:25 PM, Chris Rockwell ch...@chrisrockwell.com wrote: If I understand it correctly, it's working the way you want - maybe there's something else involved? http://codepen.io/anon/pen/hypoH OK, thanks Chris. I'll start looking for other culprits. -- Tom Livingston |