Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  View Answers    Answer this question    Ask a question  
 

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, 06: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
You can use id or class to differentiate yr problem
As
<textarea class="s"...