Log in

View Full Version : Any link css menu drop down spacing wrong in Chrome



teegirl13
01-06-2012, 12:46 AM
Hi. I used the any link CSS menu in my site and the drop downs work perfect in every browser except Chrome. In Chrome instead of the drop down starting under the menu item it overlaps the menu item blocking its visibility. Any ideas how to fix this issue?

You can see the issue in Chrome here:

http://www.cviscusi.com/UPsite/index.html

Thanks!

jscheuer1
01-06-2012, 01:51 AM
Add this to the anylinkmenu.css file:


.menuanchorclass {
display: inline-block;
}

teegirl13
01-06-2012, 03:04 AM
Thank you so much!!!! You saved me a ton of work!! I can't thank you enough for the fast response and quick fix!!