-----------------------------------------
-- mfDockMenu for Joomla! 1.5 (Module) --
-----------------------------------------

With mfDockMenu, you can create a beautiful fish eye menu just like on Mac computers.

-----------------------------------------
-- Change the template                 --
-----------------------------------------

Before you try out mfDockMenu, make sure you've added the following lines in the <head>
section of your template. To do so, connect with your FTP and browse to your templates folder.
Select your current template and edit the "index.php" file. Search for <head> and add the following
lines direct after it:

<script type="text/javascript" src="modules/mod_mfdockmenu/js/jquery.js"></script>
<script type="text/javascript" src="modules/mod_mfdockmenu/js/interface.js"></script>
<link href="modules/mod_mfdockmenu/style.css" rel="stylesheet" type="text/css" />
<!--[if lt IE 7]>
<style type="text/css">
.dock img { behavior: url(modules/mod_mfdockmenu/iepngfix.htc) }
</style>
<![endif]-->

Now you're all ready to use your fisheye menu!

-----------------------------------------
-- Configuration                       --
-----------------------------------------
You can change all parameters in the module configuration.
Take note that the base URL of the images always is: modules/mod_mfdockmenu/images

-----------------------------------------
-- Support                             --
-----------------------------------------
Please visit Marcofolio.net and leave me a message.

Version 1.0, 2008

Don't forget to publish this module!

This module uses the great CSS Dock Menu from Ndesign-studio.
It also uses jQuery that can conflict with other extensions.