473,663 Members | 2,705 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

FireFox display issue -- "the jumping menu"

On my site http://www.sjcga.com I have a javascript-generated navigation
menu in the top right corner.

The menu works great in IE and Opera ... but in FireFox, on the 1st
click, the menu jumps to the right and doesn't follow the link. Then on
the 2nd click, the link works.

I've never seen anything like this, and I can't figure out what's wrong
with my code. I get no javascript errors in the FireFox console, and my
HTML and CSS have validated OK. And the menu works fine in IE and Opera,
and even in Safari.

Anybody ever seen this kind of response before in FireFox? Is there a
solution, or is the cause known?

Thanks in advance!

-- töff

PS (This is a restart from another thread that got interrupted.)
PPS (The Gallery on that site is also very problematic in FireFox and in
Safari; I am trying, this time, to approach them as 2 separate issues.)

*** Sent via Developersdex http://www.developersdex.com ***
Mar 6 '07 #1
3 1851
On Mar 6, 9:52 am, töff <nos...@devdex. comwrote:
On my sitehttp://www.sjcga.comI have a javascript-generated navigation
menu in the top right corner.

The menu works great in IE and Opera ... but in FireFox, on the 1st
click, the menu jumps to the right and doesn't follow the link. Then on
the 2nd click, the link works.

Jumping Links -
http://groups.google.com/group/mozil...119419d8b1c6ba

Mar 7 '07 #2
Jumping Links -http://groups.google.c om/group/mozilla.support .firefox/browse_frm/thr...
Caret browsing? That's kinda weird.

Unfortunately, it doesn't seem to be the issue, in this case. I hit F7
bunches of times and kept clicking my menu, and I couldn't make the
jumps go away. (If they had stopped, I probably would have asked how
to shut off caret browsing via javascript.)

That's a great link though -- thank you! I'm reading further about it.

Mar 7 '07 #3
http://www.sjcga.com/

Suddenly I had an epiphany. As usual, I was in the shower at the time.

THEORY -- I thought, the menu occurs early in the HTML page source, a
right-aligned table (which means other content will wrap around
it) ... and the rest of the content follows later in the page source,
and wraps around. I think FireFox (but not Opera or IE6,7 or Safari)
was rendering that table onto the page, with a certain width ... and
THEN coming along after the fact and placing the following content.
But, the width of that table might depend on the content later in the
HTML source. So FireFox is choosing a table width of X, and displaying
the table that way, only to learn a microsecond later that the table
width really ought to be Z, but it's too late because the table is
alread rendered at width X. Is the theory correct? I dunno. Why would
FireFox decide, upon somebody clicking a menu link, to rewrite the
page so the table appears at width Z? I dunno. (I suspect CSS).

SOLUTION - I set width parameters in the table, plus a placeholder
image for insurance, and THE PROBLEM WENT AWAY. The solution fits the
theory (doesn't mean the theory is true, though).

Woohoo, now to figure out why only the first page of the Gallery works
in FireFox ...
Mar 11 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
6805
by: LittleCheeseburger | last post by:
Hi, For my 'On No Data' event I have the following code: Private Sub Report_NoData(Cancel As Integer) On Error Resume Next MsgBox "There is no data available for your selections.", vbInformation, "No Data Available..." Cancel = True
1
2133
by: Grey | last post by:
i use "this.Page.RegisterStartupScript()" to display the client-side script of confirmation box ...but I want to know that how can I know the user was clicked "YES" or "NO" as I need to do different action for these two choices. Million Thanks..
0
1905
by: Jim Fisher | last post by:
I've been trying to find the time to get my site up and running before posting this article, but it looks like the trend is leaning toward less free time rather than more. Since this has been floating around in my head for a few months and I keep seeing posts regarding SmartNavigation, I thought I'd go ahead and bite the bullet by releasing the article now. I'd wait if I'd been able to find any other solutions to this issue.
10
32862
by: phforum | last post by:
Hi, I wrote a PHP page for user input the information to search the database. And the database data will update every second. I want to set the auto refresh to get the data from database every minute. But the page always display the dialog box ask me to resend the information. How to disable this warning message. I using POST and REQUEST to get the data from user input page. Thanks all
5
1602
by: Gary | last post by:
I am wondering if there is a control available in C# to display a downward triangle, and show the list box with roll up and roll down triangles if the files number is out of range?
3
2209
by: marklawford | last post by:
Connected to BD2 8.2 via JDBC, can we force an application off the database? We know we can use the snapshot functions to get a view over connected users, that works find through a standard SQL call. Now I'd like to select one of those users and force it off. You can imagine the simple GUI action, select connected user - right-click - force - confirm and bang, the user's off. It's that last bit I'm having trouble with. I haven't yet...
4
2073
by: nickyeng | last post by:
i read a file, and the file contains this: +-------------------+ | | +-------------------+ when i read it into array, and then display it out to cout exactly the same as display in text file, but i failed to do so. it give me this : +++++++++++++++++++++++
2
1440
by: rjames.clarke | last post by:
I want to do a mass emailing for a club. I don't want all the clubs members to see all the addresses of the other club members for privacy reasons. How do I set up the php mail function to not display the recipients email addresses, just to display something like, "U7 Soccer Club Team"? thanks bobc
2
9577
by: TC | last post by:
I installed an ASP.NET application on my web server, but it doesn't work. When I browse to a page, I get an error message. The message doesn't say much, but it does tell me: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur. How do I review the "application event log"? Is it a file on...
11
13404
by: nelsonbrodyk | last post by:
Hey All, I want to use a resource file to store key/value pairs (resx file calls them Name/Value) for errors. I want the Key(Name) to be the error code, and the value to be the message. My only issue is I do not know how to get a string representation of the Key/Name, as I want to display the code on screen as well. For instance in the resx file: Name | Value | Description E001 | My Error | This is error 1 In Code:
0
8345
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8768
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8547
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8633
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7368
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6186
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4181
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4348
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1754
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.