Jump to content
Sign in to follow this  
tylerking

Menu is Freezing

Recommended Posts

tylerking

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

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

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×