hi there fellow golive users! maybe can see have wrong here.
i have old site uses golive components "header" section. header graphic exported fireworks - rollovers , all.
on other pages throughout site, "rollover" effect in navigation *does* work.
example:
http://gawp.org/membership.htm
http://gawp.org/training.htm
but on couple of pages contain *another* component - doesn't.
examples:
http://gawp.org/index.htm
http://gawp.org/advertising.htm
can see what's causing rollovers not work? i've stared @ long see...
t
i have old site uses golive components "header" section. header graphic exported fireworks - rollovers , all.
on other pages throughout site, "rollover" effect in navigation *does* work.
example:
http://gawp.org/membership.htm
http://gawp.org/training.htm
but on couple of pages contain *another* component - doesn't.
examples:
http://gawp.org/index.htm
http://gawp.org/advertising.htm
can see what's causing rollovers not work? i've stared @ long see...
t
on pages aren't working, there's function call in body tag looks like:
< body (other stuff) onload="preloadimages();csscriptinit();...more stuff
the preloadimages(); part causing script error since function doesn't exist on page. you'd need remove that, so:
< body (other stuff) onload="csscriptinit();...more stuff
< body (other stuff) onload="preloadimages();csscriptinit();...more stuff
the preloadimages(); part causing script error since function doesn't exist on page. you'd need remove that, so:
< body (other stuff) onload="csscriptinit();...more stuff
More discussions in GoLive
adobe
Comments
Post a Comment