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 groups

3 posters

Go down

Hover groups Empty Hover groups

Post by Yakko! December 12th 2010, 11:25 am

How can i have a description in a box when the mouse go hover the groups name?

i use PUNBB
Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

Hover groups Empty Re: Hover groups

Post by ankillien December 12th 2010, 11:30 am

Hello,

You can search for some javascript for tool-tip. You can use it to show description.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Hover groups Empty Re: Hover groups

Post by Yakko! December 12th 2010, 3:55 pm

help me!
Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

Hover groups Empty Re: Hover groups

Post by Yakko! December 13th 2010, 3:50 pm

and to apply it?
Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

Hover groups Empty Re: Hover groups

Post by Guest December 13th 2010, 4:42 pm

Just find the one you see is good and post it here and maybe i will try to help you..
avatar
Guest
Guest


Back to top Go down

Hover groups Empty Re: Hover groups

Post by Yakko! December 13th 2010, 6:36 pm

Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

Hover groups Empty Re: Hover groups

Post by Guest December 13th 2010, 6:40 pm

I said find a link to the tutorial u want not a list of tutorials.
avatar
Guest
Guest


Back to top Go down

Hover groups Empty Re: Hover groups

Post by Yakko! December 13th 2010, 7:26 pm

i need it! xD
Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

Hover groups Empty Re: Hover groups

Post by Guest December 13th 2010, 7:27 pm

Choose the one that you like from the this page u gave me : http://www.1stwebdesigner.com/freebies/stylish-jquery-tooltip-plugins-webdesign/
avatar
Guest
Guest


Back to top Go down

Hover groups Empty Re: Hover groups

Post by Yakko! December 13th 2010, 8:06 pm

ok!
1. Dynamic tooltip
4. Prototip
10. jGrowl
Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

Hover groups Empty Re: Hover groups

Post by Guest December 13th 2010, 8:09 pm

Please give me the link not a name...
avatar
Guest
Guest


Back to top Go down

Hover groups Empty Re: Hover groups

Post by Yakko! December 13th 2010, 8:56 pm

Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

Hover groups Empty Re: Hover groups

Post by Guest December 13th 2010, 9:23 pm

Here is all codes.. you need to host them in your own host or they will be deleted.
Code:

<link rel="stylesheet" href="http://stanlemon.net/stylesheet/jquery.jgrowl.css" type="text/css" />   

<script type="text/javascript" src="http://stanlemon.net/javascript/jquery.js"></script>
   <script type="text/javascript" src="http://stanlemon.net/javascript/jquery.jgrowl.js"></script>

<style type="text/css">
.groups li {
display:inline;
margin:0;

}
</style>

<ul class="groups">
    <li><a onclick="$.jGrowl('The Administrator Of the forum:<br />Gangstar15');" href="javascript:void(0);"> Administrators</a></li>
 
    <li><a onclick="$.jGrowl('The Global Moderators Of the forum:<br />Gangstar15', { sticky: true });" href="javascript:void(0);">Global Moderators</a></li>
 
    <li><a onclick="$.jGrowl('The Support Moderators Of the forum:<br />Gangstar15', { sticky: true });" href="javascript:void(0);">Support Moderators</a></li>
 
    <li><a onclick="$.jGrowl('The Graphic Designers Of the forum:<br />Gangstar15', {sticky: true });" href="javascript:void(0);">Graphic Designers</a></li>
 
    <li><a onclick="$.jGrowl('Forum Members:<br />Gangstar15', { beforeClose: function(e,m) { alert('About to close this notification!'); }, animateOpen: { height: 'show' } });" href="javascript:void(0);">Forum Members</a></li>
</ul>

You can test the code here:
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_intro

You know where u put these codes...
avatar
Guest
Guest


Back to top Go down

Hover groups Empty Re: Hover groups

Post by Yakko! December 13th 2010, 9:48 pm

and the other?
Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

Hover groups Empty Re: Hover groups

Post by Guest December 13th 2010, 9:49 pm

I can't find out how it works..
avatar
Guest
Guest


Back to top Go down

Hover groups Empty Re: Hover groups

Post by Yakko! December 13th 2010, 10:03 pm

thanks!
but how to let it go in my signature?
Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

Hover groups Empty Re: Hover groups

Post by Guest December 13th 2010, 10:09 pm

Javascript wont work in signatures.. make a html page and put the code above in it then in add iframe in your signature
avatar
Guest
Guest


Back to top Go down

Hover groups Empty Re: Hover groups

Post by Yakko! December 13th 2010, 10:14 pm

like this?
<iframe src ="http://mywiki.forumattivo.com/-h13.htm" width="25%" height="100">
<p>Your browser does not support iframes.</p>
</iframe>
Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

Hover groups Empty Re: Hover groups

Post by Guest December 13th 2010, 10:20 pm

Yes (:
avatar
Guest
Guest


Back to top Go down

Hover groups Empty Re: Hover groups

Post by Yakko! December 14th 2010, 4:31 pm

How to remove the frame's borders?
Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

Hover groups Empty Re: Hover groups

Post by Saxaca December 14th 2010, 5:37 pm

Code:
frameborder="0"
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

Hover groups Empty Re: Hover groups

Post by Yakko! December 14th 2010, 5:53 pm

thanks!
i'll try it!
Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

Back to top

- Similar topics

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