I am using this as my menu (the first one):
http://wiki.cmsmadesimple.org/index.php ... ion_expand
And I was wondering how can I change the third level items so that the bullets would be arrow.jpg, here's my menu css:
Code: Select all
#menu {
background-color: #FFFFFF;
background-image: url(images/menupic1.jpg), url(images/menupic2.jpg);
background-repeat: no-repeat;
background-position: top-left, top-right;
color: #000000;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 8pt;
width: 265px;
}
li {
list-style-image: url(images/arrow.jpg);
padding-top: 5px;
}
I am using CMS Made Simple 1.2.3 "Black Rock". MySQL 5.0.45 and phpMyAdmin 2.10.1.
Thanks in advance.