Re: [css-d] Lists and > selector

2006-07-12 Thread Thomas Peklak
> See: > > ---> Inherited: yes. That explains a lot. Thanks for the quick responses. greets, thomas __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/l

Re: [css-d] Lists and > selector

2006-07-12 Thread Philippe Wittenbergh
On Jul 12, 2006, at 6:08 PM, Thomas Peklak wrote: > Please take a look at the following page: http://www.geos.biz/ > test.html > > I don't quite understand why this css > ul#top > li {color:red;margin:10px;border:1px solid black} > does effect all li children of ul#top concerning the color, but

[css-d] Lists and > selector

2006-07-12 Thread Thomas Peklak
Hello! Please take a look at the following page: http://www.geos.biz/test.html I don't quite understand why this css ul#top > li {color:red;margin:10px;border:1px solid black} does effect all li children of ul#top concerning the color, but does only affect direct li-children when it comes to margi