1

Is there a way to display previews of web pages when links are moused-over? I think such a feature would be very user-friendly (and it would make navigation much quicker). Would it be best to implement this by loading the "moused-over" page in some sort of frame, or is there a simpler way to do this?

Anderson Green
  • 30,230
  • 67
  • 195
  • 328
  • where do you see that? framesets are deprecated, but since when are iframes? and since when is HTML5 the only doctype? – Ian Sep 14 '12 at 03:07

1 Answers1

1

If you have a limited of static (or almost static pages), do screenshots, and use images.

Otherwise, use this jquery plugin :

http://craigsworks.com/projects/qtip/demos/content/thumbnail

Duplicate from : jQuery Webpage Preview

Community
  • 1
  • 1
Cedric
  • 5,135
  • 11
  • 42
  • 61
  • That question isn't a duplicate, but it's very similar. I'm also asking whether it's possible to show web page previews in a frame. – Anderson Green May 18 '13 at 14:52