Hi!
I have a request-form tag with a request-form-submit button. Problem is: when I click on the submit button, the popup form appears on top of the button, and it is not in the center of the window. See image:
[img]http://i46.tinypic.com/25yzzfk.png[/img]
It is also hidden by other images. Anybody knows how I can get the popup to be displayed in the center of the window and on top of the other elements?
Thanks.
[code]
"
method="get"
content=" has sent you a getName() ?> in World.
"
type="Gift"
invite="false"
target="_top"
style="text-align: center; height: 25px; width: auto; position:fixed; top:30px; right:5px; background-color: #bfe2f6 ">
getId();?>" fb_protected="true" />
" fb_protected="true" />
" fb_protected="true" />
getIcon();?>" fb_protected="true" />
[/code]
My CSS:
[code].send_friend_btn { padding-top: 0px; /border: solid red;/ height: 25px; /25px/ width: 100%; overflow:hidden; z-index: 100; /* background-color: #bfe2f6 */ }[/code]