473,396 Members | 1,995 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,396 software developers and data experts.

Hover button won't always display using Netscape

Don
I have a client page that employs hover buttons. They work just fine in IE. But, when using
Netscape, they intermittently won't display. When they don't display, all that shows is a gray box
the normal size of the button, with a red "x" inside the box at the left. Any idea what's going on
here?

Thanks,
Don
-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------
http://www.newsfeed.com The #1 Newsgroup Service in the World!
-----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----
Jul 23 '05 #1
4 1324
"Don" <no@adr.com> wrote in message
news:1l********************************@4ax.com...
I have a client page that employs hover buttons. They work just fine in IE. But, when using Netscape, they intermittently won't display. When they don't display, all that shows is a gray box the normal size of the button, with a red "x" inside the box at the left. Any idea what's going on here?

Thanks,
Don


It sounds like the alternate image hasn't downloaded.

Do you have some code or a URL we could look at?
Jul 23 '05 #2
Don
On Tue, 21 Dec 2004 14:22:16 GMT, "McKirahan" <Ne**@McKirahan.com> wrote:
"Don" <no@adr.com> wrote in message
news:1l********************************@4ax.com.. .
I have a client page that employs hover buttons. They work just fine in

IE. But, when using
Netscape, they intermittently won't display. When they don't display, all

that shows is a gray box
the normal size of the button, with a red "x" inside the box at the left.

Any idea what's going on
here?

Thanks,
Don


It sounds like the alternate image hasn't downloaded.

Do you have some code or a URL we could look at?


Here's the code for one of the hover buttons:
------------------
<font face="verdana, arial" size="1">&nbsp;&nbsp;&nbsp;</font></td>
<font face="verdana, arial" size="2">
<td width="16%">
<p align="center">
<applet code="fphover.class" codebase="./" width="70" height="24">
<param name="color" value="#000080">
<param name="hovercolor" value="#0000FF">
<param name="textcolor" value="#FFFFFF">
<param name="text" value="About">
<param name="effect" value="glow">
<param name="font" value="Dialog">
<param name="fontstyle" value="regular">
<param name="fontsize" value="14">
<param name="url" valuetype="ref" value="about.htm">
<param name="target" value="_top">
</applet>
</font>
-------------------
Thanks,
Don

-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------
http://www.newsfeed.com The #1 Newsgroup Service in the World!
-----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----
Jul 23 '05 #3
"Don" <no@adr.com> wrote in message
news:7s********************************@4ax.com...
On Tue, 21 Dec 2004 14:22:16 GMT, "McKirahan" <Ne**@McKirahan.com> wrote:
"Don" <no@adr.com> wrote in message
news:1l********************************@4ax.com.. .
I have a client page that employs hover buttons. They work just fine
inIE. But, when using
Netscape, they intermittently won't display. When they don't display,
allthat shows is a gray box
the normal size of the button, with a red "x" inside the box at the
left.Any idea what's going on
here?

Thanks,
Don


It sounds like the alternate image hasn't downloaded.

Do you have some code or a URL we could look at?


Here's the code for one of the hover buttons:
------------------
<font face="verdana, arial" size="1">&nbsp;&nbsp;&nbsp;</font></td>
<font face="verdana, arial" size="2">
<td width="16%">
<p align="center">
<applet code="fphover.class" codebase="./" width="70" height="24">
<param name="color" value="#000080">
<param name="hovercolor" value="#0000FF">
<param name="textcolor" value="#FFFFFF">
<param name="text" value="About">
<param name="effect" value="glow">
<param name="font" value="Dialog">
<param name="fontstyle" value="regular">
<param name="fontsize" value="14">
<param name="url" valuetype="ref" value="about.htm">
<param name="target" value="_top">
</applet>
</font>
-------------------
Thanks,
Don


Try a Java newsgroup; this one's for JavaScript.
Jul 23 '05 #4
Don
On Tue, 21 Dec 2004 14:53:28 GMT, "McKirahan" <Ne**@McKirahan.com> wrote:
"Don" <no@adr.com> wrote in message
news:7s********************************@4ax.com.. .
On Tue, 21 Dec 2004 14:22:16 GMT, "McKirahan" <Ne**@McKirahan.com> wrote:
>"Don" <no@adr.com> wrote in message
>news:1l********************************@4ax.com.. .
>> I have a client page that employs hover buttons. They work just finein >IE. But, when using
>> Netscape, they intermittently won't display. When they don't display,all >that shows is a gray box
>> the normal size of the button, with a red "x" inside the box at theleft. >Any idea what's going on
>> here?
>>
>> Thanks,
>> Don
>
>It sounds like the alternate image hasn't downloaded.
>
>Do you have some code or a URL we could look at?
>


Here's the code for one of the hover buttons:
------------------
<font face="verdana, arial" size="1">&nbsp;&nbsp;&nbsp;</font></td>
<font face="verdana, arial" size="2">
<td width="16%">
<p align="center">
<applet code="fphover.class" codebase="./" width="70" height="24">
<param name="color" value="#000080">
<param name="hovercolor" value="#0000FF">
<param name="textcolor" value="#FFFFFF">
<param name="text" value="About">
<param name="effect" value="glow">
<param name="font" value="Dialog">
<param name="fontstyle" value="regular">
<param name="fontsize" value="14">
<param name="url" valuetype="ref" value="about.htm">
<param name="target" value="_top">
</applet>
</font>
-------------------
Thanks,
Don


Try a Java newsgroup; this one's for JavaScript.

Will do. Thanks,
Don
-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------
http://www.newsfeed.com The #1 Newsgroup Service in the World!
-----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----
Jul 23 '05 #5

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

Similar topics

0
by: Don | last post by:
I have a client page that employs hover buttons. They work just fine in IE. But, when using Netscape, they intermittently won't display. When they don't display, all that shows is a gray box the...
12
by: Javier | last post by:
Hello, I'm very new in this forum and as I have the following problem, the website is in http://new.vanara.com ----------------------------------------------------------------------------...
1
by: yihan | last post by:
Hi, I would like to make a pageUp and pageDown button to go up or down in the text ( it is like PgUp/PgDown on the keyboard). But it works on the IE but not on netscape 7.1. Could somebody tell me...
7
by: LRW | last post by:
Below I'll paste my CSS and the HTML in question. But what's happening is, I'm trying to establish a link behavior for a class that's separate from the normal link class. I've established a: 's...
12
by: CJM | last post by:
Is it possible to achieve a hover effect for a non-anchor tag in CSS? I can use the following code, but it goes against the grain: <a href="" onclick="return false;">Label</a> Surely there...
2
by: Elisa | last post by:
I have two images, each with defined CSS hover states. I would like a mouseover on one image to trigger the hover state of the other image. Is this possible using javascript? If so, how? Any...
15
by: Robert Mark Bram | last post by:
Hi All! Problem I began with: Netscape/Opera supports hover for different elements, IE only supports hover for <a> and I want to use hover for <td class="menu"> I then found a fix using some...
5
by: Ben Sharvy | last post by:
I know I could do it by restricting hover to a class of links (a:hover.actuallyalink) but is there a way that doesn't require me to change every link in every existing html document?
1
by: Ciuin | last post by:
Again I need your help. This is the test page I am working on: http://www.manfredkooistra.de/zeugs/test/test.php Description: The page shows a centered image and a navigation menue...
8
by: Meri | last post by:
Hello Everybody on the internet seems to think this is a problem with IE but for me it works fine with IE, but the submenus do not appear with Firefox andOpera. The html is a simple list with...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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: 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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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,...

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.