random1 Posted July 25, 2008 Share Posted July 25, 2008 Hi All, How can you overlay an image (e.g. a website design file) over an actual website? Can Javascript be used for this? What I mean is that the overlay is an image with tranparency so that you can see elements on the live site matching up to the design image. Quote Link to comment Share on other sites More sharing options...
xtopolis Posted July 25, 2008 Share Posted July 25, 2008 You might look at using a "Lightbox". I'm not sure exactly what you're meaning... But otherwise you would need to know the browser size in order to display an appropriate picture that is the size (Ie: 800x600 vs 1024x768 would use different sizes of the same images) and then just have it be a gif or png with the appropriate transparency. Use a div with position absolute, and give it a higher z-index. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.