MyBB Community Forums

Full Version: Forum Description
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: MlVbA22mmV.png]

How do I make it so that if someone was to hover over the forum
name, the description would pop up like this?
its all CSS. create a div for the description with a class name and for that class set visibility to none and class:hover to visible

then just work out the position and stlying of the description you want
Ok, now how do I remove the dots underneath the forum name.

My forum: http://playerstech.com
That's in the CSS, find;
.tooltip {
            border-bottom: 1px dotted #000000; color: #FFFFFF; outline: none;
            cursor: hand; text-decoration: none;
            position: relative;
        }
and Remove the following from it;
border-bottom: 1px dotted #000000;
(2012-05-18, 07:09 PM)Yaldaram Wrote: [ -> ]That's in the CSS, find;
.tooltip {
            border-bottom: 1px dotted #000000; color: #FFFFFF; outline: none;
            cursor: hand; text-decoration: none;
            position: relative;
        }
and Remove the following from it;
border-bottom: 1px dotted #000000;

Thanks man! It's a wonder why you're not apart of the staff team.
You answer EVERYONEs questions.

Yaldaram, can I also ask. In the forum view, you get the 'Last Post'.
How could I get the last poster's avatar?
why my description is just blank, just one color without text