Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Esskie #1
Thumbnails that change colour
Hi there,
Fist off I apologise if this question seems ridiculous but please bear with me.
Would I be correct in saying that should I require a thumbnail pic which acts
as a link to a larger image to look sepia or B/W but change to colour on mouse
over I could use the following code:
<a
onClick="MM_openBrWindow('/mypages/screen2.htm','screen2','width=1024,height=768
')"
onMouseOver="MM_swapImage('screen2','','/mypix/thumb2_over.jpg',1)"
onMouseOut="MM_swapImgRestore()"><img src="/mypix/thumb2.jpg" alt="screen2"
width="67" height="50" name="screen2" />
</a>
?.
If so, is there any quick & easy way of doing this in DW?, until now I
have been using copy & paste a lot which does the job.
Regards, Andy -(Esskie)
Esskie Guest
-
Scrollbar Colour Change
Hi, Perhaps a bit old question :-), and that is exactly why I forgot how to do it. How can I change the colour of my scrollbar? I have tried with... -
How to change links colour?
The color of my links are blue. However, I wish to change the colour to the default color of the link. I have already gone to page Properties are... -
change underline colour
Does anyone has any clue about if (and how) I can change underline, strike-through and highlighting colours? Thanks -
How to change the colour with onDragover
my_btn.onDragOver = function () { trace ("onDragOver called");new Color(#232323) Why doesnt this change the colour of the text when i... -
Color cast change when clicking on thumbnails
Sometimes when I click on a thumbnail in the browser window, the thumbnail acquires a yellow color cast, which then remains on the photo when I bring... -
Murray *ACE* #2
Re: Thumbnails that change colour
That code would be the way to do it (unless you did the rollover with CSS).
Select the thumb image, apply an OpenBrowser Window behavior, and complete
the dialog. Then apply an image swap behavior, and complete the dialog.
Make sure that you select the <A> onClick, and <A> onMouseOver events for
the behaviors, respectively.
--
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
==================
"Esskie" <webforumsuser@macromedia.com> wrote in message
news:eb1v0r$emq$1@forums.macromedia.com...> Hi there,
> Fist off I apologise if this question seems ridiculous but please bear
> with me.
>
> Would I be correct in saying that should I require a thumbnail pic which
> acts
> as a link to a larger image to look sepia or B/W but change to colour on
> mouse
> over I could use the following code:
>
> <a
> onClick="MM_openBrWindow('/mypages/screen2.htm','screen2','width=1024,height=768
> ')"
> onMouseOver="MM_swapImage('screen2','','/mypix/thumb2_over.jpg',1)"
> onMouseOut="MM_swapImgRestore()"><img src="/mypix/thumb2.jpg"
> alt="screen2"
> width="67" height="50" name="screen2" />
> </a>
> ?.
>
> If so, is there any quick & easy way of doing this in DW?, until
> now I
> have been using copy & paste a lot which does the job.
> Regards, Andy -(Esskie)
>
Murray *ACE* Guest
-
Esskie #3
Re: Thumbnails that change colour
Thanx for clearing that up for me Murray, I appreciate your post.
It's for a site that has content relating to 'yesteryear' so to speak so I
thought this little thing with the thumbnails might add a little to the feel of
the site if you know what I mean :).
And yes, I hear you about defining the onClick, and onMouseOver behaviors,
respectively to make sure they appear correctly ie; right colour at the correct
state etc.
Thanx again,
Andy.
Esskie Guest
-
Murray *ACE* #4
Re: Thumbnails that change colour
Good luck, Andy.
--
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
==================
"Esskie" <webforumsuser@macromedia.com> wrote in message
news:eb36d1$qja$1@forums.macromedia.com...> Thanx for clearing that up for me Murray, I appreciate your post.
>
> It's for a site that has content relating to 'yesteryear' so to speak so I
> thought this little thing with the thumbnails might add a little to the
> feel of
> the site if you know what I mean :).
> And yes, I hear you about defining the onClick, and onMouseOver behaviors,
> respectively to make sure they appear correctly ie; right colour at the
> correct
> state etc.
>
> Thanx again,
> Andy.
>
Murray *ACE* Guest



Reply With Quote

