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. Link to comment https://forums.phpfreaks.com/topic/116518-overlay-image-over-website/ 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. Link to comment https://forums.phpfreaks.com/topic/116518-overlay-image-over-website/#findComment-599178 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.