Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • clrmedia Friend
    #162761

    How do I get bullets to show in lists? I am using JAT3 and Joomla 1.6.

    clrmedia Friend
    #386379

    I added the following code to the bottom of template.css. The solution is not elegant but it works. Is there an easier way of accomplishing this?

    /* Add two bullets to two levels of list. */
    ul {
    list-style: none;
    }

    ul li {
    background: url(../images/bullet.gif) no-repeat 18px 9px;
    line-height: 160%;
    padding: 2px 0 2px 30px;
    }

    ul li ul li {
    background: url(../images/bullet-2.gif) no-repeat 18px 9px;
    line-height: 160%;
    padding: 2px 0 2px 30px;
    }

    ol {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: decimal;
    }

    ol li {
    background: none;
    margin: 0;
    padding: 0;
    }

    ol li {
    line-height: 180%;
    margin-left: 30px;
    }

    /* Remove bullets from first nine top-level menu items. */
    .menu-item0,
    .menu-item1,
    .menu-item2,
    .menu-item3,
    .menu-item4,
    .menu-item5,
    .menu-item6,
    .menu-item7,
    .menu-item8 {
    list-style: none!important;
    background: none!important;
    }

    ezziemac Friend
    #390821

    I too am wondering this. I am using JA Rave 1.6 and no bullets show up! I am amazed that something so basic and standard is not functioning.

    Anyone: Is there an easier way than that much code as above?

    thefc_uk Friend
    #391110

    Hi ezziemac,

    I’m now using the JA Typo button to insert ‘bulleted’ lists. This is resulting in great bullets when and where I need them.

    Just ensure you upload the Typo image folder in a J1.6 install as the JA Typo button looks for the various graphic elements in the ../images/typo/ directory.

    This seems a bit easier than the various code mods I’ve seen, but I don’t really understand why they have been coded out?

    Hope this helps

    thebb

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  thefc_uk 13 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum