#36: Current Nav Highlighting: Using PHP to Set the Body ID
19 min •
6 januari 2009
One of the more efficient ways to handle current navigation highlighting is to give each of your navigation items a unique class name. Then give each page a unique ID on the body element. Then CSS can control what each …