I have many subcategories to be displayed in home page, but it is vertically too long,, i want to make it scroll on hover. what changes need to be done in css or other files, please guide me script which is responsive
reference:https://css-tricks.com/examples/LongDropdowns/ i want scolling of list as in referred website mentioned above
i dont know magento, but here looking like you have given scroll to your page. you need to set fix height of your menu and set vertical scroll to drop down so it will scroll only menu's in drop down otherwise whole page will scroll
You can set width of <UL>
(for example: 500px) and then set width of <li>
under it to approx half of width of <UL>
.
You can take reference from http://www.gramercydrugs.com/ or http://www.welcaresupply.com/.
Please let me know if you have any problem.