rollover labesl in html???

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

  1. #1

    Default rollover labesl in html???

    I have in the past seen little rollover labels on on images in html,
    similar to what people do in flash. What I am talking about are little
    labels that for example appear when you roll over an image. How is that
    done? DHTML, CSS, XML??? Could anyone point me in the right direction?


    Thanks a bunch!
    Brian
    Brian Guest

  2. Similar Questions and Discussions

    1. Rollover
      take a look at this for example of rollovers... http://portfolio.jumpout.co.uk/examples/director "Robert Lee" <rjlee@earthling.net> wrote in...
    2. rollover in 3D
      I would like to make a kind of a rollover in a 3d world. I use this script voor a mouseDown action: on mouseDown (me) -- update the mouse down...
    3. import fireworks html : rollover state not showing
      Hi, I'm having a strange problem ! I made my navigation in a different png document than the rest of the page. So I exported it to html and images...
    4. trying to do a rollover - please help!!!
      Hi, I'm a bit new to Director and i'm trying to make a rolloverbutton so that when i entermouse i want the transparency to go from 100 to 0. And...
    5. Rollover and making another rollover with links
      Hi, This website is nicely designed and the rollover menu design is simple, but clear and effective. http://earthtrends.wri.org/ Does...
  3. #2

    Default Re: rollover labesl in html???

    <img title="Is this what you are looking for?"....

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================

    "Brian" <brian@agilitygraphics.com> wrote in message
    news:cgo1rg$b2t$1@forums.macromedia.com...
    >I have in the past seen little rollover labels on on images in html,
    >similar to what people do in flash. What I am talking about are little
    >labels that for example appear when you roll over an image. How is that
    >done? DHTML, CSS, XML??? Could anyone point me in the right direction?
    >
    >
    > Thanks a bunch!
    > Brian

    Murray *TMM* Guest

  4. #3

    Default Re: rollover labesl in html???

    I was looking for a script to show the title in the browser when viewing
    the page whe the mouse is over the image.

    Thanks,
    brian
    Brian Guest

  5. #4

    Default Re: rollover labesl in html???

    <img title="is this what you are looking for?"....

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================

    "Brian" <brian@agilitygraphics.com> wrote in message
    news:ch0g8g$6sp$1@forums.macromedia.com...
    >I was looking for a script to show the title in the browser when viewing
    >the page whe the mouse is over the image.
    >
    > Thanks,
    > brian

    Murray *TMM* Guest

  6. #5

    Default Re: rollover labesl in html???

    I think he actually just needs to use the alt property, either that or a
    fancier JavaScript tooltip type thing.


    rob::digitalburn Guest

  7. #6

    Default Re: rollover labesl in html???

    But the alt attribute is NOT a tooltip and is only erroneously shown in IE.
    The title attribute, as I showed is exactly what he/she is looking for, and
    will be displayed cross-browser/platform.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================

    "rob::digitalburn" <rob@digitalburn.net> wrote in message
    news:ch0if9$8q3$1@forums.macromedia.com...
    >I think he actually just needs to use the alt property, either that or a
    > fancier JavaScript tooltip type thing.
    >
    >

    Murray *TMM* Guest

  8. #7

    Default Re: rollover labesl in html???

    I just tried that and that is not what I was looking for. What I wanted
    to do, is called a hoover caption in Flash, not sure what it is called
    in html. Something that will display when the mouse is hovering over the
    image. Like a on rollover, but hovering with the mouse tip.

    I am assuming it would be javascript or something of that nature.

    Thanks for the continuous help!!!
    Brian
    Brian Guest

  9. #8

    Default Re: rollover labesl in html???

    It is the title attribute.

    Create a new page in DW.

    Insert an image from the current site.

    Select the image and press Ctrl-T to get the QuickTagEditor. Click right
    before the ">" and enter -

    title="This describes the image"

    and press return.

    Preview. There you have it.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================

    "Brian" <brian@agilitygraphics.com> wrote in message
    news:ch2471$ef4$1@forums.macromedia.com...
    >I just tried that and that is not what I was looking for. What I wanted to
    >do, is called a hoover caption in Flash, not sure what it is called in
    >html. Something that will display when the mouse is hovering over the
    >image. Like a on rollover, but hovering with the mouse tip.
    >
    > I am assuming it would be javascript or something of that nature.
    >
    > Thanks for the continuous help!!!
    > Brian

    Murray *TMM* Guest

  10. #9

    Default Re: rollover labesl in html???

    Thanks for the help. I put the tag in there but I can't see it. I am on
    a mac, could that be the problem? I am previewing it in IE and Safari
    and both don't show it.

    Thanks,
    Brian

    Brian Guest

  11. #10

    Default Re: rollover labesl in html???

    Go here -

    [url]http://therobertshouse.com/[/url]

    Hover over the central image montage. Do you see a title appear. That's
    what you want, I think.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================

    "Brian" <brian@agilitygraphics.com> wrote in message
    news:ch28t3$kp4$1@forums.macromedia.com...
    > Thanks for the help. I put the tag in there but I can't see it. I am on a
    > mac, could that be the problem? I am previewing it in IE and Safari and
    > both don't show it.
    >
    > Thanks,
    > Brian
    >

    Murray *TMM* Guest

  12. #11

    Default Re: rollover labesl in html???

    Ok, my bad!!! So sorry.
    For some reason there is a delay of a bit before it shows and I must
    have been so anxious that I never saw it. Yes, that is what I wanted.
    And easy to do also.

    Thank you so much, sorry for the confusion.
    Brian

    Brian Guest

  13. #12

    Default Re: rollover labesl in html???

    You're welcome! Yes, there is a slight delay. And, there is a timer on the
    visibility, too. But it's a great way to sneak SE pregnant keywords and
    phrases into the content.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================

    "Brian" <brian@agilitygraphics.com> wrote in message
    news:ch2aik$mu4$1@forums.macromedia.com...
    > Ok, my bad!!! So sorry.
    > For some reason there is a delay of a bit before it shows and I must have
    > been so anxious that I never saw it. Yes, that is what I wanted. And easy
    > to do also.
    >
    > Thank you so much, sorry for the confusion.
    > Brian
    >

    Murray *TMM* 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