/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2010 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: readme_DK.txt
| Author: Smokeman
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/

DESCRIPTION:
------------

A fancy horizontal Dropdown Menu for your PHP-Fusion site.

Insertion of links from the infusions administration-part.
 - No need to edit codes.

Will work with all your themes on the site.

100% valid XHTML 1.0 & CSS 2.1


INSTALLATION:
-------------

1. Upload the maps "administration" & "infusions" to the root of the server.

2. Log on to the site & go to: Admin Panel->System Admin->Banners - & insert the following code inte the field "Banner1" or "Banner2":

<?php
echo "<table cellspacing='0' cellpadding='0' border='0' style='padding-top: 3px;' width='100%' align='center'>\n<tr>\n
<td align='left'>\n";
include INFUSIONS."css_dropdown_menu/menu.php";
echo "</td>\n</tr>\n
</table>\n";
?>

3. Then go to: Admin Panel->System Admin->Infusions - & install the new infusion: CSS Dropdown Menu.

4. Administration from: Admin Panel->Infusions->CSS Dropdown Menu.


FEATURES:
---------

 - Option for setting user-rights on all links. 
 - Option for moving up / down on all inserted links. 

 - Option to set the background image on the main menu. 
 - Option to set the background image on the main menu by mouse-over. 
 - Option to set the background image on the submenu. 
 - Option to set the background image on the menu at mouse-over. 

 - Option to set the background color on the main menu. 
 - Option to set the background color on the main menu by mouse-over. 
 - Option to set the background color of the submenu. 
 - Option to set the background color on the menu at mouse-over. 

 - Option to set the text color on the main menu. 
 - Option to set the text color on the main menu by mouse-over. 
 - Option to set the text color on the submenu. 
 - Option to set the text color on the menu at mouse-over. 

 - Option to set width of main menu items. 
 - Option to set width undermenuens points. 
 
 - Option to set text format on the main menu. 
 - Option to set text format on the main menu by mouse-over. 
 - Option to set text format on the submenu. 
 - Option to set text format on the menu at mouse-over. 

 - Option to set the text size. Applies to head + submenu. 
 - Option to set text placement. Applies to head + submenu. 
 - Option to set the font type. Applies to head + submenu.


INFORMATION:
------------

Links should be inserted like this - here an example with a link to http://www.yoursite.com/news.php:

news.php


It must be informed that this menu will not be centered on your page. I have spent an enormous amount of hours at a trial on this - without being able to get it to it.
 - So it is not worthwhile to create a debate on our side regarding. centering of the menu.



Enjoy!


Smokeman | PHPFusion-Tips.dk