Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- NOOB editing custom Wordpress CSS


thunderwoman - 4:57 pm on Feb 21, 2013 (gmt 0)


Thanks again. Can you look at this current code, let me know if it is appropriate to follow it for my additions, please?

<a class="icon" href="http://facebook.com/thiswebsite"><span id="fb_icon"><p>Connect on Facebook</p></span></a>
<a class="icon" href="http://twitter.com/#!/thiswebsite"><span id="tw_icon"><p>Follow us on Twitter</p></span></a>

The this is the CSS code:

#fb_icon {
display: block;
position: relative;
top: 18px;
left: 455px;
background: url( /web_images/social_sprite.png ) no-repeat transparent scroll 0 0;
width: 20px;
height: 20px;
color: black;
}



a.icon {
width: 30px;
display:block;

}

#fb_icon p {
display: none;
}



#tw_icon {
display: block;
position: relative;
top: -2px;
left: 431px;
background: url( /web_images/social_sprite.png ) no-repeat transparent scroll -23px 0;
width: 20px;
height: 20px;
color: black;
}

#tw_icon p {
display: none;
}

Really, I appreciate your time.
dk

[edited by: tedster at 5:33 am (utc) on Feb 22, 2013]
[edit reason] no spcifics leading to the website, please [/edit]


Thread source:: http://www.webmasterworld.com/css/4546296.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com