alternating header nav styles
Permalink 1 user found helpful
I am transferring this website to c5 (davidberkman.com).
I need to do two things:
1) have different backgrounds (for now, I am just using different page types, but i am welcome to any more efficient solutions)
2) most importantly, I need to be able to select between two header nav styles (currently nav and nav2 on the site). These just change the color so it is legible according to the background. Somebody suggested that I should create a select attribute, but I was not sure of how to do that. I know html and css very well, but php isnt there yet.
anybody have any suggestions?
thanks so much
I need to do two things:
1) have different backgrounds (for now, I am just using different page types, but i am welcome to any more efficient solutions)
2) most importantly, I need to be able to select between two header nav styles (currently nav and nav2 on the site). These just change the color so it is legible according to the background. Somebody suggested that I should create a select attribute, but I was not sure of how to do that. I know html and css very well, but php isnt there yet.
anybody have any suggestions?
thanks so much
For the navigation you could just use the style menu to add an additional class to the autonav block (or whatever you are using) and change the color with css. That would be easiest.
steve