Jump to content

fixed feedback sidebar image that open <FORM> overlay


jasonc

Recommended Posts

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>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.