how to creat slide menubar java script ?

how to creat slide menubar java script ?

Monday 07 July 2008 3:06:42 am - 2 replies

Author Message

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}

Michael Scofield

piyawat mahawan

Tuesday 08 July 2008 8:14:44 pm

thank you .
i found some script on the javascript.com

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.