Total Users Online: 0 üye, 1823 guest | Tarih/Saat: 2026-08-27 22:37
Tooltip BBCode
The Tooltip BBCode lets you insert tooltips in your post.
Tooltip BBCode
The Tooltip BBCode lets you insert tooltips in your post.

stylesheet.css and paste the following code in the bottom
Kod:
    a.tool {
       font-weight: bold;
       position: relative;
       text-decoration: none;
       cursor: help;
    }

    a.tool span {
       position: absolute;
       font-weight: normal;
       border: 1px solid black;
       background-color: #CFE1F6;
       padding: 10px;     
       color: black;
       width: 225px;

       left: -9999em;
    }

    a.tool:hover {
       visibility: visible;
       z-index: 100;
    }

    a.tool:hover span, a.tooltip:focus span {
       left: 30px;
       text-decoration: none;
    }

Save, upload and refresh theme.

:
tml]'[tooltip]' => '<a href="#" class="tool"><img style="width:16; height:14px;" src="http://www.phpbb3bbcodes.com/images/toolfaq.gif" alt="" /><span>',

'[/tooltip]' => '</span></a>',

Example:
Kod:
    Tooltip: [tooltip]Message[/tooltip]

Henüz yorum yapılmamıştır.
Tooltip BBCode
Author: Kaan
Date: 2010-11-08 23:50
Comments: (0)
Benzer SayfalarYorum
NOTE BBCODE0
BBCODE PARSER V22
Textarea BBCode0
Inline code BBCode0
IE Only BBCode0
Letter Spacing BBCode0
System Info BBCode0
Ekstra Qoute BBCode0
Typo Code BBcode0
Highlight Text BBCode0
 
Powered by Seditio © 2009-2012 All Rights Reserved