WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

Go to page : Previous  1, 2

View previous topic View next topic Go down  Message [Page 2 of 2]

1Tispy tooltip - Page 2 Empty Tispy tooltip Fri Sep 16, 2011 10:23 pm

The Unique

The Unique
Registered Member
Registered Member
First topic message reminder :

How can i make a tipsy tooltip?
How i can add them to activate for title tag?


26Tispy tooltip - Page 2 Empty Re: Tispy tooltip Wed Sep 28, 2011 11:13 pm

RockerMan


Technician
Technician
I have passed on the request to the administrators, please wait for a responce before posting the tutorial!

http://www.graphics-post.com/

27Tispy tooltip - Page 2 Empty Re: Tispy tooltip Thu Sep 29, 2011 1:35 pm

Matti

Matti
Registered Member
Registered Member
RockerMan wrote:I have passed on the request to the administrators, please wait for a responce before posting the tutorial!

Sure...

http://csshelp.forumotion.net/

28Tispy tooltip - Page 2 Empty Re: Tispy tooltip Thu Sep 29, 2011 9:23 pm

RockerMan

RockerMan
Technician
Technician
You may post the link to the tutorial, but you can't add the tutorial on this site

http://www.graphics-post.com/

29Tispy tooltip - Page 2 Empty Re: Tispy tooltip Fri Sep 30, 2011 12:32 am

Matti

Matti
Registered Member
Registered Member
The link is already post it here but many ppl don't know how to use it xD

ankillien wrote:
http://onehackoranother.com/projects/jquery/tipsy/

http://csshelp.forumotion.net/

30Tispy tooltip - Page 2 Empty Re: Tispy tooltip Fri Sep 30, 2011 9:11 pm

ankillien

ankillien
Administrator
Administrator
Ok, go to overall_header template and add this code right before </head> tag...

Code:
<link rel="stylesheet" type="text/css" href="http://onehackoranother.com/projects/jquery/tipsy/stylesheets/tipsy.css" />
<script type="text/javascript" src="http://onehackoranother.com/projects/jquery/tipsy/javascripts/jquery.tipsy.js"></script>
<script type="text/javascript">
$(function(){
  $('a.forumtitle').tipsy({gravity: 'w'});
});
</script>

Save it and publish. Now go to index_box template and find this code...

Code:
<a  href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a>

replace it with this...

Code:
<a title="{catrow.forumrow.FORUM_DESC}" href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a>

Save and publish. It should be working now.

31Tispy tooltip - Page 2 Empty Re: Tispy tooltip Fri Sep 30, 2011 10:04 pm

The Unique

The Unique
Registered Member
Registered Member
Is working..thanks Smile

32Tispy tooltip - Page 2 Empty Re: Tispy tooltip Fri Sep 30, 2011 11:34 pm

ankillien

ankillien
Administrator
Administrator
Cheers Very Happy

Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 2 of 2]

Go to page : Previous  1, 2

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