Hi, Great menu. I was wondering if its possible to add some bullets or image bullets preferably to the dropdown links? I tried adding some list styles to the CSS file but it doesn’t seem to stick.
I had a brief go at getting list styles to work but had a few issues. An easier way to achieve this affect I found was to apply the :before pseudo class to the links like so:
#suckerfishnav li li a:before {content: url(bullet.gif)}
The code is edited in the CSS file which came with the plugin
I had a brief go at getting list styles to work but had a few issues. An easier way to achieve this affect I found was to apply the :before pseudo class to the links like so:
#suckerfishnav li li a:before {content: url(bullet.gif)}
The code is edited in the CSS file which came with the plugin