ie 6 and 7 selectors hack
1 * html #selector {property:value;} /* Only IE6 and lower will see this */ 2 *+html #selector {property:value;} /* Only IE7 will see this */
1 * html #selector {property:value;} /* Only IE6 and lower will see this */ 2 *+html #selector {property:value;} /* Only IE7 will see this */