Stripview
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.