45
Comments
  • 1
    u mad bro?
  • 3
    Don't worry. We have all been in this spot at one time or another.
  • 4
    @ExcellentSP his position is too absolute
  • 1
    Well said!
  • 6
    .comment { text-transform: lowercase; }
  • 3
    Just do:
    z-index: 99999999 !important;
  • 0
    -webkit-transform: translateY(-50%); should fix your vertical positioning on IE6... yup
  • 3
    we don't support IE6... or 7, or 8, or IE. :|
  • 2
    @BoxMan what about IE5?

    side note: you should've realized i was joking when i wrote "webkit" and IE6 in the same sentence. :P
  • 0
    @amjo why you've added
    .comment::after {
    content: attr(explanation)
    } ?
  • 1
    @amjo haha I know. was just adding humour to the fire. hahaha
  • 1
    have {
    order: 0;
    }

    you {
    order: 1;
    }

    sry*
  • 2
    @debone because
    #saidTarget::last-child {
    content: url(needs_spoon_feeding.png);
    }
    :P
  • 0
    Tell us a story, man! What's wrong with good ol' CSS this time, apart from the usual shitload of crap?
  • 0
    @ExcellentSP 😂😂😂😂😂 I died hahga
Add Comment