Behaviors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to display rotating pictures in a specific table cell when each
pictures name is clicked/mouse overed in another table cell. I have seen this
on other sites but have no idea how to accomplish it. I am using FP2003. Any
help will be appreciated
 
Start by making sure all of your images have name/id values.

Then select the trigger image, and apply a SwapImage behavior. In the panel
that opens, you can select any image on your page by its name. Select the
image you want to swap, and browse to the new image you want to replace it
with. Using this method, you can in effect swap every image on your page
from a single trigger.

The real trick is that each place where you want the new image to appear
must already have a "dummy" image there so that it can be swapped out. See
what I mean?
 
How do you give an image a name/id? I thought my images had names, but when I
try to do the SwapImage, the image list has the images with no names.
Thanks, Nina
 
This is an interesting question! I cannot find an easy way to do that in
FP2003!

I just edit the code, but there should be a better way....
 
If you are using the FrontPage 2003 Behaviors it will auto "ID" name with
img1, img2 ... and so on.

bob
| This is an interesting question! I cannot find an easy way to do that in
| FP2003!
|
| I just edit the code, but there should be a better way....
|
| --
| Murray
| --------------
| MVP FrontPage
|
|
| | > How do you give an image a name/id? I thought my images had names, but
| > when I
| > try to do the SwapImage, the image list has the images with no names.
| > Thanks, Nina
| >
| > "Murray" wrote:
| >
| >> Start by making sure all of your images have name/id values.
| >>
| >> Then select the trigger image, and apply a SwapImage behavior. In the
| >> panel
| >> that opens, you can select any image on your page by its name. Select
| >> the
| >> image you want to swap, and browse to the new image you want to replace
| >> it
| >> with. Using this method, you can in effect swap every image on your
page
| >> from a single trigger.
| >>
| >> The real trick is that each place where you want the new image to
appear
| >> must already have a "dummy" image there so that it can be swapped out.
| >> See
| >> what I mean?
| >>
| >> --
| >> Murray
| >> --------------
| >> MVP FrontPage
| >>
| >>
| >> | >> >I would like to display rotating pictures in a specific table cell
when
| >> >each
| >> > pictures name is clicked/mouse overed in another table cell. I have
| >> > seen
| >> > this
| >> > on other sites but have no idea how to accomplish it. I am using
| >> > FP2003.
| >> > Any
| >> > help will be appreciated
| >>
| >>
| >>
|
|
 
No.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
To me, no.... as it would add extra content to pages that only is needed when you need to reference
a image with scripting, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
So, images have no name attribute. When I want to apply a swap image to
one, how do I know which one it is if they all show up as unnamed?
 
File name's... Then it auto names "ID"

bob
| So, images have no name attribute. When I want to apply a swap image to
| one, how do I know which one it is if they all show up as unnamed?
|
| --
| Murray
| --------------
| MVP FrontPage
|
|
| | > To me, no.... as it would add extra content to pages that only is needed
| > when you need to reference a image with scripting, etc.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| > http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > | >> That *is* strange, no?
| >>
| >> --
| >> Murray
| >> --------------
| >> MVP FrontPage
| >>
| >>
| >> | >>> No.
| >>>
| >>> --
| >>> ==============================================
| >>> Thomas A. Rowe (Microsoft MVP - FrontPage)
| >>> ==============================================
| >>> If you feel your current issue is a results of installing
| >>> a Service Pack or security update, please contact
| >>> Microsoft Product Support Services:
| >>> http://support.microsoft.com
| >>> If the problem can be shown to have been caused by a
| >>> security update, then there is usually no charge for the call.
| >>> ==============================================
| >>>
| >>> | >>>> Hmm - is there any way to name an image at the time you insert it?
| >>>>
| >>>> --
| >>>> Murray
| >>>> --------------
| >>>> MVP FrontPage
| >>>>
| >>>>
| >>>> | >>>>> If you are using the FrontPage 2003 Behaviors it will auto "ID" name
| >>>>> with
| >>>>> img1, img2 ... and so on.
| >>>>>
| >>>>> bob
| >>>>> | >>>>> | This is an interesting question! I cannot find an easy way to do
| >>>>> that in
| >>>>> | FP2003!
| >>>>> |
| >>>>> | I just edit the code, but there should be a better way....
| >>>>> |
| >>>>> | --
| >>>>> | Murray
| >>>>> | --------------
| >>>>> | MVP FrontPage
| >>>>> |
| >>>>> |
| >>>>> | | >>>>> | > How do you give an image a name/id? I thought my images had
names,
| >>>>> but
| >>>>> | > when I
| >>>>> | > try to do the SwapImage, the image list has the images with no
| >>>>> names.
| >>>>> | > Thanks, Nina
| >>>>> | >
| >>>>> | > "Murray" wrote:
| >>>>> | >
| >>>>> | >> Start by making sure all of your images have name/id values.
| >>>>> | >>
| >>>>> | >> Then select the trigger image, and apply a SwapImage behavior.
| >>>>> In the
| >>>>> | >> panel
| >>>>> | >> that opens, you can select any image on your page by its name.
| >>>>> Select
| >>>>> | >> the
| >>>>> | >> image you want to swap, and browse to the new image you want to
| >>>>> replace
| >>>>> | >> it
| >>>>> | >> with. Using this method, you can in effect swap every image on
| >>>>> your
| >>>>> page
| >>>>> | >> from a single trigger.
| >>>>> | >>
| >>>>> | >> The real trick is that each place where you want the new image
to
| >>>>> appear
| >>>>> | >> must already have a "dummy" image there so that it can be
swapped
| >>>>> out.
| >>>>> | >> See
| >>>>> | >> what I mean?
| >>>>> | >>
| >>>>> | >> --
| >>>>> | >> Murray
| >>>>> | >> --------------
| >>>>> | >> MVP FrontPage
| >>>>> | >>
| >>>>> | >>
message
| >>>>> | >> | >>>>> | >> >I would like to display rotating pictures in a specific table
| >>>>> cell
| >>>>> when
| >>>>> | >> >each
| >>>>> | >> > pictures name is clicked/mouse overed in another table cell.
I
| >>>>> have
| >>>>> | >> > seen
| >>>>> | >> > this
| >>>>> | >> > on other sites but have no idea how to accomplish it. I am
| >>>>> using
| >>>>> | >> > FP2003.
| >>>>> | >> > Any
| >>>>> | >> > help will be appreciated
| >>>>> | >>
| >>>>> | >>
| >>>>> | >>
| >>>>> |
| >>>>> |
| >>>>>
| >>>>>
| >>>>
| >>>>
| >>>
| >>>
| >>
| >>
| >
| >
|
|
 
Your welcome!

bob
|I see. Thanks!
|
| --
| Murray
| --------------
| MVP FrontPage
|
|
| | >
| > File name's... Then it auto names "ID"
| >
| > bob
| > | > | So, images have no name attribute. When I want to apply a swap image
to
| > | one, how do I know which one it is if they all show up as unnamed?
| > |
| > | --
| > | Murray
| > | --------------
| > | MVP FrontPage
| > |
| > |
| > | | > | > To me, no.... as it would add extra content to pages that only is
| > needed
| > | > when you need to reference a image with scripting, etc.
| > | >
| > | > --
| > | > ==============================================
| > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > ==============================================
| > | > If you feel your current issue is a results of installing
| > | > a Service Pack or security update, please contact
| > | > Microsoft Product Support Services:
| > | > http://support.microsoft.com
| > | > If the problem can be shown to have been caused by a
| > | > security update, then there is usually no charge for the call.
| > | > ==============================================
| > | >
| > | > | > | >> That *is* strange, no?
| > | >>
| > | >> --
| > | >> Murray
| > | >> --------------
| > | >> MVP FrontPage
| > | >>
| > | >>
| > | >> | > | >>> No.
| > | >>>
| > | >>> --
| > | >>> ==============================================
| > | >>> Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | >>> ==============================================
| > | >>> If you feel your current issue is a results of installing
| > | >>> a Service Pack or security update, please contact
| > | >>> Microsoft Product Support Services:
| > | >>> http://support.microsoft.com
| > | >>> If the problem can be shown to have been caused by a
| > | >>> security update, then there is usually no charge for the call.
| > | >>> ==============================================
| > | >>>
| > | >>> | > | >>>> Hmm - is there any way to name an image at the time you insert
it?
| > | >>>>
| > | >>>> --
| > | >>>> Murray
| > | >>>> --------------
| > | >>>> MVP FrontPage
| > | >>>>
| > | >>>>
| > | >>>> | > | >>>>> If you are using the FrontPage 2003 Behaviors it will auto "ID"
| > name
| > | >>>>> with
| > | >>>>> img1, img2 ... and so on.
| > | >>>>>
| > | >>>>> bob
| > | >>>>> | > | >>>>> | This is an interesting question! I cannot find an easy way to
| > do
| > | >>>>> that in
| > | >>>>> | FP2003!
| > | >>>>> |
| > | >>>>> | I just edit the code, but there should be a better way....
| > | >>>>> |
| > | >>>>> | --
| > | >>>>> | Murray
| > | >>>>> | --------------
| > | >>>>> | MVP FrontPage
| > | >>>>> |
| > | >>>>> |
| > | >>>>> | | > | >>>>> | > How do you give an image a name/id? I thought my images had
| > names,
| > | >>>>> but
| > | >>>>> | > when I
| > | >>>>> | > try to do the SwapImage, the image list has the images with
no
| > | >>>>> names.
| > | >>>>> | > Thanks, Nina
| > | >>>>> | >
| > | >>>>> | > "Murray" wrote:
| > | >>>>> | >
| > | >>>>> | >> Start by making sure all of your images have name/id
values.
| > | >>>>> | >>
| > | >>>>> | >> Then select the trigger image, and apply a SwapImage
| > behavior.
| > | >>>>> In the
| > | >>>>> | >> panel
| > | >>>>> | >> that opens, you can select any image on your page by its
| > name.
| > | >>>>> Select
| > | >>>>> | >> the
| > | >>>>> | >> image you want to swap, and browse to the new image you
want
| > to
| > | >>>>> replace
| > | >>>>> | >> it
| > | >>>>> | >> with. Using this method, you can in effect swap every
image
| > on
| > | >>>>> your
| > | >>>>> page
| > | >>>>> | >> from a single trigger.
| > | >>>>> | >>
| > | >>>>> | >> The real trick is that each place where you want the new
| > image
| > to
| > | >>>>> appear
| > | >>>>> | >> must already have a "dummy" image there so that it can be
| > swapped
| > | >>>>> out.
| > | >>>>> | >> See
| > | >>>>> | >> what I mean?
| > | >>>>> | >>
| > | >>>>> | >> --
| > | >>>>> | >> Murray
| > | >>>>> | >> --------------
| > | >>>>> | >> MVP FrontPage
| > | >>>>> | >>
| > | >>>>> | >>
| > message
| > | >>>>> | >> | > | >>>>> | >> >I would like to display rotating pictures in a specific
| > table
| > | >>>>> cell
| > | >>>>> when
| > | >>>>> | >> >each
| > | >>>>> | >> > pictures name is clicked/mouse overed in another table
| > cell.
| > I
| > | >>>>> have
| > | >>>>> | >> > seen
| > | >>>>> | >> > this
| > | >>>>> | >> > on other sites but have no idea how to accomplish it. I
am
| > | >>>>> using
| > | >>>>> | >> > FP2003.
| > | >>>>> | >> > Any
| > | >>>>> | >> > help will be appreciated
| > | >>>>> | >>
| > | >>>>> | >>
| > | >>>>> | >>
| > | >>>>> |
| > | >>>>> |
| > | >>>>>
| > | >>>>>
| > | >>>>
| > | >>>>
| > | >>>
| > | >>>
| > | >>
| > | >>
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
When you use FP to swap image, it names them.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
The image swap to a same cell works without the image name. Thank Murray, Bob
and Thomas for your help! Thanks, Nina
 
Back
Top