Re: [css-d] Printing issues [SOLVED]

2010-04-02 Thread Alan Chandler
Alan Chandler wrote: > I now come to try and format the content for printing and I am suffering > from what might be (from what I have been able to google) a bug in > firefox in which one of my fields disappears on a page boundary (and the > others in the same row shift to the left). Given thi

[css-d] Printing issues

2010-04-02 Thread Alan Chandler
I have a simulated table in one of my internal web sites based around a div representing the row, and then floated divs inside used to generate the cells. It is essentially a personal application for me to manage my finances, with each row of this psuedo table being a transaction within an acc

Re: [css-d] Printing issues, 2-column, in both IE & FF

2006-01-23 Thread Zoe M. Gillenwater
re: http://www.tincat-group.com/mewsings Dawn Wolthuis wrote: >On 1/20/06, Zoe M. Gillenwater <[EMAIL PROTECTED]> wrote: > > >>I would strongly suggest that you create a print style sheet that >>removes the second column entirely. >> >> > >I considered that. However, the second column has

Re: [css-d] Printing issues, 2-column, in both IE & FF

2006-01-21 Thread Dawn Wolthuis
I have a work-around for this printing issue. It was interesting and problematic enough to be worth writing up in case others can benefit, I think. The fix: The print no longer drops lines because I added a #footer (display: none;) to print.css. I no longer get the copyright at the bottom of the

Re: [css-d] Printing issues, 2-column, in both IE & FF

2006-01-20 Thread Dawn Wolthuis
On 1/20/06, Zoe M. Gillenwater <[EMAIL PROTECTED]> wrote: > Dawn Wolthuis wrote: > > >I have been trying to figure out the printing problems with my > >two-column layout in FireFox and IE. IE has problems printing the > >call-outs (they print on top of other text) and FireFox has problems > >dropp

Re: [css-d] Printing issues, 2-column, in both IE & FF

2006-01-20 Thread Zoe M. Gillenwater
Dawn Wolthuis wrote: >I have been trying to figure out the printing problems with my >two-column layout in FireFox and IE. IE has problems printing the >call-outs (they print on top of other text) and FireFox has problems >dropping lines of the text in the printout. I'm most concerned about >the

[css-d] Printing issues, 2-column, in both IE & FF

2006-01-15 Thread Dawn Wolthuis
I have been trying to figure out the printing problems with my two-column layout in FireFox and IE. IE has problems printing the call-outs (they print on top of other text) and FireFox has problems dropping lines of the text in the printout. I'm most concerned about the FireFox problem right now