Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
tiger2808 #1
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
-
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 -
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:... -
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... -
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... -
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... -
unseth #2
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
-
Murray *ACE* #3
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
-
tiger2808 #4
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
-
tiger2808 #5
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
-
Murray *ACE* #6
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



Reply With Quote

