Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS nested li not recognizing css?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41450
    timaging
    Participant

    hi,

    I have these sub bullets set up here:

    http://www.taylorimaging.com/clientArea/LM_BuildWithUs/term.html

    then I have the css in an external style sheet:

    ul li {
    list-style-type: square;
    list-style-image: url(../images/bullet.gif);
    padding-left: 10px;
    font-size:1.1em;
    }

    ul li ul li {
    list-style-type: square;
    list-style-image: url(../images/bullet.gif);
    padding-left: 10px;
    font-size:1.1em;
    }

    I don’t see anything wrong with this. What is the problem?

    thanks,
    Dave

    #118078
    Andy Howells
    Participant

    What is the problem? It looks like it’s doing exactly what your CSS is telling it to.

    #118080
    timaging
    Participant

    I figured it out. I had to use px instead of em… it’s working now.

    Dave

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.