:: Forum >>
Row selectors don't print in IE but do in Firefox
Chuck La Fleur
Wednesday, May 23, 2007
The grid adds selector width rules to the last stylesheet on the page. In your case the last stylesheet for IE has media="screen" attribute and the selector width does not apply to the printed page. As a workaround either remove media="screen" attribute or just add one more (empty) style block after the last one.
Alex (ActiveWidgets)
Friday, May 25, 2007
Thanks Alex. I used the latter approach. -- Chuck
Chuck La Fleur
Friday, May 25, 2007
This topic is archived.
Back to support forum
Forum search