byuweb / HTML-Templates

Development for BYU responsive theme
http://byuweb.github.io/HTML-Templates/
9 stars 9 forks source link

Elements covered when hovering over primary menu entries #55

Closed bricej13 closed 11 years ago

bricej13 commented 11 years ago

Problem

As shown in the image below, the lower border & shadow of 'Double Mega Dropdown Menu' are covered when hovered over. image

Solution

Issue can be fixed by changing the background-color in responsive.css

media="(min-width: 250px)"
#primary-nav a:hover, #secondary-nav a:hover {
   text-decoration: none;
-- background-color: #001948;
++ background-color: transparent;
}
nwalton3 commented 11 years ago

Perfect. Thanks so much for your help!