Page 1 of 1

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

Posted: Mon Aug 25, 2008 9:14 am
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

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

Posted: Mon Aug 25, 2008 2:10 pm
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.

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

Posted: Mon Aug 25, 2008 2:27 pm
by mountaindave
Excellent! Thanks so much. Now I feel like an idiot. :)

Dave

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

Posted: Mon Aug 25, 2008 2:46 pm
by RobertGonzalez
mountaindave wrote:Excellent! Thanks so much. Now I feel like an idiot. :)

Dave
We're always here to help. ;)