hover text

WordPress Plugins and good code samples

October 2008

http://meyerweb.com/eric/css/edge/popups/demo.html

<div class=”help_register” >

<a href=”/faq/”> <img src=”http://irina.redroom.com/sites/all/themes/redroom/images/questionmark.png”  /> <span> This is the address where we will send emails and newsletters. We won�t share this address with anyone without your permission. </span> </a>

</div>
</div>
</div>
<style>
.help_register�� {� position:absolute;�� left: 42em; }
div.help_register a span {display: none;}
div.help_register a:hover { display: block; } /*ie workaround for hover to work */
div.help_register� a:hover span {�� �display: block;
position:absolute;
width: 18em;
left: 10px;
text-decoration:none;
border: 1px dotted #900; background-color:#eee; padding: .8em;
z-index: 20;
}
</style>