Viewing Floating contact form

Floating contact form



User: Raf P. 10 years ago
Hi,

can somebody help me with this please?
The contact form on the right side works perfect except it's not on top of all images, shapes, etc and I don't know why.
Did a dozen tests with relative, absolute, z-index, etc positions in the css but I don't find the solution.

Last edit 10 years ago

-------------------------------
Kind regards,

Raphael Pairoux
User: Jumbo T. 10 years ago
Add this to where you paste the code :

<style>
.wrap-embed-contact-form {
z-index: 10000;
}
</style>

And this file does not exist :

<script type="text/javascript" src="embed.js"></script>

BTW, it does not work in Safari 5.

And if you make websites for a living, why not learn what a webpage is. You could have solved this "problem" in a minute.


Post Reply
You must login or signup to post.