Id's on view.php
Permalink
Hi all. I'm trying to add a menu I downloaded to my site. How do I modify my view.php file which seems to expect classes rather than id's?
Rather than being structured like:
.menu ul {
.menu li {
It's set like:
#menu {height:50px; etc...}
#menu ul {margin:0;etc...}
#menu ul.level1 {padding-right:2px etc...}
#menu li {float:left; etc...}
#menu a {display:block; etc... }
I've trawled through hundreds of forum posts but can't find an answer. Thanks in advance.
Rather than being structured like:
.menu ul {
.menu li {
It's set like:
#menu {height:50px; etc...}
#menu ul {margin:0;etc...}
#menu ul.level1 {padding-right:2px etc...}
#menu li {float:left; etc...}
#menu a {display:block; etc... }
I've trawled through hundreds of forum posts but can't find an answer. Thanks in advance.