Activity › Forums › Web Design (WordPress, Joomla, etc.) › Photo quick view
-
Photo quick view
Posted by Aaron on January 12, 2006 at 9:42 pmThanks for the help with the preloader. What I would also like to do is have just a small screen pop up containing an image not a full browser window. So that when thumbnails are enlarged a brand new page isn’t opened.
Thanks
Curtis Thompson replied 20 years, 3 months ago 3 Members · 4 Replies -
4 Replies
-
Curtis Thompson
January 12, 2006 at 10:12 pmhello…
you could consider using a div for that with 2 properties:
– visiblity: visible|none
– z-index: (anything greater than 20 or so)then you can position it absolutely on the screen or relative to the current content (the latter can get tricky but is needed if you are going to have a page that scrolls) and then show/hide it based on user clicks…
that’s a bit vague but with hope it points you in the right direction – if not then lemme know!
sitruc
-
Aaron
January 13, 2006 at 2:35 amI’m still a rookie, self taught, so I don’t really know how to use the above advise. It seems like it would be somewhat easy to have a simple window pop up like they have here when you click preview image for one of there images.
imagebank.com
-
Bret Williams
January 24, 2006 at 6:23 amWhen I click that I just get another web page. No preview windows or anything odd.
-
Curtis Thompson
January 24, 2006 at 3:47 pmi think he’s talking about the preview image link…
aaron – that’s just a js popup…thought you wanted something fancier! sorry…you can get code for that from this example:
https://www.sitruc.com/cow/popup/page.html
sitruc
Reply to this Discussion! Login or Sign Up