Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8511757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T04:05:42+00:00 2026-06-11T04:05:42+00:00

My website has various pages and every page has a duplicated navigation menu along

  • 0

My website has various pages and every page has a duplicated navigation menu along the top. This works fine on every browser on a PC. However, when on a Mac in safari or iPad, it works only on some pages.

When on portraits page, the text from the drop down menu ‘Info’ disappears, as does the text from the client area drop down menu.

These menu’s work fine on all other pages, and the code is exactly the same, I copy and pasted it so I really don’t understand why this can happen. The links still work, if you click in the blank space it takes you to the link, but you can’t actually see what you clicking.

I’ve updated all my JavaScript files and can’t think of anything else to try.

http://www.yorkshirephotographer.net

Code:

jQuery(document).ready(function(){
    /* for top navigation */
    jQuery(" #menu ul ").css({display: "none"}); // Opera Fix
    jQuery(" #menu li").hover(function(){
        jQuery(this).find('ul:first').css({visibility: "visible",display: "none"}).slideDown(400);
    },function(){
        jQuery(this).find('ul:first').css({visibility: "hidden"});
    });
    jQuery(" #menu2 ul ").css({display: "none"}); // Opera Fix
    jQuery(" #menu2 li").hover(function(){
        jQuery(this).find('ul:first').css({visibility: "visible",display: "none"}).slideDown(400);
    },function(){
        jQuery(this).find('ul:first').css({visibility: "hidden"});
    });
});
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T04:05:44+00:00Added an answer on June 11, 2026 at 4:05 am

    it might be a rendering problem.
    Try adding some fix css to your elements :

    -webkit-transform: translateZ(0);
    

    It should force rendering…
    you can do it with javascript like this:

    jQuery("#menu ul, #menu li").css("-webkit-transform", "translateZ(0)");
    

    You can also apply the css property to all children of #menu. I’d add the anchor selector too:

    jQuery("#menu, #menu ul, #menu li, #menu a").css("-webkit-transform", "translateZ(0)");
    

    If it still doesn’t work, try removing cufons.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

A page within our MOSS publishing website has a property which is a lookup
I am developing a component for Joomla website. This website has a sophisticated template
I have an HTML form on my website. The form has various fields and
I know this question has been asked a million times in various ways by
I have a standard ASP.NET 2.0 website. It has a webpage page. I have
I know this has been covered in in various questions and all over the
This has happened repeatedly on various machines in VS2008 and Visual C# 2008. I
I use a marker image on various places on a website. A user has
My website has a sponsorship system that allows users to invite friends by email
my website has a log in by open id feature. When a user logs

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.