Hey guys, I used a code that lets text show up on a picture if you hover your mouse over it.
I made it 100px high, just as high as the picture is, only the code is overlapping the next category link so you can't access the second category. Can anyone edit the code so it will get normal?
Forum:
http://neejaa.actieforum.com/forum
Code used:
I made it 100px high, just as high as the picture is, only the code is overlapping the next category link so you can't access the second category. Can anyone edit the code so it will get normal?
Forum:
http://neejaa.actieforum.com/forum
Code used:
- Code:
<style type='text/css'>.bk { opacity: 0; Â width:497px; height:100px; transition-duration: 0.9s; Â -moz-transition-duration: 0.9s; Â -webkit-transition-duration: 0.9s; Â -o-transition-duration: 0.9s; }.bk:hover { background-color:#000000; opacity:.40; }.bke { margin-top:4px; width:497px; height:100px; background-color:fafafa; }.bkg { padding:0px; margin-top: 25px; height:100px; overflow:auto; font-family:tahoma; color::bdb6b8; text-align:justify; }.bkh { }</style><center><div style="width:497px; height:100px; background-image:url(http://i42.tinypic.com/25h0pkm.png);"><div class="bk"><table cellspacing="2" cellpadding="5"><tr><td valign="top"><div class="bke"><div class="bkg">
<center>Jazeker mensen, jazekerheid.</center></div></div ></td></tr></table></div></div></center>
Last edited by Dustfire on August 19th 2013, 11:12 pm; edited 1 time in total