jfiler20
07-03-2013, 03:15 PM
I have a problem with the Anylink drop down menu
When I click on a link that has rollover image, it does not open the link on IOS devices. It only opens if you open in new tab.
It works fine on internet explorer, chrome, safari.
this is my code:
<a class="menuanchorclass" rel="anylinkmenu4" data-image="images/nav_lecsa.gif" data-overimage="images/nav_lecsb.gif"><img border="0" src="images/nav_lecsa.gif" width="140" height="31">
<a href="bio.htm" class="menuanchorclass" rel="anylinkmenu2" data-image="images/nav_bioa.gif" data-overimage="images/nav_biob.gif"><img border="0" src="images/nav_bioa.gif" width="140" height="31">
so the first one has a drop down that works fine, but the second one is a direct link without drop down. the first one works, the second doesnt on IOS devices. I tried on safari app and chrome app on iphone and ipad. Doesnt open link unless open in new tab.
Any help?
When I click on a link that has rollover image, it does not open the link on IOS devices. It only opens if you open in new tab.
It works fine on internet explorer, chrome, safari.
this is my code:
<a class="menuanchorclass" rel="anylinkmenu4" data-image="images/nav_lecsa.gif" data-overimage="images/nav_lecsb.gif"><img border="0" src="images/nav_lecsa.gif" width="140" height="31">
<a href="bio.htm" class="menuanchorclass" rel="anylinkmenu2" data-image="images/nav_bioa.gif" data-overimage="images/nav_biob.gif"><img border="0" src="images/nav_bioa.gif" width="140" height="31">
so the first one has a drop down that works fine, but the second one is a direct link without drop down. the first one works, the second doesnt on IOS devices. I tried on safari app and chrome app on iphone and ipad. Doesnt open link unless open in new tab.
Any help?