Bootstrap starter template collapsed menu doesn't highlight properly -
just displaying url http://twitter.github.io/bootstrap/examples/starter-template.html#
correctly don't understand (ok i'm starting bootstrap) when reduce browser window size, menu button, menu displayed home option highlited correctly when hovering on it. put js @ end of body , jquery before bootstrap.js. same thing firefox or chrome , internet explorer 10 demo not responsive menu button doesn't appear nav stay same.
regarding point links don't change on hover screens < 980px wide, i'm not sure if behaviour intentional or not, it's coming line 1028 of bootstrap-responsive.css
if want link colors change on hover, edit styling below force color #fff:
.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus { background-color: #111; color: #fff; }
the color home link special case , changing because has inherited styling of active class (from line 4825 of bootstrap.css)
i don't have ie10 other question.
hope helps!
Comments
Post a Comment