Forums

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

Home Forums CSS The best way to handle multiple unordered lists?

  • This topic is empty.
Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #64874
    MerlinMason
    Member

    Perhaps it was because you were targeting the whole list rather than the list items?

    So it would be more like:

    #bullets li {stuff:stuff;}

    That may or may not work!

    #64774
    StephBertha
    Participant

    Yeah, I would think the last one, Merlin. I’d love to see Erik’s CSS, I love debugging CSS issues!

    #64720
    zackw
    Member

    Putting your site on the internet where people can see it and debug it is the best way to get help, posting snippets of code leaves us guessing. If you target an ul with a specific id in your css than those styles should not cascade to other lists, my guess is you need some left padding for the bullets to showup

    #64712
    erikdwallace
    Participant

    MerlinMason: A good thought, but that didn’t fix the problem. I’m really starting to think it’s a colossal error on my part and not something simple.

    zackw: I’d love to post a URL but since I work for a software company and it’s part of our next release it’s not an option.

    StephBertha: If you’d like to see the CSS I’d be happy to email you the file, all 518 lines of it.

    #64689
    erikdwallace
    Participant

    I just reread my post from before and apologize to anyone if it sounded curt. I appreciate everyone’s help and am sorry this isn’t a personal project I can post a URL for. I know it’s extremely hard to diagnose a problem without seeing the HTML and CSS. So, if anyone is interested I’ll be happy to send the CSS, but not the HTML for the reason I mentioned in my previous post.

    Thanks again, have a good weekend.

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