Show image description.

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Show image description.

    Have a client who would like the name of the image to show up when you mouse
    over it.

    But not a rollover action.

    I've seen this a handful of places - even forums - where you roll over the
    title of the forum and a description appears in your broswer next to your mouse.

    I've never use this type of thing - and searches on "image", "image title",
    "image description" - and other to no avail...

    Any help would be appreciated.

    Thanks!

    tiger2808 Guest

  2. Similar Questions and Discussions

    1. show hide image
      I have small image 40 x 20 pixel and i want to allow a swap image to appear that image is 200 x 100 pixel can u advise on the best way of doing it
    2. How to show an image on my page
      Hi folks, I use an access database with a textfield (ImagePathAndFile). In this textfield I store the full path to an image, for example:...
    3. Image show when mouse over?
      Hi A image place holder is showing in the top left corner when the menu is moused over. Assuming you have show image place holders turned on in...
    4. Show image from SQL Image Field ?
      Hello: I've tried showing an image field from an MS SQL Server 2000 image field on an ASP page but All I get is this...
    5. how to show an image from database
      Carina wrote: I don't know if you can do it in PHP but what you want to do is write a separate page where you set the MIME type of the page to...
  3. #2

    Default Re: Show image description.

    For an image:
    <img src="your pic.jpg" alt="Name of Image" width="100%" border="0">

    For a hypertext
    <a href="myHyperlink.html" title="Name of File or Description" target="_blank">myHyperlink</a>


    unseth Guest

  4. #3

    Default Re: Show image description.

    Actually, you would want to use the title attribute for both, since only IE
    shows the alt tag as a tool tip (incorrectly).

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "unseth" <webforumsuser@macromedia.com> wrote in message
    news:ecf8sr$co$1@forums.macromedia.com...
    > For an image:
    > <img src="your pic.jpg" alt="Name of Image" width="100%" border="0">
    >
    > For a hypertext
    > <a href="myHyperlink.html" title="Name of File or Description"
    > target="_blank">myHyperlink</a>
    >
    >

    Murray *ACE* Guest

  5. #4

    Default Re: Show image description.

    I did do that Murray, thanks for the tip though.

    What I'd like is beyond these two procedures. Maybe it's java - I don't really
    know - but I swear I've seen image that whe yuo roll over them a description
    appears over the image. Not flash and not a traditional rollover.

    And it is multiple-lines. (Like a 4 line description) - I know some forums can
    do this - but I think you can do it to images too.



    tiger2808 Guest

  6. #5

    Default Re: Show image description.

    Also - the above procedure doesn't work in Safari - or atleast I can't get it too. Firefow, it will, but then it truncates the sentence.


    tiger2808 Guest

  7. #6

    Default Re: Show image description.

    Javascript, not Java. They are different as night and day....

    Google "overlib" and use that.....

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "tiger2808" <webforumsuser@macromedia.com> wrote in message
    news:ecifip$1f1$1@forums.macromedia.com...
    >I did do that Murray, thanks for the tip though.
    >
    > What I'd like is beyond these two procedures. Maybe it's java - I don't
    > really
    > know - but I swear I've seen image that whe yuo roll over them a
    > description
    > appears over the image. Not flash and not a traditional rollover.
    >
    > And it is multiple-lines. (Like a 4 line description) - I know some forums
    > can
    > do this - but I think you can do it to images too.
    >
    >
    >

    Murray *ACE* Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139