hello everyone, been trying to figure this one out to no avail. i'm creating a portfolio website where the homepage contains images as links. when the user clicks on the links, instead of load to a new page, i would simply like a transparent overlay to occur, so that you can still see the content of the new page laid over the homepage. the user can get back to the homepage if they click on any area that isn't content from that page (over the homepage areas). the image links on the homepage should also have hover states, which i know can be done using jquery fade in/out. i'm relatively new to js but i just no idea where exactly to start. i'm not sure if the overlay is done in jquery or straight js. a similar effect can be found here at this site http://www.studio-output.com/ any ideas on just where to start would be greatly appreciated. thanks! Edit/Delete Message Reply With Quote Multi-Quote This Message Quick reply to this message
I am not 100% certain on what you want, but it sounds like you need to implement a "lightbox" http://leandrovieira.com/projects/jquery/lightbox/
well, the only similar thing from the lightbox implementation would be that when you click on an image, an overlay appears with new content. no slideshow for my purposes. however, i noticed that on the example site i put up, each image is a link to a new page, studio-output.com/page1 studio-output.com/page2 studio-output.com/page3 etc..... but clicking on it still keeps you remaining on the home page. so then i guess the right technique would be to access then display content from the clicked page over the homepage. thanks