3 replies
  • WEB DESIGN
  • |
We have an opt-in window that hovers down on our site (about 2 seconds after you get to the page)... You can see it here:
www.HomeBusinessConnection.com

The problem is, there is a video there at the top of the page. And it seems that the hover opt-in window drops down behind the video.

Do you know if there's a way I can get around this?

I appreciate the help!
#hovering #optin
  • Profile picture of the author Richard Whyte
    Hi jeffdean9297

    You are having a z-index problem. I didn't look at your site, but most likely your page is using CSS for positioning.

    CSS allows you to set the z-index so that you can have things on different layers. You will need to look at the code behind the works and then add in z-index to not only the position tag for the popup, but also for the video.

    CSS z-index property

    The above link is to w3schools.com If you go to the home page and then the CSS reference on the right side, you can then select position to see all the tags. Then select z-index. The link above goes directly to the z-index page, but understanding basic CSS will never hurt you if you want to see some of the other tags available to you.

    Hope that helps you out.

    Have a Great Day!
    {{ DiscussionBoard.errors[895146].message }}
  • Profile picture of the author russellprisco
    Not sure what the challenge may be, but I actually just posted this link in another post. It's a lightbox exit popup. MaxBlogPress Unblockable Popup

    Hovering popups kind of annoy me personally. Especially when I first get to a page... It's like... you just enticed me to click on your link to see your content... and then you're going to put something in the way of what I want to look at. (not you personally, just in general)

    I prefer it much more on the exit.

    ~Russell Prisco =)
    {{ DiscussionBoard.errors[895233].message }}
  • Profile picture of the author jeffdean9297
    Thanks for all the help guys, I think I found the answer to the problem here:

    How Do I Fix My Form To Appear Above Flash Content? :: AWeber Knowledge Base
    {{ DiscussionBoard.errors[903268].message }}

Trending Topics