473,569 Members | 3,043 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

floating menu and different IE and FF behaviour

Hi,

I have got JS at: http://www.euroadres.pl/b2b.aspx for floating menu - it
activates when scrolling down.
Under IE it works ok but under FF it doesn't float and what's more it covers
a part of billboard.

How can I fix the problem. Or eventually where to find similar working
script (I googled a half of day).

Best Regards

Darek
Jun 26 '07 #1
2 1706
On Jun 27, 12:10 am, "Dariusz Tomoń" <d.to...@mazars .plwrote:
Hi,

I have got JS at:http://www.euroadres.pl/b2b.aspxfor floating menu - it
activates when scrolling down.
Under IE it works ok but under FF it doesn't float and what's more it covers
a part of billboard.

How can I fix the problem. Or eventually where to find similar working
script (I googled a half of day).

Best Regards

Darek
to be honest you have FAR too much movement on the page already
without another gimmick, my computer has trouble dealing with all that
movement, and my first reaction was to kill it. The site would look so
much more inviting, if you just stuck to the professional standards
based (asseccible/useable) approach.
As for things working in IE, not in mine, the same z-index issue
appears in my IE6, and it's only when it scrolls down that the issue
goes away. The reason why the thing doesnt work in FF is that it is
coded using M$ products which are not modern standards aware, and the
javascript is thus not standards based, and so fix that and you'll get
there even though as I say most would not think what youre doing worth
your time. Perhaps a client decision - but you as the developer
sometimes really DO know best, rather than a client with a lack of
experience in the area of customer needs!

Jun 27 '07 #2
On Jun 27, 9:10 am, "Dariusz Tomoń" <d.to...@mazars .plwrote:
Hi,

I have got JS at:http://www.euroadres.pl/b2b.aspxfor floating menu
Not in any browser I use. The page is dysfunctional and generates a
zillion script errors from what appears to be some kind of timer
running several times per second. The use of browser detection is a
sure sign of poor quality code.

Floating menu scripts are a dime a dozen, they are very simple to code
but you won't find many in use because users hate them. You will
likely find some at dynamic drive, they are almost certainly
crap. :-)

Try this - I didn't test it but the code looks like it's from about
1997 so it should suit. Good luck!!

<URL: http://www.dynamicdrive.com/dynamici...staticmenu.htm >
--
Rob.

Jun 27 '07 #3

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

Similar topics

6
1956
by: Tim Daneliuk | last post by:
I am currently underling the first character of a menu title (to indicate its shortcut/accelerator key) like this: self.WildBtn = Menubutton(self.mBar, text=WILDMENU, underline=0, state=DISABLED) However, I intend to actually have two separate keys invoke this menu to have it behave differently in different circumstances. Is it possible...
1
2477
by: Macamba | last post by:
Hi all, I am currently developing a website for a voluntary organisation. It is my first step in website development. The dynamic menu I developed has some bugs, which I addressed in another post. In this post I want to ask you why my code behaves differently in IE, while it behaves like I expect in Mozilla and Opera. What I would like to...
1
340
by: Cornelius | last post by:
Hi, I have a debugging problem! I made a dynamic menu via js: - onload the js scans for all spans with a special id, these spans contain different sets of input controls (generated via ASP). - the menu script gets its information via substrings of the ids and takes it for menu caption. The menu will be generated then and put into another...
9
2223
by: Klaus Bonadt | last post by:
I have found strange behaviour in casting floating point values in C++ 6.0 to int: If I enter in the watch window while debugging in version 6.0 the following term: (1.4 - 1.0) * 10.0 the result will be 4.0 - as expected. But if I cast the same to int: (int)((1.4 - 1.0) * 10.0)
1
1965
by: StevePBurgess | last post by:
I have a website which, on the main page, has two floating divs. One contains a list of navigation menu items and the other is themain content of the page. Occasionally that div that contains the menu is longer than the div that contains the main content. This displays perfeclty well on Firefox but on internet explorer the bottom bit of the...
7
2194
by: thisismyidentity | last post by:
Hi all, I am trying to predict the behaviour of floating point load and store operations on integer locations. I ve written a small piece of code having some inline assembly code which I am describing here. ======================================================== #include<stdio.h> #include<stdlib.h>
39
3530
by: rembremading | last post by:
Hi all! The following piece of code has (for me) completely unexpected behaviour. (I compile it with gcc-Version 4.0.3) Something goes wrong with the integer to float conversion. Maybe somebody out there understands what happens. Essentially, when I subtract the (double) function value GRID_POINT(2) from a variable which has been assigned...
1
7886
Parul Bagadia
by: Parul Bagadia | last post by:
I just wrote a code for myself to clear certain things........... When i made this program to execute in turbo c++ it didnt..... it showed following error. I have pasted the output after code is over. But when i executed the same code in microsoft visual c++; it worked without showing any errors. Can somebody tell me why that happened. ...
3
1609
by: roche72 | last post by:
Help. I have a simple floating point calculation and depending on what thread it gets executed on, I get a different result. Here are the pieces of code: class OmniCamera { private float m_PixelSize; private float m_ImageHeight;
0
7619
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...
1
7681
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...
0
6290
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...
1
5514
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...
0
5228
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3662
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...
0
3651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2118
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
950
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...

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.