473,399 Members | 3,302 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,399 software developers and data experts.

java-script for DreamWeaver MX RollOver buttons and FireFox

I've got several sites that I used DreamWeaver MX to add RollOver buttons
to the pages, it also adds some javascript that pre-loads the images and
does the mouse_over and such.

In FireFox 1.0.1 when I load the page and it pre-loads the images the
status bar shows DONE. When I mouse over any item, it changes the image
properly, but the status (lower left of browser) shows "Read
www.somesite.com", it may also show "Waiting for www.somesite.com".

I don't see this issue in IE 6 or Konqueror, but I do see it in both the
Win and Linux versions of FireFox - not to mention the font differences,
even with CSS in the Linux version that don't show as a problem in the
Win/IE versions.

The pages work fine, passed the W3C Validation testing online, and all th
roll-overs work.

Any idea what causes the READ/Waiting status?

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

Jul 23 '05 #1
4 1938
In article <vL*******************@fe2.columbus.rr.com>, vo**@nowhere.lan says...
I've got several sites that I used DreamWeaver MX to add RollOver buttons
to the pages, it also adds some javascript that pre-loads the images and
does the mouse_over and such.

In FireFox 1.0.1 when I load the page and it pre-loads the images the
status bar shows DONE. When I mouse over any item, it changes the image
properly, but the status (lower left of browser) shows "Read
www.somesite.com", it may also show "Waiting for www.somesite.com".

I don't see this issue in IE 6 or Konqueror, but I do see it in both the
Win and Linux versions of FireFox - not to mention the font differences,
even with CSS in the Linux version that don't show as a problem in the
Win/IE versions.

The pages work fine, passed the W3C Validation testing online, and all th
roll-overs work.

Any idea what causes the READ/Waiting status?


Were you not successful in making the CSS rollovers work?
Jul 23 '05 #2
On Wed, 30 Mar 2005 09:05:48 -0600, Mr.Clean wrote:

In article <vL*******************@fe2.columbus.rr.com>, vo**@nowhere.lan
says...
I've got several sites that I used DreamWeaver MX to add RollOver
buttons to the pages, it also adds some javascript that pre-loads the
images and does the mouse_over and such.

In FireFox 1.0.1 when I load the page and it pre-loads the images the
status bar shows DONE. When I mouse over any item, it changes the image
properly, but the status (lower left of browser) shows "Read
www.somesite.com", it may also show "Waiting for www.somesite.com".

I don't see this issue in IE 6 or Konqueror, but I do see it in both
the Win and Linux versions of FireFox - not to mention the font
differences, even with CSS in the Linux version that don't show as a
problem in the Win/IE versions.

The pages work fine, passed the W3C Validation testing online, and all
th roll-overs work.

Any idea what causes the READ/Waiting status?


Were you not successful in making the CSS rollovers work?


Actually, CSS rollovers seem like a good alternative, but they are no the
same. The only way to make them work like JS rollovers is to be able to
use transparent text, and that means you can't used smoothed fonts as they
show pixelated artifacts when you make them transparent. I did a couple
tests, they were fast and simple, but if you make a button in PhotoShop,
and you use Comic-Sans, and you do smoothing of the font, it's just not
going to work - the shaded colors used to make the font smooth just don't
blend with the background color that changes.

What would be nice is to use that CSS rollover where possible and to
design around that method where possible, but to understand the
complication of js rollovers as I first described. As it stands, it would
not just be a rollover, it could be impacting other JS code.
--
sp*********@rrohio.com
remove 999 in order to email me

Jul 23 '05 #3
<SNIP>
What would be nice is to use that CSS rollover where possible and to
design around that method where possible, but to understand the
complication of js rollovers as I first described. As it stands, it would
not just be a rollover, it could be impacting other JS code.


Well, there are tons of rollover scripts out there that are NOT
the DW scripts. I abhor the DW scripts and have personally replaced
them every time I ran into them.
Search the javascript section on http://www.hotscripts.com for more
rollover scripts, most of them are free.
Jul 23 '05 #4
On Wed, 30 Mar 2005 14:19:30 -0600, Mr.Clean wrote:

<SNIP>
What would be nice is to use that CSS rollover where possible and to
design around that method where possible, but to understand the
complication of js rollovers as I first described. As it stands, it would
not just be a rollover, it could be impacting other JS code.


Well, there are tons of rollover scripts out there that are NOT
the DW scripts. I abhor the DW scripts and have personally replaced
them every time I ran into them.
Search the javascript section on http://www.hotscripts.com for more
rollover scripts, most of them are free.


Thanks, I will look there. I had not really thought about DW, it's the
latest version and seems to do all the other functions well. I will start
looking for non-dw scripts.

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

Jul 23 '05 #5

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

Similar topics

2
by: Michael | last post by:
Hello I am trying to write a Java-Program which converts a XML-file in a HTML. It should take the Transformation-file from the XML-file itself. Below find a possible XML-file: <?xml...
0
by: Ravi Tallury | last post by:
Hi We are having issues with our application, certain portions of it stop responding while the rest of the application is fine. I am attaching the Java Core dump. If someone can let me know what...
1
by: ptaz | last post by:
Hi I'm trying to run a web page but I get the following error. Ca anyone please tell me a solution to this. Thanks Ptaz HTTP Status 500 - type Exception report
0
by: Markus Wollny | last post by:
Hello! When I try to run ./configure --with-java, it complains that ant doesn't work. However ant is installed, as is the latest Java SDK 1.4.2 from sun, PATH and JAVA_HOME are set correctly; ...
0
by: mailkhurana | last post by:
Hii , I am trying to use a type 2 driver to connect to DB2 0n AIX 5 I have a small java test to class to establish a conneciton with the db .. I am NOT using WAS or any appserver When I try to...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
12
by: Mark Fink | last post by:
I wrote a Jython class that inherits from a Java class and (thats the plan) overrides one method. Everything should stay the same. If I run this nothing happens whereas if I run the Java class it...
0
by: jaywak | last post by:
Just tried running some code on Linux (2.4.21-32.0.1.EL and Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)) and Windows XPSP2 (with Java HotSpot(TM) Client VM (build...
1
by: jaimemartin | last post by:
hello, I want to validate an xml by means of a schema (xsd). To do that first of all I´m using a SchemaFactory. The problem is that if I run the code in Windows all works fine, but If I run it in...
0
oll3i
by: oll3i | last post by:
package library.common; import java.sql.ResultSet; public interface LibraryInterface { public ResultSet getBookByAuthor(String author); public ResultSet getBookByName(String name);
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
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...
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.