Forums

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

Home Forums CSS why my list style does not appear ?

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #270213
    dfgdfgdfg
    Participant

    please help me why my list style does not appear in the “prices-chk-list” ? I did not able to isolate the problem.

    All html and css is here:

    https://jsfiddle.net/tzetp71t/4/

    #270214
    Shikkediel
    Participant

    It’s because you’re using display: inline-block as explained here:

    https://stackoverflow.com/a/6257085/3168107

    #270215
    Beverleyh
    Participant

    Firstly, try reducing your ~3500 line CSS file so that it’s a more comfortable size for us to inspect… reducing this code may also help you isolate/identify your own problem.

    Secondly, please describe to us what the problem is. What is the list supposed to do or look like? vs what is actually shown.

    #270216
    Shikkediel
    Participant

    Not wanting to wade through all that CSS made me right click the list item to open dev tools and do a lucky style toggle, after which I googled the answer by the way…

    #270219
    Beverleyh
    Participant

    Hi Edo, I didn’t realise you’d replied a few minutes before. The perils of small screens… :)

    #270237
    Shikkediel
    Participant

    I suspected as much and also added the reply to endorse your statement about the bloated code example…

    Edit – even though it’s an improvement over the frequent posts that require psychic abilities, lol.

    #270238
    dfgdfgdfg
    Participant

    thanks alot I really did not able to reduce the file otherwise I would know what is the problem

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