Page is a not externally linkable
thunderwoman - 4:57 pm on Feb 21, 2013 (gmt 0)
[edited by: tedster at 5:33 am (utc) on Feb 22, 2013]
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
[edit reason] no spcifics leading to the website, please [/edit]