Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   CSS (https://www.askmehelpdesk.com/forumdisplay.php?f=445)
-   -   Text area (https://www.askmehelpdesk.com/showthread.php?t=245395)

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

    Code:

    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
  • Dec 14, 2008, 07:29 AM
    theecho
    I believe this should help you out a little bit.

    http://trentrichardson.com/downloads...sstooltips.zip
  • Jun 10, 2009, 01:32 AM
    arun1028

    u can use id or class to differentiate yr problem
    as
    <textarea class="s"...

  • All times are GMT -7. The time now is 03:45 PM.