PDA

View Full Version : Mini Mods - AustraliaBound.org - VB-Tooltips


TimberFloorAu
03-25-2010, 10:00 PM
Tested and working on 4.0.2

This replaces the alt text on threads. With a stylised html tooltip, powered by jQuery

2 template edits
1 folder ( containing two js files to upload )
readme included

If you use Click INSTALL !
NO ASSISTANCE WHATSOEVER:
a) if you havent downloaded and clicked install.

Not much to ask is it, free code for you to enjoy.:D

TimberFloorAu
03-26-2010, 04:17 PM
*reserved*

Those that download and click install will receive support.

Stonefly
03-26-2010, 04:37 PM
Thank You, installed.

TimberFloorAu
03-26-2010, 04:38 PM
Very Welcome thankyou :)

Mastermaik
03-26-2010, 05:50 PM
Thx, installed

TimberFloorAu
03-26-2010, 05:54 PM
Very welcome, thanks for clicking installed :)

firefoxextreme
03-26-2010, 05:56 PM
Thanks also clicked installed, keep up the great mod work :D

TimberFloorAu
03-26-2010, 05:57 PM
Very welcome :up: enjoy

edenx
03-26-2010, 06:42 PM
Will this work on 3.8+?

archet1337
03-26-2010, 07:25 PM
Mark installed and he will tell you.

BlackJacket
03-26-2010, 09:30 PM
Mark installed and he will tell you.

lol :D

I have this tagged for later. Thanks.

TimberFloorAu
03-26-2010, 10:26 PM
LOL
Your very welcome :)

Dr.osamA
03-27-2010, 10:41 AM
very nice mod
thanxx Bro

installed + 5 Stars

sulasno
03-27-2010, 02:04 PM
how do I change the background colour of the box?

svandanam
03-27-2010, 06:52 PM
Awesome mod !! Installed

TimberFloorAu
03-28-2010, 01:48 AM
how do I change the background colour of the box?



<!--jquery tooltip-->
<script type="text/javascript" src="js/jquery-1.2.2.pack.js"></script>

<style type="text/css">

div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #272727;
border: 10px solid black;
color: white;
padding: 3px;
width: 250px; /*width of tooltip*/
}
</style>

<script type="text/javascript" src="js/htmltooltip.js"></script>
<!--jquery tooltip-->


Change background html colour :)
Same with Border colour

We use: Nattyware/pixie for getting colours :)