Social icon labels won't stay hidden in IE
-
Someone using an unknown version of IE says he can see the “Facebook” and “YouTube” labels on my social icons on my menu. In Chrome, Firefox, and IE 9, it looks fine to me, but I do see the labels when I hold down the left mouse button and scroll across it, effectively selecting the hidden text. I’m using a child TwentyEleven theme, and the icons are inserted as custom links in the menu. My CSS classes for the social icons are as follows:
#access .nav-facebook { width: 50px; text-align: center; float: right; } .nav-facebook, #access .nav-facebook:hover >a, #access .nav-facebook a:focus { background: url('images/facebook.png'); background-repeat: no-repeat; padding: 0; } .nav-facebook a { color: transparent !important; padding: 0;
My site is here.
First, can anyone else see the icon labels? If so, what browser/version are you using? And second, does anyone know how to fix this and truly hide the labels?
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Social icon labels won't stay hidden in IE’ is closed to new replies.