c0deM0nK424
Programmer
here is the website im developing at present on my own test domain.
the menu is css based and the website is responsive so to speak.
the logic is, that when viewed on desktops and large screens - you can hover your mouse over the drop down menu parent link , in our case 'Products & Services' and you have two options:
a) click the parent link itself, which will take you to products-services.html
b) alternatively you may not want to go to that page, and simply want to go to one of the pages in the drop down list - i.e packing, blending, filling or distribution - in which case you move your mouse to the respective drop down link and click it and it will open.
this works fine.
however the logic is flawed , well its not correct when we view the site on mobile devices (when the responsive menu is activated)
now when we move our finger towards products & services on a mobile device, it simply fails to open teh drop down links ( blending packing, filling dritribution) and instead it will open up the parent link (products & services ).
currently .dropdown li hover is set to display none for mobile devices which is what i want, but it doesnt sovle the issue.
advice ?
the menu is css based and the website is responsive so to speak.
the logic is, that when viewed on desktops and large screens - you can hover your mouse over the drop down menu parent link , in our case 'Products & Services' and you have two options:
a) click the parent link itself, which will take you to products-services.html
b) alternatively you may not want to go to that page, and simply want to go to one of the pages in the drop down list - i.e packing, blending, filling or distribution - in which case you move your mouse to the respective drop down link and click it and it will open.
this works fine.
however the logic is flawed , well its not correct when we view the site on mobile devices (when the responsive menu is activated)
now when we move our finger towards products & services on a mobile device, it simply fails to open teh drop down links ( blending packing, filling dritribution) and instead it will open up the parent link (products & services ).
currently .dropdown li hover is set to display none for mobile devices which is what i want, but it doesnt sovle the issue.
advice ?