I need a solution for getting this CSS code to function properly across all versions of Internet Explorer, from IE6 to the most recent version.
body:first-child *
{
margin-top:0 !important;
}
body:last-child *
{
margin-bottom:0 !important;
}
Any suggestions on how to achieve this?
The CSS is implemented within the CKEDITOR environment.
Appreciate your help in advance!