Forums

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

Home Forums CSS IE8. Specificity

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #44648
    beakie
    Participant

    Hello alll.

    Can anyone please tell me why this css doesnt work in IE8 as expected?

    [Here is a CodePen example of the problem…](http://codepen.io/beakie/pen/esogw “CodePen”)

    I would expect the text to be blue, but IE makes it green?

    Thanks

    Gary

    #134517
    CrocoDillon
    Participant

    They all show blue to me. It’s invalid markup though, that could be an issue.

    #134519
    beakie
    Participant

    Invalid? I have included

    in my actual code. Something else?

    IE8 shows green for me?

    #134522
    beakie
    Participant

    OK, So I created a basic html version using this example, and they were all blue for me too.

    Must be something else. Thanks, but I may be back….

    #134523
    CrocoDillon
    Participant

    Yeah, ul can only have li childs, not direct text. Thinking of it that couldn’t be the issue because if the text got pushed out of the ul it wouldn’t be green either. Anyway gl!

    #134524
    beakie
    Participant

    Sussed it. IE bug.

    In my original code (that doesnt work), if I call the class “nobullets”, the text goes blue, if I call it “fieldsetx”, it goes green. It is just another IE feature I will have to work around.

    Thanks

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