Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

"Click to Enlarge"

New Here ,
Feb 23, 2007 Feb 23, 2007
In Dreamweaver 8 I have inserted a map (gif). However, I would like to add a small text box that says "Click to Enlarge" when the pointer floats over the picture. How do I add this?
TOPICS
Server side applications
234
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 23, 2007 Feb 23, 2007
I am pretty new to DW so I can't make promises here but if you click on your map image and look in the Property Inspector window, you should see a drop down called 'Alt' which may currently be populated with '<empty>'... Type your text in here to have the text pop up on mouseover.

I know this works with .jpg images as I have done it myself.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 23, 2007 Feb 23, 2007
LATEST
Nope. IE is the only browser in creation that displays alt attribute values
onmouseover. To make this happen you need to use the title attribute, not
the alt attribute, and the only way to get that is to either use the tag
editor panel, or to enter it in code view, e.g.,

<img title="this is the way"....

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


"Octopeye" <webforumsuser@macromedia.com> wrote in message
news:ermu5b$k5k$1@forums.macromedia.com...
>I am pretty new to DW so I can't make promises here but if you click on
>your
> map image and look in the Property Inspector window, you should see a drop
> down
> called 'Alt' which may currently be populated with '<empty>'... Type your
> text
> in here to have the text pop up on mouseover.
>
> I know this works with .jpg images as I have done it myself.
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines