html5 - Responsive dropdown CSS fix -


here fiddle >> http://jsfiddle.net/fpcpc/`"> jsfiddle

issue when scroll down on dropdown navigation top part doesn't stay active - took screenshot make clear! screenshot

please hint full! thank you.

on block of styles:

.dd_menu_wrapper a:hover, .dd_menu_wrapper label:hover {     color:#000;     background-color:#eff0f1;     font-family:arial, helvetica, sans-serif;     font-size:14px;     font-weight:bold; } 

you need add:

.dd_parent:hover label 

fiddle: http://jsfiddle.net/fpcpc/1/


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -