Results 1 to 5 of 5

Thread: image with mouse over

  1. #1
    Join Date
    Nov 2008
    Posts
    12
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default image with mouse over

    What is the best way to use an image for email and not have it state Email Me: but when mouse over it states "Email"..... I know its confusing, sorry Im old lol

  2. #2
    Join Date
    Sep 2008
    Location
    Bristol - UK
    Posts
    842
    Thanks
    32
    Thanked 132 Times in 131 Posts

    Default

    Don't really know exactly what you mean, but if you mean the title attribute it would be like this:

    Code:
    <a href="mailto:Electricfrog@yoursite.com" title="Email""><img src="img1.jpg" border="none" alt="Email"/></a>
    Last edited by Schmoopy; 11-16-2008 at 03:34 AM.

  3. #3
    Join Date
    Nov 2008
    Posts
    12
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much

  4. #4
    Join Date
    Sep 2008
    Location
    Bristol - UK
    Posts
    842
    Thanks
    32
    Thanked 132 Times in 131 Posts

    Default

    No problemo Put resolved in the thread title if you please.

  5. #5
    Join Date
    Nov 2008
    Posts
    12
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Resolved

    Thanks all for your help.

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
  •