Hey!

Is it somehow possible to add to a sidebar/navigation imagemenu a scroll down function?

-Peter

Comments

marcus_clements’s picture

Status: Active » Closed (fixed)

Maybe use css like

div.mymenu {
  overflow: scroll;
}