--- In overlib@yahoogroups.com, "artmccabe" <artmccabe@...> wrote:
>
> --- In overlib@yahoogroups.com, "Robert E Boughner" <rboughner1@> wrote:
> >
> > --- In overlib@yahoogroups.com, "artmccabe" <artmccabe@> wrote:
> > >
> > > Hi,
> > >
> > > I am using 4.21, with this link.
> > > <a onmouseover="return overlib('<img
src=\'http://www.expresshvac.com/infolink/contentbox1.gif\'>',BACKGROUND);"
onmouseout="return nd();" href="javascript:void(0);" >
> > > SEER</a>
> > >
> > >
> > > On the site I have a custom 404 page that notifies me when it is hit.
> > >
> > > When I mouse over the link above, it generates a hit on the 404 error
page. The images is there and the box shows up and all looks right. But I am
getting a 404 logged on the site. I can reproduce this with great consistancy.
> > >
> > > I remove the backgroud image and just use text, and that works as
expected. As soon as I add the background image back in I get the 404 page hit.
> > >
> > > It is not a big problem, but it does clutter up my log with un necessary
404 errors.
> > >
> > > I appreciate any assistance or ideas that you may have. I am willing to
try anything.
> > >
> > > Thanks
> > >
> >
> > The command BACKGROUND requires a string parameter which is the path to the
image that you want to use. Try that and see if that helps.
> >
>
> Unless I am missing something else, it is there. The first parameter in
single quotes is the string path, and the second parameter is the BACKGROUND.
So in the case above.
> overlib('<img
src=\'http://www.expresshvac.com/infolink/contentbox1.gif\'>',BACKGROUND)
>
> '<img src=\'http://www.expresshvac.com/infolink/contentbox1.gif\'>'
>
> if the string parameter that is the path to the image.
>
Try something like the following:
overlib('your text here',
BACKGROUND,'http://www.expresshvac.com/infolink/contentbox1.gif');
That might work better for you.
Sorry about the delay in getting back to you but I was out of town for a few
days.