1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

what is ignore?

Discussion in 'CSS' started by radiant_luv, Sep 15, 2010.

  1. #1
    While i was trying to fix some issues, I found in a IE specific css has

    
    ignore {
    	Z-INDEX: -1 !important
    } 
    
    Code (markup):
    Can anyone please shed some light, what exactly it does? Well i can see it's setting some z-index value but I din't know there is a selector "ignore" present? and i don't see any reference of "ignore" in the html. but still it works.

    Thanks.
     
    radiant_luv, Sep 15, 2010 IP
  2. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    There is no such CSS selector that exists afaik, when you say it still works what do you mean by this is it providing some function, what happens to the page in IE if you remove it?

    I can only think that it's possibly a hack in the way IE treats undefined selectors (which I have no idea on how it would)!
     
    wd_2k6, Sep 15, 2010 IP
  3. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I went looking for an answer and found your Sitepoint thread. :D
    Isn't XML suppose to be formatted with XSLT, not CSS? :confused:
     
    Cash Nebula, Sep 16, 2010 IP
  4. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #4
    @wd_2k6 - XML element can be matched to css?
     
    radiant_luv, Sep 16, 2010 IP
  5. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #5
    Thanks Nebula. yes, I had to as I was bit desperate to get an hint at earliest. I see as per w3c reccon XML to be formatted with XSLT, css can do it though?http://www.xml.com/pub/a/w3j/s3.leventhal.html

    However I might get some more information in few days. I will surely keep posted when I get some.
     
    radiant_luv, Sep 16, 2010 IP