Javascript/Ajax Drop Down Menus

Assuming you have some decent css knowledge (and you should, since you're doing their website) you should be able to style it whichever way you want ;)
 
Kevin said:
Assuming you have some decent css knowledge (and you should, since you're doing their website) you should be able to style it whichever way you want ;)

Thank You :)
 
I have downloaded and am using the code that has been given above.

I trying to achieve different colours for each drop down tab. But I am having problems programming it in the CSS.

Can anyone offer any help?

Thanks.
 
Give each ul that drops down a different class (.red, .blue, ....) and style the classes. Although it's bad practice to name a class after it's style. Call it .about, .services or whichever category/page the dropdown belongs to.
 
Back
Top