If you adjust the position for Chrome, it will throw it off for others.
This came up before not too long ago. I'm not sure if I recall the exact fix, but I think it was setting the trigger's style to:
Code:
display: inline-block;
So try adding this to the anylinkmenu.css file:
Code:
.menuanchorclass {
display: inline-block;
}
Upload the changes, clear the browser cache and refresh the page before testing.
Note: Just tested using Chrome's developer tools. Appears to work.
If you want more help:
Please post a link to a page on your site that contains the problematic code so we can check it out.
Bookmarks