sixrfan
09-08-2011, 02:11 PM
on this site (http://www.willowbilliards.com) when you hover over Events or Leagues in the top navigation bar, you'll see a dropdown menu. That menu is .sub-menu.
I want the .sub-menu to show, even when not hovering over it, so that I can tinker with the CSS to get the widths correct so I added this css element to try and get it to appear:
.sub-menu {display:block;}
but for some reason, it's not appearing. how i get it to permanently appear, not just when i hover over it.
please advise. thanks in advance!
I want the .sub-menu to show, even when not hovering over it, so that I can tinker with the CSS to get the widths correct so I added this css element to try and get it to appear:
.sub-menu {display:block;}
but for some reason, it's not appearing. how i get it to permanently appear, not just when i hover over it.
please advise. thanks in advance!