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)

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!)
==================
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
==================
"Esskie" <[email protected]> wrote in
message
news:eb1v0r$emq$[email protected]..
> 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)
>

Similar Messages

  • Camera raw images change colour in adobe bridge

    I have photoshop CS4 and import my camera raw images into Adobe Bridge.  When I view the thumbnails in bridge my raw images look vibrant and exactly like they appear on the camera but when I go to open them in camera raw edit they change colour and look washed out before I've made any changes.  Can anyone help me figure out how to correct this?

    ssprengel wrote:
    My camera is set to shoot sRGB JPGs and is set to all zeros for the brightness/contrast/saturation parameters.
    What is your camera set to as far as these basic toning settings, as well as any automatic things like DLighting or highlight compression and perhaps any custom curves or whatever that is called for Nikons?
    First paragraph - so is mine.
    Second paragraph - all other settings are neutral/zeroed/turned off, as per my post to which you responded. That is, no additional tone curves - Active D-Lighting turned OFF (why anyone would let the camera decide what to do do with highlights and shadows is beyond my level of trust) , Jpg compression is Optimal (least possible) et cetera.
    Think I now have an explanation for the different displays in ACR (and Bridge) that I have been experiencing. Took a new duplicate Jpg/Raw shot with the in-camera Picture Control set to Neutral. Now, when both the Jpg and .NEF Raw are viewed in ACR, with the ACR Camera profile set to Camera Neutral, they appear, ASAICT, identical. Saved Camera Neutral as the default ACR Camera profile. Now back in Bridge, the images also appear pretty much identical.
    I think what was happening previously was that I had failed to save Camera Standard in ACR as the default Camera profile, and it was defaulting to Adobe Standard, and hence it was rendering Raw thumbnails for Bridge to that Camera profile - hence the difference in appearance between the Jpg and Raw in Bridge. Unless I have got it completely wrong,  I think my problem is now solved.

  • Photoshop CC: Changing colour - "Could not complete your request because of a program error"

    Hi,
    Started a while back but lived with it but now its beyond anoyying.
    Happens if I do anything that changes the colour (ie colour picker, exchanging colours - anything).
    Any suggestions?
    Thanks.

    Presuming the standard Adobe solution would be suggested - ie un\re-install it I've done that with no luck, I'm now trying it again but this time letting it trash my preferences.
    This is seriously damaging my download limits - I wish they had good and usable support!
    BTW - Its installed on the Windows 8 platform.

  • Is there a way to format multiple images at once? Change colour mode or resolution?

    Is there a way to format multiple images at once? Change colour mode or resolution?

    It's very easy to make an action.
    Go to window > actions
    In the actions panel, simply click the 'create a new action' button, it starts recording as soon as you've created it (when you've given it a name).
    Now you can apply the changes you want to make to the images on the file you have opened.
    After you've done all you need to do. You click the 'stop' button. The action is now ready to use. And you can apply the changes you made on all the other files.
    Then you can continue how gener7 explained.
    I usually include a save and close command, so that the whole batch doesn't end up opened after running the script.
    But if you do that you have to create a new file, and save it to your computer before you start recording the action, otherwise the save command will be replaced by each file. And you'll end up with one edited file in the end. At least for as far as I know!

  • How can I make my program run faster ? (changing colour indicators quicker)

    Hi everyone, I have a program with 100 indicator colour backgrounds that change according to 100 temperatures. A case structure (with 100 cases) sets the background colours one after the other and runs in a while loop with no timing (as fast as possible). The temperatures are loaded up from an array that is initialized at the beginning of the program. The idea is to have an overall view of the change of temperatures (just by looking at the change of colours). Everything works fine except that it doesn’t run fast enough... The change of colours is not smooth at all ... you can really see the increments. It works fine with 20 temperatures for instance. 1) Would anybody have a solution to improve this? I was wondering if Labview perhaps actualises all of the values each time one changes (just like with the excel cells: an option that you can desactivate and make things run quicker when you use a macro) which would make a big loss of time....  
    There is no data saving this is just a post treatment program. So My my program isn't doing anything else.
     2) I have attached a screen print of a problem a faced when making up the VI I attached. Why can’t I wire directly to the Index Array that is in the For Loop in my VI… I had to go throw a shift register to make up the example. When going back to my original program I couldn’t use the index array a second time (screen shot). Thanks a lot for any help, Regards, User  
    Solved!
    Go to Solution.
    Attachments:
    Forum question.vi ‏13 KB
    forum.JPG ‏50 KB

    Here's a possible solution:
    Ton
    Message Edited by TCPlomp on 11-03-2010 11:16 AM
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!
    Attachments:
    Forum question.png ‏23 KB

  • Is it possible to make a cell change colour of a period of time with rules?

    Is it possible to make a cell change colour of a period of time? for example
    Date
    Company
    Pick Up
    Destination
    Total
    Paid
    Sat, 5 Apr 2014
    COMPANY NAME
    PICK UP POINT
    THE DESTINATION
    £100.00
    FALSE
    Is it possible for B7 to change colour if 2 weeks have passed from the date in B1 and Paid is still FALSE and green if it's TRUE?
    Many thanks.

    Hi NeoNapster,
    This may be a start. Conditional Highlighting of a cell that depends upon the values in other cells can be tricky, but we can work on that.
    Date
    Company
    Pick Up
    Destination
    Total
    Weeks
    Paid?
    OK?
    Sat 5 Apr 2014
    COMPANY NAME
    PICK UP POINT
    THE DESTINATION
    £100.00
    29.0
    FALSE
    Overdue by 29.0 weeks
    Sat 4 Oct 2014
    COMPANY NAME
    PICK UP POINT
    THE DESTINATION
    £100.00
    3.0
    TRUE
    OK
    Wed 1 Oct 2014
    COMPANY NAME
    PICK UP POINT
    THE DESTINATION
    £100.00
    3.4
    FALSE
    Overdue by 3.4 weeks
    Wed 8 Oct 2014
    COMPANY NAME
    PICK UP POINT
    THE DESTINATION
    £100.00
    2.4
    FALSE
    Overdue by 2.4 weeks
    Mon 20 Oct 2014
    COMPANY NAME
    PICK UP POINT
    THE DESTINATION
    £100.00
    0.7
    FALSE
    OK
    Sat 25 Oct 2014
    COMPANY NAME
    PICK UP POINT
    THE DESTINATION
    £100.00
    0.0
    FALSE
    OK
    Table with one Header Row
    Formula in F2 (Weeks) and Fill Down
    =DUR2WEEKS(TODAY()−A2)
    That shows the Duration in weeks from the Date in column A until TODAY. You can hide this column.
    Column G can contain the text TRUE or FALSE or could be checkboxes.
    Formula in H2 and Fill Down
    =IF(G2,"OK",IF(F2>2,"Overdue by "&F2&" weeks","OK"))
    IF a cell in G is TRUE, then insert "OK". No need for any more checking.
    Else IF a cell in F is greater than 2, then insert "Overdue by" and the number of weeks
    Else insert "OK" (the invoice is less than 2 weeks old).
    Conditional Highlighting of the Body Cells in column H. Select the cells.
    Add a Rule...
    text is
    OK
    Green Fill
    Add a Rule...
    text is not
    OK
    Red Fill.
    Column H with the Conditional Highlighting rules:
    OK?
    Overdue by 29.0 weeks
    OK
    Overdue by 3.4 weeks
    Overdue by 2.4 weeks
    OK
    OK
    (And I have just discovered that colours do paste into this forum ).
    Regards,
    Ian.

  • Hyperlinks don't change colour

    I'm a real newbie with iweb, don't really understand the tech stuff. However, I made a site based on a template with some custom made texts which I made hyperlinks to the other pages. Thing is, when the mouse goes over them they don't change colour. When I made a previous experiment, on a diff template, they worked fine. The hyperlinks on the template change colour fine but not my custom ones.
    Also, all the links work on the design page but when I preview in Safari, one doesn't!

    Tod ~ Yes, you would have to upgrade to iWeb 2 in iLife '08. Then in Inspector's Link tab, you'll have a Format tab via which you can specify the colors of your hyperlinks. This video tutorial shows that Format tab, although its use is not demonstrated:

  • Changing colours of Custom Controls

    I've made a custom control by adding a logo to a standard boolean square button. I want to be able to change the colour of the background (the light/dark green). How do I do this? I have tried using the colours[4] property attribute, but although this reports that the colour has been changed, the control remains unaffected.
    Thanks for your replies.
    Richard

    I think the problem lies in how you have imported your image. Rather than importing the image as a decal, you have actually replaced the images on the control with it, which will of course prevent you from changing their colors.
    When you initially edit the control, don't switch into edit mode (the tweezers). Leave the control in customize mode (the wrench).
    Select Edit->Import Picture From file and find your image, note that you should probably try to create an image with a transparent background.
    Right Click on the button and select Import Picture->Decal.
    That should place your picture on the button, without modifying the background of the button, now you can change the background statically, or dynamically. I'm attaching a control that uses a decal in the middle. You can replace the boolean in the VI I posted previously with it to see the desired result.
    Regards,
    Ryan K.
    Attachments:
    My control.ctl ‏18 KB

  • 3d Text not changing colour in Photoshop CS6 Extended-Any Thoughts?

    Hi,
    I'm trying 3d text for the 1st time in Photoshop Cs6 Extended and thought I'd post my query on here as I've always found people to be really friendly and helpful.
    The problem is every time I create new text and and change the colour it's always showing up as black. Nothing I do seems to alter this. Someone suggested a memory problem but I really don't know
    Any solutions would be greatly appreciated

    Did a complete reinstall and that seemed to allow me to change colours.Interestingly when I did the offered upgrade it reverted back to the way it was.Although I can't seem to see the widget(with grid) that allows me to easily move the text around.Is that in CS6? There is an example at 57 seconds here:
    http://www.youtube.com/watch?v=CvtluKm6P-0&feature=player_embedded#!
    Many Thanks

  • When using printer Epson R1900 with Aperture 3 and if I mistakenly choose the wrong paper such as, epson's luster instead of glossy, does that change the exposure? Like make it too dark one or two stops!

    When using printer Epson R1900 with Aperture 3 and if I mistakenly choose the wrong paper such as, epson's luster instead of glossy, does that change the exposure? Like make it too dark one or two stops!

    Hi,
       If you choose the incorrect settings for printing, yes - the print quality will be affected.
    Different papers absorb the ink differently, so you can end up with prints that are too light, too dark, or have a colour cast if you make incorrect choices in your Aperture or printer settings.

  • CS3 and lightroom raw converters change colour of  5D files when importing.

    The problem is that lightroom and CS3 systematically go through raw 5D..CR2 photos and change colours, even when set to "as shot". I think part of the problem is that i upped the saturation in camera, and the raw converters have been stripping this away to desaturate colours... but in doing this they have taken too much away and left photos very desaturated and looking nothing like colours that were actually there.
    I have taken some with all settings on camera default, yet still there is a slight but noticable shift in colour.
    anyone shed any light on this, or had similar experience.
    Ali.
    P.s. Using vista, but same on windows XP.

    >I think part of the problem is that i upped the saturation in camera, and the raw converters have been stripping this away to desaturate colours
    The main problem is that you don't understand what a raw file is...the ONLY raw converter that can read settings set on the camera (other than exposure and ISO) are those that use the camera SDKin your case, DPP. A raw file has no real rendering and the raw converter must give it one. What you are seeing change is the difference between the Canon SDK and the Camera Raw default. And note that the Camera Raw "default" is just that, a default rendering. If you don't like it, you can change it and make the changes based on camera serial number and capture ISO as well.
    What you need to do is forget the camera settings (except exposure and ISO) and concentrate on learning how to use Camera Raw to get the renderings you want...

  • How do I change colour negative to positive?

    How do I change colour negative to positive?

    Using the application Final Cut Express?
    Are you speaking of a film negative for a photograph?
    You can edit the image to the timeline, then go Effects Tab > Video Filters > Channel > Invert and apply the Invert effect to the clip on the timeline.
    Note that film negatives do not render color correctly when inverted. When they were printed, color correction "packs" were applied that were emulsion specific to balance the latent color skew present in the negative image.
    So you will also need to then add the effect Video Filters > Color Correction > Color Corrector and make further adjustments.
    MtD

  • Lightroom changes colour in my RAW files captured with NIKON D300

    Dear All! Lightroom changes colour in my RAW files captured with NIKON D300. Some of the images are completely ruined. I am sure Adobe must be aware of this problem. What could be done? Is there a solution? Many thanks for your help. Regards, Stanislav

    You want "something different" but this "something different" is quite hard to define.
    I want a result which reflects the result on the camera. Have the feeling the display
    of the D800 is not the greatest, at least (not only the color issue which is often discussed)
    but also the exposure. Often I think I would need to compensate it, but then afterwards
    on the computer the non corrected version looks most of the time better.
    I think its interesting to see how allergic people react when the word jpeg comes up.
    This is also just a rendered result, just by the camera. There are many options in my cam.
    I like the vivid setting with some modifications. And that gives me a result I like.
    And if I like the result, why shall I spend way more time to replicate it?
    I do not talk about that I would want the jpeg, I only say that what I get color wise out of the
    box is how I would like to look at it. I still want the capability to fix for example exposure  in image,
    but I want the base the version I got from the jpeg view (or how the Nikon raw software could do).
    On Lightroom I did not manage to have a profile that looked as appealing to me.
    It also consumes way more time in my workflow to fix all pictures manually and results might differ.
    To work on an image you need a starting point, I do not say the jpeg look is always perfect and
    what I want all the time, but most of the time it is.
    You say yourself you use profiles. So why should there not be a profile which automatically adjusts to the camera settings.
    Its so frustrating to see a look which you like (the preview image when the pic is first accessed) and
    then Lightroom switches to its own rendering which is flat and which I do not like.
    For me its clearly something Adobe and/or Nikon should fix, like the mentioned "auto correct to preview look",
    Nikon profiles/settings/raw-details in Lightroom or for example a Nikon import module.

  • Changing Colour Display for Temperatur​e Distributi​on

    Hi everyone,
    I am currently involved in reading a series of temperatures along a length of pipe as part of an experiment.  I thought it would be a nice touch for my VI to have a diagram of the pipe which changes colour to show the temperature distribution along it.
    I have attached my initial solution.  I would have posted a VI snippet but this seemed to effect the my references in the property nodes.  
    Issues
    The code 'works' in the sense that the foreground colour of each tab control will change based on the value of the corresponding temperature.
    The solution does not scale well.  I need 'n-1' case structures for 'n' colours/temperatures.  I considered using an enum input to a single case structure, but was not sure how to compare this to the for loop index.
    Unsure whether changing a tab control background is the most efficient way to do this.  Not sure of an alternative.
    I am looking for suggestions as to how to do this more efficiently as there will be up to 16 temperatures in the final system.
    Many thanks in advance,
    Pete
    Regards,
    Peter D
    Attachments:
    Temperature Display.vi ‏16 KB

    Tabs are probably the weirdest choice here. Why not use e.g. a simple colorbox or button?
    In any case, try to learn about autoindexing, it will dramatically simplify your code (see attached in yellow box).
    I probably would use an array of clusters, each containing a colorbox and a numeric with transparent background. Modify as needed. (see attached in green box).
    Of course you probably would want to make it a it prettier than my draft.
    For a larger ramp, I would use a plain array of flat colorboxes. Now simply index into a color ramp to generate it according to your temperatures.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    Temperature DisplayMOD.vi ‏18 KB

  • Apple logo screen changing colours in a loop

    My phone randomly went in a loop of the apple logo (with the white background) changing colours (sometimes red, blue, grey) and I can't restore it or connect it to my computer!
    Please help!

    Hi gzhu22,
    To troubleshoot this issue where your iPhone will not boot past the Apple logo and is showing different colored screens, please follow the directions below.
    If your device gets stuck during startup
    When starting up, you might see the Apple logo or a red or blue screen for a long time, or your device might restart again. Try these steps:
    Make sure that you have iTunes 12 or later on your computer.
    Put your device in recovery mode.
    When you get the option to restore or update, select Update. This will reinstall iOS without erasing your data.
    Get more help
    If you still need help after trying the steps above, contact Apple Support. 
    If your iPhone, iPad, or iPod touch doesn't respond or doesn't turn on - Apple Support
    Take care,
    Alex H.

Maybe you are looking for