Ultimate Web Site Drop Down Menu Forum

Ultimate Web Site Drop Down Menu Forum (http://www.udm4.com/forum/index.php)
-   Javascript (http://www.udm4.com/forum/forumdisplay.php?f=9)
-   -   Adding a child to a child (http://www.udm4.com/forum/showthread.php?t=676)

vinyl-junkie 10-31-2007 11:05 AM

Quote:

Originally Posted by JSRooky (Post 1030)
Do i have to make all the menu changes on every page in my website or there's a dinamically way to do it only by making the change in one file and have all of my pages changed?

If your website supports PHP, you can use a PHP include statement on each page in the position where you want your menu to appear. For example:

Code:

<?php include("nav_menu.php"); ?>
Then nav_menu.php would contain your navigation menu HTML, with possibly some PHP code.

For more information about PHP include, look here and here.

JSRooky 11-02-2007 12:51 AM

Hi Vinyl-Junkie,
I think I already did it with the HTML, but now I have a problem with the menu height because I want to make it smaller and I don't know where to change that. Also some menu items have a splitter line to divide each one of them but others don't, so how can I make all of them to have this splitter line?


All times are GMT. The time now is 08:42 PM.

Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.