test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • scott_see Friend
    #170489

    http://hammock.net/index.php/contact-us-menu

    I’ve tried all the tips in this forum. I’ve copied the code from the typography page. I’m experimenting in FireBug. I can’t get my UL to display discs.

    Directions and Tips are both UL

    Something really doesn’t want bullets. I can’t find it.

    Help!!!

    Thanks,

    Scott

    khoand Friend
    #423655

    You try add this code into /templates/ja_business/css/template.css


    div.ja-moduletable.moduletable_gmap ul li {
    background: url(../images/bullet.gif) no-repeat 0px 7px;
    }

    scott_see Friend
    #423712

    http://hammock.net/index.php/contact-us-menu

    khoand,

    That worked! I added a bit of padding for the tips section

    div.ja-moduletable.moduletable_gmap ul li {
    background: url(../images/bullet.gif) no-repeat 0px 7px;
    padding-left:10px;
    }

    I don’t mean to sound ungrateful, because I am (it worked) but it still strikes me strange that you had to resort to a background image when CSS so easily has built in bullets for list-style or list-style-type and can swap in images. Any idea why the list-style is so hard to override?

    Thanks, I really do appreciate your help.

    Scott

    khoand Friend
    #423853

    Because template.css redefined list-style or list-style-type to suite for template that you use. And list-style-type is limited by some bullet types (disc, circle, …). Using background instead of list-style is very helpful, you can use any image as bullet.

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

This topic contains 4 replies, has 2 voices, and was last updated by  khoand 13 years ago.

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