Hover Picture Codes? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Hover Picture Codes?

    Aigou
    Aigou
    New Member


    Female Posts : 2
    Reputation : 1
    Language : English

    Solved Hover Picture Codes?

    Post by Aigou April 29th 2013, 11:58 pm

    I want to be able to do what this forum does:
    http://rpg-haven.forumotion.com/

    When you put your mouse over a category, a picture pops up. How do you do that?!
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Hover Picture Codes?

    Post by Sanket April 30th 2013, 6:49 pm

    I had added this on my test forum a few days back for a user.
    http://troubleshoot.forumotion.net/

    You can add such a code in the Forum description.
    Code:
    <div class="fmthumbnail">The forum to request for anything and everything of the RPGH specific. Custom avatars or siggies, group/guild membership, or request for missions here as well.<span><img src="http://i47.servimg.com/u/f47/14/07/41/67/94162911.jpg"><br></span></div>

    Also, add this to your css.
    Code:
    .fmthumbnail span {
        position: absolute;
        background-color: gray;
        padding: 5px;
        left: -1000px;
        border: 1px black;
        visibility: hidden;
        color: black;
        text-decoration: none;
        }

        .fmthumbnail:hover span {
        visibility: visible;
        top: 100;
        left: 250px;
        }
    Aigou
    Aigou
    New Member


    Female Posts : 2
    Reputation : 1
    Language : English

    Solved Re: Hover Picture Codes?

    Post by Aigou May 1st 2013, 10:29 pm

    it works! thanks so much!!!
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Hover Picture Codes?

    Post by Jophy May 2nd 2013, 6:23 am

    Topic Solved & Locked