Need Help! How do I change color of a dynamically...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mountaindave
Forum Newbie
Posts: 4
Joined: Mon Aug 25, 2008 9:10 am

Need Help! How do I change color of a dynamically...

Post by mountaindave »

Hi All,

What a great forum! Quick question for the experts:

How dio I change the color of a dynamically changing navigation bar? 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
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Need Help! How do I change color of a dynamically...

Post by califdon »

The background color of the sidebar menu is set by a style named #sidebar in the referenced CSS style sheet file located in the subdirectory css/ and named protrailsAlt.css. You can see the stylesheet in your browser by visiting http://sandbox.protrails.com/css/protrailsAlt.css, but you will have to find the file on the server to do any editing.
mountaindave
Forum Newbie
Posts: 4
Joined: Mon Aug 25, 2008 9:10 am

Re: Need Help! How do I change color of a dynamically...

Post by mountaindave »

Excellent! Thanks so much. Now I feel like an idiot. :)

Dave
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Need Help! How do I change color of a dynamically...

Post by RobertGonzalez »

mountaindave wrote:Excellent! Thanks so much. Now I feel like an idiot. :)

Dave
We're always here to help. ;)
Post Reply