CSS for social icon placement
-
Hi all. I’m looking to replace the canned RSS icon that came with my theme (Cellar Heat Dark) with my own row of RSS and other media icons.
Here’s the CSS for the current:
/* rss */
.rss a {
display:block;
width:206px;
height:68px;
font-size:10px;
overflow:hidden;
text-indent:-300px;
background:url(images/link-rss.gif) no-repeat 0 0;
float:right;
margin:80px 0 0 0;
}
.rss a:hover {
background:url(images/link-rss.gif) no-repeat 0 -68px;
}Now I don’t want the fancy hover, just placement of linked icons in a row. I have a Header, Index and a home noce of which seem to contain nay more code to support the above.
Thanks for any help!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CSS for social icon placement’ is closed to new replies.