tylerking 0 Report post Posted May 17, 2011 I am almost done with a website but I noticed that when I go to a new page the drop-down menu has a bug and it freezes for a split second when it gets there. The link to the site is: http://mediguide.com.previewdns.com/ It is not a HUGE issue but it's not pretty. Has anyone else run into this issue? Is there a fix for it? Thanks for any feedback. Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 17, 2011 Hi Tyler! I never seen that before but after loading the page for the first time, I believe it's the previewdns code in the page's footer that is causing that freeze because it froze expanded while displaying the Preview DNS welcome message. If I were you I would wait till the site is in its permanent location and then see if the problem remains. Ricardo Share this post Link to post Share on other sites
tylerking 0 Report post Posted May 17, 2011 I thought that was probably the issue as well. I will have to wait a couple of days before we launch and then I will know. Thanks Share this post Link to post Share on other sites
tylerking 0 Report post Posted June 1, 2011 Ok...so the site was finally launched but the dropdown menu still freezes for a bit. The site address is now the following: http://www.mediguide.com/ How do I fix this problem? Thanks in advance for any help. Share this post Link to post Share on other sites
Kate 3 Report post Posted June 1, 2011 Hi Tyler, Have you added any custom CSS for the menus? If so, what is it, please? Share this post Link to post Share on other sites
tylerking 0 Report post Posted June 1, 2011 Hey. After looking at the css myself I figured out what the problem was. In the css file that held the menu styles I noticed a single quotation mark that slipped in at some point and was causing an error in the rest of the code that followed it. h2{ font-family: '"Lucida Grande", "Helvetica", arial, sans-serif; font-size: 16px; color: #0592B0; } Thanks for leading me in the right direction. Share this post Link to post Share on other sites