Hi all,
 
Is there a problem with IE 5.5 and printable style sheets?
 
I have a page (on a CD, so i can't send teh url) with the following styles....
 
<style type="text/css" media="all">
@import url("../mcq_images/mcq_css.css");
</style>
 
<style type="text/css" media="print">
@import url("../mcq_images/mcq_print_css.css");
</style>
 
This works fine on most browsers, but on IE 5.5 there seems to be some stuff missing from the HTML. This is the same stuff that is excluded in the printable stylesheet.
 
<!--
#printtipcontainer {
display:none;}
#mcqnav {display:none;}
.stats_table {page-break-inside:avoid;}
#page_container {page-break-after:always;}
-->
 
Could IE 5.5 be displaying the print style sheet along with the normal stylesheet? Is this a known problem, or have i done something stupid!?
 
Thanks,
 
Gavin

Reply via email to