I am currently working on a site
and the menu where it says home , products & services etc etc
If you hover over the navigation menu , the list-style:disc , shows up on the outside of the menu sub-list and not the insides
please help
| SitePoint Sponsor |
I am currently working on a site
and the menu where it says home , products & services etc etc
If you hover over the navigation menu , the list-style:disc , shows up on the outside of the menu sub-list and not the insides
please help
You have the file located here: /wp-content/plugins/multi-level-navigation-plugin/style.phpCode:#suckerfishnav li:hover, #suckerfishnav li.sfhover (linie 9) { list-style-type: disc; list-style-image: none; list-style-position: outside; /* remove this line */ }
I tried removing that line and it still shows up on the outside
Bookmarks