I talked to a big photoshop kind of guy and he told me photoshop isn't able
to do it unless I make the pictures I want to roll over in different layers.
Let me give an example, by the way I do use fireworks and I will use that as
an example but I can't use fireworks now because the art department uses
photoshop exclusively but that's another issue anyways, in fireworks you can
have 2 layers one with the mouse over you want, then you just cut it up and
tell it you want the top image to roll over the bottom image with a mouse
over. This will only do it for that slice, now photoshop on the other hand
doesn't do it for the slice, it does it for the layer that you turn on. So
if I only want a pice of the bottom layer to roll over it doesn't know how
to do that because it thinks I wanted that entire layer to come on because I
activated that layer. Very frustrating, so the easiest way to accomplish
this is to just edit the javascript since it was making the images I needed
anyways. Thanks for all the help though.


Bob Everland

-----Original Message-----
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 08, 2001 11:46 PM
To: CF-Community
Subject: RE: Real Answer to: Photoshop 6 question


well then either way he got plenty of answers.

-----Original Message-----
From: Angel Stewart [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 08, 2001 12:57 PM
To: CF-Community
Subject: RE: Real Answer to: Photoshop 6 question


I don't think he is talking about DHTML layers..he's talking about layers in
the Photoshop composition.

-Gel


-----Original Message-----
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]

rollovers are not dependent on layers. you can use the NAME attribute of the
IMG tag. then your javascript funtion will assign a different value to that
object name on two different events: onMouseOver and onMouseOut. that
creates the rollover effect. yes, you could have the different images as
layers and toggle between visible and hidden DIV tags, but the former will
work on 3.x browsers whereas layers is a 4.x feature only.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-community@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to