Re: [css-d] all-css menu elements hover behavior doesn't work in IE

2006-01-25 Thread jono
> On 1/25/06, Studio Express <[EMAIL PROTECTED]> wrote: >> >> I have an all-css dropdown/flyout menu on my site. The menu works >> beautifully in Safari & FF, but not in IE. I used an htc file to >> append element hover behavior in IE. > I have just encountered the very same problem - menu is g

Re: [css-d] all-css menu elements hover behavior doesn't work in IE

2006-01-25 Thread Bryce Fields
On 1/25/06, Studio Express <[EMAIL PROTECTED]> wrote: > Hi all, > > I have an all-css dropdown/flyout menu on my site. The menu works > beautifully in Safari & FF, but not in IE. I used an htc file to > append element hover behavior in IE. Have you thought about attaching the hover behavior via

Re: [css-d] all-css menu elements hover behavior doesn't work in IE

2006-01-25 Thread Chris Ovenden
I haven't gone through your CSS, but you should be aware that IE only allows :hover on a tags. Also it doesn't like anything "downstream' of a :hover, eg a:hover ul { display:visible } //work work in IE as it is To make a rule like this latter type work, you will need to make some trivial change