Re: SOLVED can i get a Follow us module similar to RT's?
Posted 14 years 3 months ago
fyi we don't use any custom module, it's just a simple joomla 'html' module that has some images in that link to certain social network sites. easy enough to do. took me 5 mins
Re: SOLVED can i get a Follow us module similar to RT's?
Posted 14 years 1 month ago
You can just view the page source.
But you also need some css-rules. Just use Firebug for this.
The trick is to give the empty <span> inside the link (<a>) a display: inline-block so it can get a width and a height without forcing a line break. The image is added via the css background-property.
To learn more about image replacement read this:
css-tricks.com/css-image-replacement/