Simulating the child selector for Internet Explorer

Normal

Child (P element)

Grand child (P element)

Code

#normal > p { color: #f00; }

Simulation

Child (P element)

Grand child (P element)

Code

#simulation p { color: #f00; }
#simulation * p { color: #000; }

Home - More stuff