Bullets

Forums Forums Menus Bullets

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25
    Anonymous
    Member

    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.

    Thanks!

    #1919

    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

    This solution won’t work in IE though.

    #2019

    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

    This solution won’t work in IE though.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.