Button problem

Button problem

am 22.04.2008 07:35:50 von Thor

My navbar is an included page on every page. On one page, when you hover
over any nav button, it disappears! Any idea why?

Click here: www.loxahatcheefriends.com

Check out the navigation buttons, then click on the Gallery tab and see what
happens there.

Re: Button problem

am 22.04.2008 10:54:42 von Stefan B Rusynko

In the page http://www.loxahatcheefriends.com/photogallery/gallery_page. html
your path to the mouseovee images is wrong
Change them all to be 1 level up (same as your onload paths)
From say
onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'Buttons/but ton1A.gif')
To
onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'../Buttons/ button1A.gif')

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Thor" wrote in message news:rOePj.24926$tG6.3392@bignews1.bellsouth.net...
| My navbar is an included page on every page. On one page, when you hover
| over any nav button, it disappears! Any idea why?
|
| Click here: www.loxahatcheefriends.com
|
| Check out the navigation buttons, then click on the Gallery tab and see what
| happens there.
|
|