0

On this page in the right column are four nav items. The first nav item "The Baltimore Orioles," onmouseover shows 3 sub nav items.

How do I get rid of onmouseover and have it show the 3 sub na only when user clicks? I added onclick to the script but no luck.

user229044
  • 232,980
  • 40
  • 330
  • 338
chaser7016
  • 595
  • 2
  • 10
  • 28

1 Answers1

1

You need to remove the a:hover from the CSS.

Matt Asbury
  • 5,644
  • 2
  • 21
  • 29