Page 2 of 2

Posted: Thu 20. May 2004, 09:32
by Oliver Georgi
default Macromedia RollOver JS scripts are included in frontend.js - there is no need to add these again in your head.

The body margin stuff is also no problem since a log time because you can disable the rendering of such values...

Image


Oliver

Posted: Thu 20. May 2004, 09:36
by Oliver Georgi
put JavaScript commands ONLY in pagelayout or template JavaScript onload fields like

Code: Select all

MM_preloadImages('img/david/listen-off.png');
or fill in the full

Code: Select all

<script type="javascript"></script>
into template header area.

End command by using ";" always - can solve possible problems.

Oliver

Posted: Tue 25. Jan 2005, 18:51
by Moozie
I would like to replace the current javascript rollover in the navigation menu with a real button (image) as background. Instead of a color. The little rollover image that comes in front of the menutext may disappear, I don't need that than anymore.

Is there a way, or is it allready discussed here (i can not find it), to place a image of a rounded button bahind the text? I do not mean making it yourself, but integrated in the CMS?

Yhanx

Posted: Tue 25. Jan 2005, 20:32
by Oliver Georgi
this is not possible. if you just want to loose the default image replace it by spacer image or nothing ;-)

Oliver