MyBB Community Forums

Full Version: board description hover problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am having some problems getting my board description to hover properly.
I am not using this code here http://community.mybb.com/thread-93890-post-856035.html

the css I am using is

#deschover{width:423px;height101px;background-repeat:no-repeat;-webkit-transition-duration: 2s;}
#deschover:hover{-webkit-transition-duration: 1s;}
.description{font:9pt arial;line-height:9pt;padding:5px;}

and then basically in the forum/posts area I have this

<div id="deschover" style="background-image:url('http://i40.tinypic.com/64ialx.png');"><div class="description">
my board description here.</div></div>

you can go here and you can scroll down and see where I attempted ^^; The text just seems to sit on top of it, rather than when I hover over the image it turns into the description.