[ic] mouse over 4-6.1 Category properties

Lee Hoffman lee@rsub.net
Fri, 29 Dec 2000 17:05:57 -0500


I would just forget admin's area designer all together (I use it to
modify/add categories only).
I had the same problem that you're having so I just manually looped through
cat and then printed the result with the onMouseOver.

----------------------------------------------------------------------------
---------------------------

[loop prefix=cat
        search="
                fi=cat
                st=db
                tf=sort
                tf=name
                rf=code,name
                sf=sel
        "
        ]

<a href="
[area   href=scan
        search=|

                fi=products
                st=db
                sp=category

                co=1

                sf=category
                se=[cat-data cat name]
                op=eq
                nu=0

                ml=15
                tf=vendor
                to=r

                va=category_name=[cat-data cat name]
        |
]
" onMouseOver="changeMenuItem([cat-increment])"
onMouseOut="changeMenuItemBack([cat-increment])">

<img src="buttons/[cat-data cat name]_off.gif" border="0"
name="menuItem[cat-increment]" width="81" height="15"></a><br>

[/loop]

----------------------------------------------------------------------------
----------------------------

----- Original Message -----
From: "Jerry Davis" <akopia@wireless-2000.com>
To: <interchange-users@lists.akopia.com>
Sent: Friday, December 29, 2000 4:42 PM
Subject: Re: [ic] mouse over 4-6.1 Category properties


> Hi Greg
> Please excuse my ignorance.
> I went to Administration, Tables, Area.
> I could not find 'category' to edit as this is where I would like to do
the
> mouse_over.
> At any rate I attempted to change the following in 'AREA'
>
> <A HREF="$URL$" CLASS="barlink"
> onMouseOver =
> "document.images'imBut'].src='/catalog/images/navigation/rfbug.jpg'"
>
> onMouseOut = "document.images
> 'imBut'].src='/catalog/images/navigation/rfbug2.jpg'">$ANCHOR$</A>
>
> Now in the image_prop space add NAME="imBut"   <---- Did this.
>
> nada nothing.
> Am I in the incorrect area to do this?
> I am feeling kind of stupid at this point.
>
> Thanks
> Jerry
> site= http://gw.moonlink.net/cgi-bin/firsttosearch/login.html
>
>
>
> ----- Original Message -----
> From: "Gregg Fabbri" <gafabbri@yahoo.com>
> To: <interchange-users@lists.akopia.com>
> Sent: Friday, December 29, 2000 10:58 AM
> Subject: Re: [ic] mouse over 4-6.1 Category properties
>
>
> > Jerry,
> >
> > Try this.  I just tested it and it looks like it is
> > working.
> >
> > >From the Table Edit screen. (NOT the Design Screen)
> > enter something like this in the link template space
> > for you item.
> > <A HREF="$URL$" CLASS="barlink"
> > onMouseOver =
> > "document.images'imBut'].src='/catalog/images/imageOver.gif'"
> >
> > onMouseOut = "document.images
> > 'imBut'].src='/catalog/images/imageOut.gif'">$ANCHOR$</A>
> >
> > Now in the image_prop space add NAME="imBut"
> >
> > If you want to see it work go to this but please keep
> > in mind that I only threw two pictures I had.
> > http://www.scrapbookeronline.com/cgi/shop2/
> >
> >
> > =====
> > -----------------------------
> > Gregg A. Fabbri
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Photos - Share your holiday photos online!
> > http://photos.yahoo.com/
> >
> > _______________________________________________
> > Interchange-users mailing list
> > Interchange-users@lists.akopia.com
> > http://lists.akopia.com/mailman/listinfo/interchange-users
> >
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>