I did this once using php, essentially just use:
<?php include 'file.php'; ?>
Put the navigation HTML/CSS in 'file.php'.
Try that, you might have to fiddle around a bit...
I did this once using php, essentially just use:
<?php include 'file.php'; ?>
Put the navigation HTML/CSS in 'file.php'.
Try that, you might have to fiddle around a bit...