The 1st code you had was generating a mouse over/out event that affected the whole page, thus overriding the individual events for
the buttons
- probably because that's the behavior you selected initially
Now you are just preloading an image for your mouse over of an image on the page (but there is no behavior set up for that image
(latifa_logo_front_page.jpg)
- but you are not preloading the IB mouseover images
Recommend changing the body tag to just <body topmargin="0">
Then editing your IB properties to include Preloads of your IB mouseover images (on the image tab)
Then selecting the image tag for latifa_logo_front_page.jpg on your page and creating a mouseover behavior for that image
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________
"jvles" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| Stefan,
| Thanks. I'll show you the code I changed it to, and it works.
| <body topmargin="0"
| leftmargin="0"onload="FP_preloadImgs(/*url*/'images/latifa_front_page_button_collections_red.jpg')">
| My question is: why??? In fact, the code was entirely "Microsoft
| generated" in its original form!
| Now another question: this site is over a hundred pages. Is there any
| tool I can use to change this code everywhere?
| Thank for your help.
| Regards.
| Joe
|