Re: [css-d] CSS2 child selector not working IE7

2008-07-13 Thread Byomokesh Sahoo
thanks Bjoern. its work fine.. On Sat, Jul 12, 2008 at 7:22 PM, Bjoern Hoehrmann <[EMAIL PROTECTED]> wrote: > * Byomokesh Sahoo wrote: >>My XML >> >>title text >> >>title text> >>section title text here >> >> >> >> > > This lacks an xml-stylesheet processing instruction and the names to not >

Re: [css-d] CSS2 child selector not working IE7

2008-07-12 Thread Marshal Horn
On Fri, Jul 11, 2008 at 11:09 PM, Byomokesh Sahoo <[EMAIL PROTECTED]> wrote: > My CSS File. > > article, book { >margin:.5em; > } > > book>title, article>title { >font-size:xx-large; >text-align:center; >border-bottom-style:solid; > } > > sect1 > title { >font-size:medium; >

[css-d] CSS2 child selector not working IE7

2008-07-12 Thread Byomokesh Sahoo
Hi All, I am using IE7 but facing view problems. I saw one article http://msdn.microsoft.com/en-us/library/bb250496.aspx (child selector is support in IE7). I tried that but not showing yet. I think its not implemented. My XML title text title text> section title text here I want all t