Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • luca2580 Friend
    #160603

    Hello friends, I would like to know which page to see the list of “class” class for example: facebook, class: twitter, etc. ..

    aman204 Friend
    #378138

    Not sure as to what you mean. Can you please be more specific and eloborate.

    Thank you

    luca2580 Friend
    #378146

    For example I am attaching a picture next to the links where there are icons. I saw the text and html are called the “class” type class: facebook ….
    Is there a list of all the possibilities?
    For example I need the icon for the link .. Friendfeed
    Thank you very much


    1. 2011-02-23_185418
    aman204 Friend
    #378148

    <em>@luca2580 223412 wrote:</em><blockquote>For example I am attaching a picture next to the links where there are icons. I saw the text and html are called the “class” type class: facebook ….
    Is there a list of all the possibilities?
    For example I need the icon for the link .. Friendfeed
    Thank you very much</blockquote>

    Here is the complete code snippet which is used to show these icons::

    <ul>
    <li class=”rss”><a href=”http://www.joomlart.com/5-blog” target=”_blank” title=”Grab our Blog RSS feed”>Grab our RSS feed</a></li>
    <li class=”facebook”><a href=”http://bit.ly/jafacebook” target=”_blank” title=”Connect Us on Facebook”>Become a fan on Facebook</a></li>
    <li class=”twitter”><a href=”http://twitter.com/joomlart” target=”_blank” title=”Follow us on Twitter”>Follow us on Twitter</a></li>
    <li class=”people”><a href=”http://people.joomla.org/groups/viewgroup/94-JoomlArt+Fan+Club.html” target=”_blank” title=”People at Joomla! Community”>Joomla Fan Club</a></li>
    </ul>

    If you are looking forward to use feed icon, make use of this code::

    <ul><li class=”rss”></ul>

    and then, add this at end of template.css file::

    div.ja-moduletable ul li.rss{
    background: url(“../images/icons/rss.gif”) no-repeat scroll 5px 5px transparent;
    padding-left: 25px;
    }

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  aman204 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum