Log in

View Full Version : different color tabs navigation wanted



rickyspires
03-14-2009, 10:59 AM
hello

im looking for a horizontal navigation like the one on this site : http://www.biletix.com

so each tab is a different color. there the content of the site is a different color for the selected tab.

thanks
rick

www.eventtrafik.com

robin9000
03-14-2009, 02:07 PM
If you wanted to u could just simply create a PHP document. Create each of your different colored tab buttons up the way you want them to look and then just refure back to them by external linking and presto problem solved.

to link to your external document do it like this:

Note: do not include the head or other tags in your external document and make sure your pages are PHP as well.
Need any help with any of that let me know.

<?php include("../menuscripts/menu.php"); ?>

rickyspires
03-14-2009, 02:26 PM
thankyou for your help.

ill give it a go.

maybe you could help with another problem:

http://www.dynamicdrive.com/forums/showthread.php?t=42869

thanks
rick

rickyspires
03-14-2009, 02:31 PM
i found the script to the colour code problem:

http://www.dynamicdrive.com/dynamicindex17/tabcontent2.htm


just the corners to sort out now :)