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.

Hover Picture Codes?

3 posters

Go down

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?!
Aigou
Aigou
New Member

Female Posts : 2
Reputation : 1
Language : English

http://paradiseredemption.forumotion.com/forum

Back to top Go down

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;
    }
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Hover Picture Codes?

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

it works! thanks so much!!!
Aigou
Aigou
New Member

Female Posts : 2
Reputation : 1
Language : English

http://paradiseredemption.forumotion.com/forum

Back to top Go down

Solved Re: Hover Picture Codes?

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

Topic Solved & Locked
Jophy
Jophy
ForumGuru

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum