Jump to content

Social buttons not loading properly on FF and IE


vexx

Recommended Posts

'm trying to have a header dropdown menu that shows all my social buttons upon hovering. The dropdown menu is made with CSS with no jquery and I encountered a problem in Firefox and IE.


The submenus (the hovering dropdown menu) css is something like this:



#socialzz ul ul
{
display:none;
}

and on hover, it goes:



#socialzz ul li:hover > ul
{
display:block;
}

All is good under Chrome, the menu shows all 3 social networks buttons, loads them properly etc. In FF and IE, once I hover, only the Facebook button actually works, Twitter isn't displayed at all and the G+ follow button is loaded strange. I isolated the issue and it seems the "display:none;" css rule is messing those up. If you refresh the page with the mouse over the menu (always visible), it loads them properly.


Now, I'm not sure how to bypass this issue without actually using jquerry. I tried using opacity:0 and 1 respectively on hover, with no luck.


The site is PocketMeta and you can check this problem in the site's header.


Any ideas?


Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.