by Nera. Mon 10 Oct - 7:40
@Kirk, it's when you touch a link or a IMG with a mouse and a tooltip pops out. A little message you made to pop out.
@Mr. Sankez you can try this:
This is my test forum, if that is what you want
http://movingagain.forumcroatian.com/c3-your-second-categoryTouch the tip of the forum title with a mouse and you'll see a tooltip.
STEP 1:Go to your AP > Modules > JS managment and take the script from this link
http://www.js.megadizajn.info/vtip.jsAnd paste it there + mark all pages.
STEP 2:Than add this to CSS
- Code:
p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 0.8em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999 }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }
STEP 3:Than go to your AP > General > Categories and forums and add this to a forum title & fill in the blanks I made upercase
- Code:
<a href="YOUR FORUM LINK" class="vtip" title="TEXT TO APPEARE">FORUM NAME</a>
When I said your forum link I ment the forum you are assigning hover to not the whole forum. And the resault you can see on my forum.
END:You can change the apperance of the tooltip by changing it's CSS, the one you added to CSS, make it black, other font etc.