Forums

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

Home Forums CSS parsing error in css

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #36088
    matthewb
    Member

    Hi,
    i am getting so many parsing errors in validating my css file.

    So can any one say what parsing error all about and how it can be resolve?

    The below css is also having parsing error.

    for eg: .alert{border:1px solid #F60; !important;}

    #94511
    dhechler
    Member

    it should be

    .alert { border: 1px solid #F60 !important; }
    #95058
    matthewb
    Member

    Did you mean the color code which is kept in 3 letters?

    #95075
    vindicateme
    Participant

    No, he meant that the !important declaration should come before the semicolon.

    #95121
    matthewb
    Member

    thanks a lot guys.

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