--- In overlib@yahoogroups.com, "Robert E Boughner" <reboughner@...>
wrote:
>
> --- In overlib@yahoogroups.com, "Robert E Boughner" <reboughner@>
> wrote:
> >
> > --- In overlib@yahoogroups.com, "Brad Chandonnet" <brad@> wrote:
> > >
> > > I hope someone can help. This is my first attempt at using overlib.
> > > As I checked back for responses I noticed the warning about posting
> > > messages to quickly after registering, so I am replying in hopes
that
> > > more people will get my question. It is probably very basic,
but the
> > > solution is escaping me.
> > > Thank You,
> > > Brad
> > >
To do what you want to do, I moved the call to overlib into the head
section just before the call to urchin.js:
<script type="text/javascript" src="XX/overlib.js"></script>
<script type="text/javascript" src="XX/overlib_anchor.js"></script>
where XX is the path in your setup (also I removed the call to overlib
.js that you have later in the code) and changed the last line in your
highlight() function to:
return overlib(boxTitle, ANCHOR, star, ANCHORX, 15, ANCHORY, 15)
adjust the ANCHORX/Y values to suit you.
Bob