• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

2 Navigation Buttons Flash Drop Down Lists

Contributor ,
Jan 10, 2018 Jan 10, 2018

Copy link to clipboard

Copied

My site has 10 links in the navigation bar. 6 of the links (Classic Cars) have drop down lists (Model Years). But when you select the Home or Samples pages, all those drop down list are visible for a split second. When you select the Testimonials or Blog pages, that error doesn't occur.

www.winvoices.com

Views

371

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jan 10, 2018 Jan 10, 2018

I'm not wild about how your menu works on any of the pages.  But on what you call non-working pages, your document type declaration is not on the first line of code.

Change this:

<!-- saved from url=(0022)http://internet.e-mail -->

<!doctype html>

to this:

<!doctype html>

<!-- saved from url=(0022)http://internet.e-mail -->

or this:

<!doctype html>

Votes

Translate

Translate
Community Expert ,
Jan 10, 2018 Jan 10, 2018

Copy link to clipboard

Copied

I'm not wild about how your menu works on any of the pages.  But on what you call non-working pages, your document type declaration is not on the first line of code.

Change this:

<!-- saved from url=(0022)http://internet.e-mail -->

<!doctype html>

to this:

<!doctype html>

<!-- saved from url=(0022)http://internet.e-mail -->

or this:

<!doctype html>

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jan 10, 2018 Jan 10, 2018

Copy link to clipboard

Copied

LATEST

Only my Home page had the code backwards like that. I changed it, but the drop down list still appears.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines