473,403 Members | 2,222 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

javascript for roll-over images doesn't seem to end in FireFox?

I have a site at http://www.bhlnet.net/opep, it's template site for
testing, it uses roll-over images that are setup/controlled by javascript.
I've just noticed that the pages seem to be stuck with READ/Waiting in the
status message. When I use IE I don't see the READ/Waiting.

If I remove the js I don't see it, if I refresh the page and don't hold
the mouse over any button I don't see it, I've tested with virgin code....

Any ideas?

--
sp*********@rrohio.com
remove 999 in order to email me

Jul 23 '05 #1
6 1338
In article <fF*******************@fe2.columbus.rr.com>, vo**@nowhere.lan says...
I have a site at http://www.bhlnet.net/opep, it's template site for
testing, it uses roll-over images that are setup/controlled by javascript.
I've just noticed that the pages seem to be stuck with READ/Waiting in the
status message. When I use IE I don't see the READ/Waiting.

If I remove the js I don't see it, if I refresh the page and don't hold
the mouse over any button I don't see it, I've tested with virgin code....

Any ideas?

Dump the javascript rollovers and go to CSS rollovers that'll solve
your problem and make your site work faster and code much cleaner.
Jul 23 '05 #2
In article <fF*******************@fe2.columbus.rr.com>, vo**@nowhere.lan says...
I have a site at http://www.bhlnet.net/opep, it's template site for
testing, it uses roll-over images that are setup/controlled by javascript.
I've just noticed that the pages seem to be stuck with READ/Waiting in the
status message. When I use IE I don't see the READ/Waiting.

If I remove the js I don't see it, if I refresh the page and don't hold
the mouse over any button I don't see it, I've tested with virgin code....

Any ideas?

Oh, and another thing...

Dump the antiquated frames.
Jul 23 '05 #3
On Mon, 28 Mar 2005 13:52:51 -0600, Mr.Clean wrote:

In article <fF*******************@fe2.columbus.rr.com>, vo**@nowhere.lan
says...
I have a site at http://www.bhlnet.net/opep, it's template site for
testing, it uses roll-over images that are setup/controlled by
javascript. I've just noticed that the pages seem to be stuck with
READ/Waiting in the status message. When I use IE I don't see the
READ/Waiting.

If I remove the js I don't see it, if I refresh the page and don't hold
the mouse over any button I don't see it, I've tested with virgin
code....

Any ideas?

Dump the javascript rollovers and go to CSS rollovers that'll solve your
problem and make your site work faster and code much cleaner.


I have never used roll overs, and since the code was auto-generated by
DreamWeaver MX I expected it to work. I'll look up CSS rollovers and see
what I can do wit them - thanks.
--
sp*********@rrohio.com
remove 999 in order to email me

Jul 23 '05 #4
On Mon, 28 Mar 2005 13:53:52 -0600, Mr.Clean wrote:
In article <fF*******************@fe2.columbus.rr.com>, vo**@nowhere.lan
says...
I have a site at http://www.bhlnet.net/opep, it's template site for
testing, it uses roll-over images that are setup/controlled by
javascript. I've just noticed that the pages seem to be stuck with
READ/Waiting in the status message. When I use IE I don't see the
READ/Waiting.

If I remove the js I don't see it, if I refresh the page and don't hold
the mouse over any button I don't see it, I've tested with virgin
code....

Any ideas?

Oh, and another thing...

Dump the antiquated frames.


While I appreciate the thought, there are still many sites that use
frames, and frames are still supported in the browsers across the board. I
had already planned on doing includes and dropping the frames, but I had
not completed the transition at the time I noticed the js problem.

--
sp*********@rrohio.com
remove 999 in order to email me

Jul 23 '05 #5
On Mon, 28 Mar 2005 13:52:51 -0600, Mr.Clean wrote:
In article <fF*******************@fe2.columbus.rr.com>, vo**@nowhere.lan
says...
I have a site at http://www.bhlnet.net/opep, it's template site for
testing, it uses roll-over images that are setup/controlled by
javascript. I've just noticed that the pages seem to be stuck with
READ/Waiting in the status message. When I use IE I don't see the
READ/Waiting.

If I remove the js I don't see it, if I refresh the page and don't hold
the mouse over any button I don't see it, I've tested with virgin
code....

Any ideas?

Dump the javascript rollovers and go to CSS rollovers that'll solve your
problem and make your site work faster and code much cleaner.


Ok, so I've figured out how to make the same effect by making the menu
text transparent, but it also means that I have to have a clean font,
can't use a font with smoothing or the css colors don't show through.

So, I can take my Photoshop Button templates, remove the second text
layer, change the first text layer to black text, screen it, and use no
smoothing - this makes the the text change colors the same way that my
dual graphics did. I did not update the site I referenced above, I just
did a couple tests to determine how to make it work.

I guess this means I'm going to have to learn CSS now :)

--
sp*********@rrohio.com
remove 999 in order to email me

Jul 23 '05 #6
Leythos wrote:
[...] since the code was auto-generated by
DreamWeaver MX I expected it to work.


YMMD!
PointedEars, amused
--
Es gibt keine Gesunden, es gibt nur schlecht untersuchte Kranke.
-- Prof. Dr. med. Julius Hackethal (1921-1997)
Jul 23 '05 #7

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

Similar topics

1
by: Smriti Dev | last post by:
Hi, I have a drop down menu with a listing of communities and I use it to select a community, selecting a letter ie. "T" , I get bumped to the "T" section to choose communities that start with...
3
by: Eitan | last post by:
Hello, I am looking for a collection object in javascript (like dictionary in VB). Give me some sample code ,please. Thanks :)
1
by: Dummy | last post by:
Hi, From the following web site http://docs.sun.com/source/816-6410-10/request.htm I have found how to access the elements of an HTML form from server-side Javascript. Using the "request"...
2
by: Peter Sands | last post by:
Hi, I am testing out some restores to a stand-by server, by roll-forwading the logs. I have this setup. There is no user-exit, but logretain is on, for archive logging. I have 2 DB's on...
12
by: googlegroups | last post by:
Hi, I'm making a javascript program for rolling dice for a roleplaying game that's played in a forum. The die roll gets generated, gets stored as text in a hidden form field, and then gets written...
1
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - What books cover javascript? ----------------------------------------------------------------------- The only...
4
by: aj | last post by:
DB2 LUW v8.2 FP 14 RHAS 2.1 I have a DB2 online DB backup that was done w/ the INCLUDE LOGS option. I am interested in restoring that backup, and rolling forward ONLY the logs contained in the...
1
by: lenest | last post by:
I need help writing a program.... You are to write a python program to accomplish the following: a.. Play a dice game of Craps using a random number generator to simulate the roll of the...
4
by: clairelee0322 | last post by:
Hello guys again! I am a C++ beginner and I am working on another project.. It's called Dice Lab with Loops.. unforunately I don't even know how to start the program.... Don't blame me for not pay...
3
by: bnsmith001 | last post by:
I have a text file with 29766 words in it. Currently, the file is formatted with one word per line, followed by a DOS CR/LF. I'd like to write a Word-of-the-Day tool solely in javascript, where I...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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...
0
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...
0
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,...
0
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...

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.