Olyco
07-22-2011, 05:22 AM
I have a simple site set up, and I want to know how I can use the main CSS for my site to change the background of the php included file.
Example:
"index.php" has several sections, one of which is a navigation menu, named "menu.php"; it is included on the main page (index.php) via PHP Include function.
The background for this part of the site, is grey. How can I force the Main CSS to change that background as well?
Example:
"index.php" has several sections, one of which is a navigation menu, named "menu.php"; it is included on the main page (index.php) via PHP Include function.
The background for this part of the site, is grey. How can I force the Main CSS to change that background as well?