Hover button won't always display using Netscape

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Don

    Hover button won't always display using Netscape

    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 =-----
  • McKirahan

    #2
    Re: Hover button won't always display using Netscape

    "Don" <no@adr.com> wrote in message
    news:1lbgs0punu gtj9jp2beaiu7rh vk4milud6@4ax.c om...[color=blue]
    > I have a client page that employs hover buttons. They work just fine in[/color]
    IE. But, when using[color=blue]
    > Netscape, they intermittently won't display. When they don't display, all[/color]
    that shows is a gray box[color=blue]
    > the normal size of the button, with a red "x" inside the box at the left.[/color]
    Any idea what's going on[color=blue]
    > here?
    >
    > Thanks,
    > Don[/color]

    It sounds like the alternate image hasn't downloaded.

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


    Comment

    • Don

      #3
      Re: Hover button won't always display using Netscape

      On Tue, 21 Dec 2004 14:22:16 GMT, "McKirahan" <News@McKirahan .com> wrote:
      [color=blue]
      >"Don" <no@adr.com> wrote in message
      >news:1lbgs0pun ugtj9jp2beaiu7r hvk4milud6@4ax. com...[color=green]
      >> I have a client page that employs hover buttons. They work just fine in[/color]
      >IE. But, when using[color=green]
      >> Netscape, they intermittently won't display. When they don't display, all[/color]
      >that shows is a gray box[color=green]
      >> the normal size of the button, with a red "x" inside the box at the left.[/color]
      >Any idea what's going on[color=green]
      >> here?
      >>
      >> Thanks,
      >> Don[/color]
      >
      >It sounds like the alternate image hasn't downloaded.
      >
      >Do you have some code or a URL we could look at?
      >[/color]

      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.c lass" codebase="./" width="70" height="24">
      <param name="color" value="#000080" >
      <param name="hovercolo r" 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.ht m">
      <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 =-----

      Comment

      • McKirahan

        #4
        Re: Hover button won't always display using Netscape

        "Don" <no@adr.com> wrote in message
        news:7sdgs0dsn4 2uu9qp3pi0nidj9 fusim04dc@4ax.c om...[color=blue]
        > On Tue, 21 Dec 2004 14:22:16 GMT, "McKirahan" <News@McKirahan .com> wrote:
        >[color=green]
        > >"Don" <no@adr.com> wrote in message
        > >news:1lbgs0pun ugtj9jp2beaiu7r hvk4milud6@4ax. com...[color=darkred]
        > >> I have a client page that employs hover buttons. They work just fine[/color][/color][/color]
        in[color=blue][color=green]
        > >IE. But, when using[color=darkred]
        > >> Netscape, they intermittently won't display. When they don't display,[/color][/color][/color]
        all[color=blue][color=green]
        > >that shows is a gray box[color=darkred]
        > >> the normal size of the button, with a red "x" inside the box at the[/color][/color][/color]
        left.[color=blue][color=green]
        > >Any idea what's going on[color=darkred]
        > >> here?
        > >>
        > >> Thanks,
        > >> Don[/color]
        > >
        > >It sounds like the alternate image hasn't downloaded.
        > >
        > >Do you have some code or a URL we could look at?
        > >[/color]
        >
        > 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.c lass" codebase="./" width="70" height="24">
        > <param name="color" value="#000080" >
        > <param name="hovercolo r" 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.ht m">
        > <param name="target" value="_top">
        > </applet>
        > </font>
        > -------------------
        > Thanks,
        > Don[/color]

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


        Comment

        • Don

          #5
          Re: Hover button won't always display using Netscape

          On Tue, 21 Dec 2004 14:53:28 GMT, "McKirahan" <News@McKirahan .com> wrote:
          [color=blue]
          >"Don" <no@adr.com> wrote in message
          >news:7sdgs0dsn 42uu9qp3pi0nidj 9fusim04dc@4ax. com...[color=green]
          >> On Tue, 21 Dec 2004 14:22:16 GMT, "McKirahan" <News@McKirahan .com> wrote:
          >>[color=darkred]
          >> >"Don" <no@adr.com> wrote in message
          >> >news:1lbgs0pun ugtj9jp2beaiu7r hvk4milud6@4ax. com...
          >> >> I have a client page that employs hover buttons. They work just fine[/color][/color]
          >in[color=green][color=darkred]
          >> >IE. But, when using
          >> >> Netscape, they intermittently won't display. When they don't display,[/color][/color]
          >all[color=green][color=darkred]
          >> >that shows is a gray box
          >> >> the normal size of the button, with a red "x" inside the box at the[/color][/color]
          >left.[color=green][color=darkred]
          >> >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?
          >> >[/color]
          >>
          >> 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.c lass" codebase="./" width="70" height="24">
          >> <param name="color" value="#000080" >
          >> <param name="hovercolo r" 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.ht m">
          >> <param name="target" value="_top">
          >> </applet>
          >> </font>
          >> -------------------
          >> Thanks,
          >> Don[/color]
          >
          >Try a Java newsgroup; this one's for JavaScript.
          >[/color]
          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 =-----

          Comment

          Working...