Forums / Developer / how to creat slide menubar java script ?
piyawat mahawan
Monday 07 July 2008 3:06:42 am
i want to create slide bar menu whith javascript and css.
Michael Scofield
Monday 07 July 2008 10:55:54 pm
So, just create it as the usual way and put it inside an Ez Publish template.
If you don't want to store CSS and Javascript in external files, you can store it in the template files using the directive {literal} of Ez Publish template language:
{literal} <script> function MyFunction() { } </script> <style> .myCssDefinition { } </style> {/literal}
Tuesday 08 July 2008 8:14:44 pm
thank you .i found some script on the javascript.com