On this site, you may notice that when you use one of the links in the sliding navigation, that pages link stays highlighted.

I am going to teach you how to do this easily using CSS and PHP.

First, you are going to need to know if you can use PHP. This can be tested easily, just make a new file and call it test.php, and paste ONLY this into it:

PHP
  1. <?php echo "You can use PHP!"; ?>

Then go to that page, and if you see "You can use PHP!", then you are good to go and can read on. If you don't see that, then get a better host and come back later.


See the rest of this post »