Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Chris’ screencast #11 Working Modularly with PHP Re: Chris’ screencast #11 Working Modularly with PHP

#55850
apostrophe
Participant

Here you go. Just add this to your CSS:

Code:
body#home #menu ul li a.home, body#pizza #menu ul li a.pizza, body#sheba #menu ul li a.sheba, body#music #nav ul li a.sheba,
body#weather #menu ul li a.weather {
background: #0000FF;
}