Fixing width issues with IE6 print stylesheets

categories: css

Note to self: remember to use !important when trying to deal with text running off the page in print versions of pages in IE6.

Basic steps to follow:

Further reading:

These are just some notes; interested in hearing other's tips!

One Response to “Fixing width issues with IE6 print stylesheets”

  1. Stephan de Rakovszky says:
    March 21st, 2008 at 7:34 am

    The CSS approach looks simple at the first sight.
    But id DOES NOT WORK ALWAYS.
    If you adjust a rule using javascript, the CSS info is ignored.
    on the page http://www.rakovszky.eu/?Literature/Favourites.shtml
    the index-block can be hidden/shown by double-clicking in the “Sizer-bar”.
    The ratio between the index and poems blocks can be csanged by clicckin on the sizer-bar, moving it and then fix it by another click.
    Unluckily this can be only achieved by setting the marginLeft rule for the poetry-box.
    In wain do I specify for the media a left-margin of 10px, it is ignored.
    I have spent a long time experimenting with floating blocks and table-columns, but without success.

    MSR

Comment