———————————————
Selectores CLASS
———————————————
.mosimage {
margin: 15px 5px 15px 0;
padding: 0 5px 5px;
}
/*IE 6*/
* html .mosimage {
padding: 5px 0 !important;
margin: 15px 10px 15px 0;
}
/*IE 7*/
*+html .mosimage {
padding: 5px 0 !important;
}
———————————————
Selectores DIV
———————————————
/*IE7-FF*/
#ja-col2 {
float: right;
width: 24.9%;
overflow: hidden;
}
/*IE6*/
* html #ja-col2 {
float: right;
width: 24%;
overflow: hidden;
}