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?
Asked
Active
Viewed 6,931 times
1
-
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 Answers
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
-
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