I have a horizontal navigation drop-down menu. It displays nested links ( 2 deep) I want you to modify the CSS so the menu will display nested 3 deep. ( **** NO JAVASCRIPT **** ).
Like this:
About us
-> Our services
-> Projects
-> project 1
-> project 2
Attached is a file containing the current CSS and html.
#navbarH li a {
display: block;
background-image : URL(../img/button-211.gif);
background-re…