[css-d] The correct placement of inheritance selectors to make a drop down menu to work

2007-03-20 Thread Rory@ leftangle
I want to use Alistapart horizontal drop down menu http://alistapart.com/articles/horizdropdowns/ However, can you tell me the correct inheritance syntax so that this ul navigation list and its nested lists can be differentiated from a default ul which maybe used in a cms system by a non coder.

Re: [css-d] The correct placement of inheritance selectors to make a drop down menu to work

2007-03-20 Thread Bradley Wright
On 20 Mar 2007, at 08:23, Rory@ leftangle wrote: However, can you tell me the correct inheritance syntax so that this ul navigation list and its nested lists can be differentiated from a default ul which maybe used in a cms system by a non coder. This is the html, css and js (for IE6)

Re: [css-d] The correct placement of inheritance selectors to make a drop down menu to work

2007-03-20 Thread Gunlaug Sørtun
Rory@ leftangle wrote: I want to use Alistapart horizontal drop down menu http://alistapart.com/articles/horizdropdowns/ However, can you tell me the correct inheritance syntax so that this ul navigation list and its nested lists can be differentiated from a default ul which maybe used