PDA

View Full Version : Text area


Jbert
Aug 4, 2008, 08:31 PM
I put a textarea in my CSS



textarea {
position:absolute;
margin-left: 500px;
margin-top: 0;
top:80px;
left:50px;
width:200px;
height:350px;
padding-left:-40px;
padding-top:15px;
border:0px;
font:12px 'verdana', geneva, lucida, lucida grande, arial, helvetica, sans-serif;
color:#000000; font:bold;
background: transparent;
}



And it works perfectly on page open. BUT what I want to do also is have it display when I hover a thumbnail image.

THANKS


JIM

theecho
Dec 14, 2008, 07:29 AM
I believe this should help you out a little bit.

http://trentrichardson.com/downloads/?dl=csstooltips.zip

arun1028
Jun 10, 2009, 01:32 AM
u can use id or class to differentiate yr problem
as
<textarea class="s"...