How to edit css selectors to test something in Firebug?
        Posted  
        
            by metal-gear-solid
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by metal-gear-solid
        
        
        
        Published on 2010-06-16T06:07:53Z
        Indexed on 
            2010/06/16
            6:12 UTC
        
        
        Read the original article
        Hit count: 202
        
How to edit selectors to test something in Firebug?

for example if i want to test
this
#Homepage #thirdCol a
as a
#Homepage #thirdCol > a
how to test like this in firebug
© Stack Overflow or respective owner