Jennifer Knowles wrote:
> I am having some menu issues at http://www.cultivatingbliss.com
> I thought I had my menu working great until I tried it with IE7 with 
> Vista (I had been testing on a Mac on Safari and FF).  The 2nd drop-down 
> ("Classes, Workshops, Retreats") sometimes works fine but sometimes will 
> show empty boxes for submenus that are not supposed to have any items if 
> I repeatedly move my mouse over it.  Any ideas what I could be doing 
> wrong?  I thought that it might be a file I am linking to called 
> csshover.htc - but I removed it at one point for testing and it didn't 
> seem to impact the behavior at all.
> Any help is appreciated!

Jennifer,

IE7 supports the hover pseudo class on all elements. Try adding this to
your page instead of calling it for all browsers:

<!--[if lte IE 6]>
<style type="text/css">
body {
  behavior: url(csshover.htc);
  font-size: 100%;
  }
</style>
<![endif]-->

If your menus work in Firefox (and other more standards-compliant
browsers), other than a few positioning tweaks here and there, they
should work in IE7.

Report back if that doesn't fix the trouble and I'll have another look
at it.

Good luck.
Bill


-- 
/**
 * Bill Brown
 * TheHolierGrail.com & MacNimble.com
 * From dot concept...to dot com...since 1999.
 ***********************************************/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to