/* this comment should be stripped */

/* this rule is for everyone */
div
{
  background: url(ie6.gif);
  background /* hide from IE6 */: url(1.gif);
  background /* hide */: /* hide ie5 */url(2.gif);
}
