Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
deufette #1
Make an image appear when passing over a text with themouse
Hello,
I would like to make an image appear in a html page when passing over a text
with the mouse.
The idea is the following:
My site has a left menu bar with 5 chapters. There is a also a special
structure in 8 parts that describes the content of the site and people would
have liked to see inside each page, for each link, to which of the 8 categories
it depends.
I have a scale with 8 colored boxes (8 different colors). When I pass the
mouse on a link, I would like to have the correct box of the scale highlighted.
Is that possible???
If not, do you have any suggestion? (using the color system)
Thank you very much for your help.
Deufette
deufette Guest
-
Identifying image-only vs. image+text PDF files
I have a large collection of PDFs in a large directory/subdirectory structure, we are talking 366K PDFs. I need to find some way of identifying... -
Make a button load text into a scrolling text field?
Hello I've got a problem here and I hope some friendly soul out there would spare a minute to help me out... I'm creating a rather simple site... -
Passing parameter using image data
Hi, I hava a question as below: * Web Service * C# * paramter with image data * not using a simple type like string * not using a class... -
How do I make an image more transparent so I can....
I know this one!! (First make sure you're working on a copy of our image - you don't want ever want to mess up your only original.) Open the... -
Can I take a small (320x240), blurry image, and make it a clear, large image?
Just wondering if there is an easy way to do this? I'm sure it won't be perfect cause photoshop can only work with what's there, but maybe it can... -
Murray *ACE* #2
Re: Make an image appear when passing over a text with the mouse
This is just a text based disjoint rollover.
There is a good disjoint tutorial here -
[url]http://www.dw-fw-beginners.com/tutorials/drmwvr/swap_image.htm[/url]
--
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
==================
"deufette" <webforumsuser@macromedia.com> wrote in message
news:e1gk24$aq7$1@forums.macromedia.com...> Hello,
> I would like to make an image appear in a html page when passing over a
> text
> with the mouse.
>
> The idea is the following:
> My site has a left menu bar with 5 chapters. There is a also a special
> structure in 8 parts that describes the content of the site and people
> would
> have liked to see inside each page, for each link, to which of the 8
> categories
> it depends.
> I have a scale with 8 colored boxes (8 different colors). When I pass the
> mouse on a link, I would like to have the correct box of the scale
> highlighted.
> Is that possible???
> If not, do you have any suggestion? (using the color system)
> Thank you very much for your help.
>
> Deufette
>
Murray *ACE* Guest
-
Ayrdan Design #3
Re: Make an image appear when passing over a text withthe mouse
Hi.
I am having a bit of a guess at what you want to from your opening
statement/comment.
In simple terms, when someone puts the mouse over some TEXT on your website,
an image appears somewhere on the page ????
If this is so, you must first make the text into a HYPERLINK........
First thing is to select the text, but as it is not linked to any html file,
just add the following script in the link field box, javascript:; (make sure
you get the colon - : and semi colon - ; the right way round.
This will add the NULL LINK to the text that you can then simply add
behaviours to.
You can change whether the text is underlined or not etc. etc. in either a
style sheet or in the MODIFY-PAGE PROPERTIES and then select LINKS
Then you can add a behaviour to it like showing an image.
Unlike with an image where you can just select it and add a behaviour, like a
swap image to it.
Also, there are different ways to do this.
If you want an image that is hidden initially but appears on mouse over, you
really need to put it in a layer, and then assign the behaviour to the text to
show/hide the layer with the image in it.
If you want it to SWAP to the correct image you must have a default image
somewhere that the behaviour triggers to swap with the new image you want.
Hope this helps.
Glen
Ayrdan Design Guest



Reply With Quote

