jasonc Posted December 3, 2011 Share Posted December 3, 2011 I have found this code that places the static image in the left hand side of the web page. What I am wanting to know is how to have an overlay box pop over the page when the image is clicked so I can place the FORM in it. Can anyone point me in the right direction to doing this ? <style type="text/css"><!-- #feedback{ left:1px; /* change this to right: 1px; to put it on the left of the screen */ top:30%;height:117px;width:50px;margin:0;padding:0;position:fixed;z-index:5000;} #feedback a{display:block;width:100%;height:100%;} --></style> <p id="feedback"><a href="#"><img src="images/feedback.png"></a></p> Quote Link to comment Share on other sites More sharing options...
denno020 Posted December 4, 2011 Share Posted December 4, 2011 I think you want something like 'lightbox'. If you search Google for that, you will find examples and hopefully be able to work it out from there. Denno 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.