hi
domain you10.net
i'm trying to design my pages with two menus.
"menu up" and "menu down".
when adding the two menus together the styles links are changed.
link to the problem page http://elearn.you10.net
page with out the "menu down" http://elearn.you10.net/engon.php
to add the menus i'm using the code -
<?php
include ("menuup.php");
menuup();
?>
<?php
include ("menudown.php");
menudown();
?>
thank you
domain you10.net
i'm trying to design my pages with two menus.
"menu up" and "menu down".
when adding the two menus together the styles links are changed.
link to the problem page http://elearn.you10.net
page with out the "menu down" http://elearn.you10.net/engon.php
to add the menus i'm using the code -
<?php
include ("menuup.php");
menuup();
?>
<?php
include ("menudown.php");
menudown();
?>
thank you
Comment