mountaindave Posted August 25, 2008 Share Posted August 25, 2008 Hi All, What a great forum! Quick question for the experts: How dio I change the color of a dynamically changing navigation bar created in PHP? Please review this page (a new version of our ProTrails site launching soon): http://sandbox.protrails.com/area.php?areaID=20 You'll see a black navigation bar with Trails, Overview, Geology, Wildlife, etc in the body of the page. I'd love to know how to change the color of the black bar to dark gray, or whatever color. But because I didn't write the code, I cannot seem to find where this command would be! I seem to be able to find everything else except for how to chnage the color of the black bar....any help is greatly appreciated! Thanks very much! What a headache this has been! Dave from ProTrails.com Link to comment https://forums.phpfreaks.com/topic/121239-need-help-how-do-i-change-color-of-a-dynamically/ Share on other sites More sharing options...
DarkWater Posted August 25, 2008 Share Posted August 25, 2008 That's CSS... Link to comment https://forums.phpfreaks.com/topic/121239-need-help-how-do-i-change-color-of-a-dynamically/#findComment-625004 Share on other sites More sharing options...
mountaindave Posted August 25, 2008 Author Share Posted August 25, 2008 Ok cool. Thanks so much. I was looking in the CSS but couldn't find it. I think I may know where to drill down now. Thanks again! Dave Link to comment https://forums.phpfreaks.com/topic/121239-need-help-how-do-i-change-color-of-a-dynamically/#findComment-625010 Share on other sites More sharing options...
Minase Posted August 25, 2008 Share Posted August 25, 2008 this you must edit in CSS #main2 { padding:5px 5px 5px 5px; width:100%; color:#ffffff; font-size: 11px; font-weight:bold; text-decoration: none; background-color:#000000; } the background color Link to comment https://forums.phpfreaks.com/topic/121239-need-help-how-do-i-change-color-of-a-dynamically/#findComment-625012 Share on other sites More sharing options...
mountaindave Posted August 25, 2008 Author Share Posted August 25, 2008 SWEET! Thanks so much! Link to comment https://forums.phpfreaks.com/topic/121239-need-help-how-do-i-change-color-of-a-dynamically/#findComment-625015 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.