Forums

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

Home Forums CSS Problem with two unordered lists Re: Problem with two unordered lists

#112892
JoniGiuro
Participant

if you have this:

    you have to use $(‘ul#packages’) to target it (no space)

    also in the css
    ul#packages{}
    ul#packages > li{}