Results 1 to 3 of 3

Thread: How to integrate Dynamic Drive scripts to Joomla Modules?

  1. #1
    Join Date
    Aug 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to integrate Dynamic Drive scripts to Joomla Modules?

    Hi there,

    I see some very nice scripts that I would like to use for Joomla websites like this one for example:

    http://www.dynamicdrive.com/style/cs...vertical-menu/

    Now the problem is that although I know how to make the script work with simple editors like Frontpage I don't know how to make it work in Joomla?

    How and where can I put images, the .css code and HTML to apply this style to a menu (module) in Joomla?

    Thanks

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    I haven't used Joomla before, but as long as it allows you access to a page's HEAD and BODY section, simply insert the CSS code in the former, and the HTML code in the later. Then make sure inside the CSS code, that the reference to the image is correct:

    Code:
    background: white url(media/glossyback.gif) repeat-x bottom left;
    Change the part in red to an absolute URL if needed.

  3. #3
    Join Date
    Sep 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hey I'm working on the very same thing. Inside your admin backend go to site-template manager-site templates, select your current template and then select Edit HTML or Edit CSS. The template index.php needs to be writable, but it usually is by default I think.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •