Re: [css-d] trouble with menu div placement

2006-07-19 Thread Ingo Chao
Lord Khaos wrote: ... mine refuses to show the drop-down: http://www.howardroberts.net/fchcc/index.html div#header li ul { display: none; ... } div#header li:hover ul, li.over ul { display: block; } The trouble is due to a misunderstanding of

Re: [css-d] trouble with menu div placement

2006-07-19 Thread Lord Khaos
On Wed, 2006-07-19 at 11:11 +0200, Ingo Chao wrote: The trouble is due to a misunderstanding of selectors and specificity. The comma separates completely. And the specifity of this div#header li ul { display: none; } is higher than li.over ul { display: block; } therefore, it keeps

[css-d] trouble with menu div placement

2006-07-18 Thread Lord Khaos
I've got a page for which the content has a two-column layout, with the left column being fixed at 300px and the right being fluid. I've accomplished this well enough, but I need some drop-down menus in the navigation at the top. So, I need to position the menu1 and menu2 divs such that they