How to show live preview in a small popup of linked page on mouse over on link?

前端 未结 6 1410
余生分开走
余生分开走 2020-11-28 04:00

How to show live preview in a small popup of linked page on mouse over on link ?

like this

http://cssglobe.com/lab/tooltip/03/

but live preview

6条回答
  •  [愿得一人]
    2020-11-28 04:42

    You could do the following:

    1. Create (or find) a service that renders URLs as preview images
    2. Load that image on mouse over and show it
    3. If you are obsessive about being live, then use a Timer plug-in for jQuery to reload the image after some time

    Of course this isn't actually live.

    What would be more sensible is that you could generate preview images for certain URLs e.g. every day or every week and use them. I image that you don't want to do this manually and you don't want to show the users of your service a preview that looks completely different than what the site currently looks like.

提交回复
热议问题