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 3807646
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T15:01:29+00:00 2026-05-19T15:01:29+00:00

i just went to test a website in firefox 4 (beta 10) and the

  • 0

i just went to test a website in firefox 4 (beta 10) and the horizontal menu is showing up vertically.

In chrome, the menu is horizontal like this:
enter image description here

but in firefox 4 it shows up like this:

enter image description here

I am using the superfish horizontal menu. The examples on the website seems fine in firefox 4.

how would i begin to investigate if this is a bug in firefox 4 or is there something wrong with my horizontal menu code??

  • 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-05-19T15:01:30+00:00Added an answer on May 19, 2026 at 3:01 pm

    I don’t think your problem is with superfish or the underlying suckerfish. A quick look indicates that <div id="title"> is floated to the left but the floats aren’t cleared between that and <table id="menuHeader">. The #menuHeader table and hence the <ul> are positioned right beside #title in Firefox so the table doesn’t get enough width for the floats to layout horizontally.

    As a quick hack you can stuff a <br/> right before #menuHeader:

    <br /><table id="menuHeader">
    

    and you should see the Firefox problem go away. However, you should explicitly clear your floats somewhere sensible after #title and before #menuHeader. Clearing between #header and #flashwrapper seems appropriate:

    <div id="header">
        <!--...-->
    </div>
    <div style="clear: both;"></div>
    <div id="flashwrapper">
        <!--...-->
    </div>
    

    You might be able to use an overflow:hidden clear fix for this too but I tend to prefer explicit clearing even if it does pollute my HTML with styling information.

    And as far as how to debug this sort of thing goes, the DOM inspector in WebKit browsers (such as Chrome and Safari) is freakin’ awesome. Firebug’s DOM inspector is also pretty good. In a case like this, you’ll want to use them both concurrently. DOM inspectors, guess work, experience, and lots of swearing are my tools for figuring out things like this.

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

Sidebar

Related Questions

I just wrote this into my WebForms .aspx: <span id=GenerateChartButton runat=server></span> I went to
I just went through the whole certificate/keychain/provisioning/appID/profile/DNA test process to get my app running
Just to test, I ran this code #include<unistd.h> #include<stdio.h> #include<stdlib.h> int main() { int
I just did a little test: I started my app, went to a certain
I can't test my website because I don't have an iPad, but the guy
I just went through writing a fairly lengthly application in c++ using mingw and
I just went through trying to make an alarm clock app with local notifications
I just went through a bunch of stuff trying to figure out how to
Just as the title says. As i went through different explanations for choices made
I just installed the boost 1.49 version on ubuntu and the process went smooth.

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.