Hi Espen

Espen Moe-Nilssen wrote:
> Hi
>
> I am trying to makie a product / view that shows  image_prieview when
>  mouse over an image_thumb.
>
> 1) Can I use KSS for this
Yes you can.

> 2) In case yes, is there some "KSS for newbies" somewhere (all the docs
> I find are rather complicated (?))
The original Plone Azax tutorial was very simple, but it doesn't work with kss. You may want to ask the kss list ([EMAIL PROTECTED]) for help.

>
> I thought maybe this approach could work:
> 1) Make a viewlet that shows  /image_thumg
> 2) Use KSS to load /image_preview on :hover
Even though you can do that I don't think kss is a good fit here since it'll require a server call on each hover and this will kill the responsiveness. Any additional efforts to implement a cache will require javascript, so I'd go for a pure javascript solution.

Hedley

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to