Page Check - CSS Menu problems: Any suggestions?

  • Thread starter Thread starter G Schrott
  • Start date Start date
G

G Schrott

Hi,

Could somebody please take a look at www.around-the-world.com?

You will notice that the CSS menu on the home page does not seem to work
properly - all menu choices are displayed when the page opens, instead
of opening only upon mouseover.

Any ideas on what can be done to correct the problem?

Thanks for your help
 
Thanks - do you mind suggesting the syntax for setting the visibility?

Thanks again.
 
<div id="MyLayer" style="visibility: hidden"> or
<div id="MyLayer" style="visibility: visible">
 
Back
Top