CSS Hover Icons on top of right side (above header)
-
Hello. I’m attempting to add social icons with a hover effect, above my header. I’m having many problems; for one, the images/icons aren’t even showing up, just the word, like “facebook”, with a link you can click on. Secondly, the are in the wrong space. My icons are supp to be above the header on the right side. Instead they are under the header, right above my menu bar. Help please! I’ve been working on this for two days now. I don’t know what I’m doing wrong.
This is in header.php:
‘<div id=”head-soc”></div>’
This is my my style css:
‘a.rss{
display: block;
width: 100px;
height: 100px;
background: url(‘/path/to/https://www.basinstbooks.com/wp-content/uploads/2012/05/rss-32.png’) bottom;
text-indent: -99999px;
}
a.rss:hover {
background-position: 0 0;’I positioned it under #header
- The topic ‘CSS Hover Icons on top of right side (above header)’ is closed to new replies.