Results 1 to 3 of 3

Thread: Help with mouseover - very easy !! But I still need some help .. pleaseeeee !

  1. #1
    Join Date
    Jul 2006
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with mouseover - very easy !! But I still need some help .. pleaseeeee !

    1) Image w/ description tooltip

    2) http://www.dynamicdrive.com/dynamici...agetooltip.htm

    3) I am trying to place a text instead of the url. Example: instead of having www.google.com - I would like to just have "Google". I know how to do this but the script is not allowing me to. When I do this :
    Code:
    <a href="www.google.com"Target="_blank">Google</a>
    The image mouseover stops working. So I would please like your help. Thank you in advance !!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    HTML Code:
    <a href="http://www.google.com/" onmouseover="doTooltip(event, 0);" onmouseout="hideTip();" target="_blank">Google</a>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2006
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thnx alot - it worked

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •