Stripview

0 ThumbsUp

IE CSS Hacks

Author: richoz, on 19.5.2008

IE CSS Hacks

Description

#id {
global parameter for global browser
}

/* IE6 hack */
* html #id {
specific parameter for IE6
}

/* IE7 hack */
*:first-child+html #id {
specific parameter for IE7
}

Sign in or register to comment.