1 reply [Last post]
jfmiller28
Offline
newbie
Sacramento
Last seen: 18 years 47 weeks ago
Sacramento
Timezone: GMT-7
Joined: 2004-07-10
Posts: 3
Points: 0

Can anybody confirm that IE is not standards complient with regard to the :before psudo element? I have the following that works with Gecko based browsers but not with IE:

.myset:before{
  content: "\002022"
  color: #FF0;
  padding-right: 4px;
}

Gecko browsers display a yellow dot, IE seems to ignore the whole block.

JFMILLLER

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 20 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

:before psudo-element and IE

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me