[css-d] Re : Re : IE8, CSS 2.1 page-break-inside: avoid problem

2010-06-21 Thread Stéphane Carnot
Hi Philip,

Thanks for your help.

All the three samples show the problem.
Just Print preview in A4 with IE 8, you'll see that the DIVs are broken 
(=printed across multiple pages). It shoudn't.

JYves




De : Philip Taylor (Webmaster, Ret'd) p.tay...@rhul.ac.uk
À : Stéphane Carnot stephanecar...@yahoo.fr
Cc : css-d css-d@lists.css-discuss.org
Envoyé le : Lun 21 juin 2010, 11h 08min 43s
Objet : Re: [css-d] Re : IE8, CSS 2.1  page-break-inside: avoid problem



Stéphane Carnot wrote:
 Hi Chris,

 Sorry, i was on holidays :-)

 First, thanks for your help.
 But it doesn't help much.
 I'm trying to use the 'page-break-inside : avoid'. The page-break-after is 
 not what i'm looking for.

OK, you have test files, but we (or at least, I)
still do not know what you are trying to achieve :-(

Which of your three demo. files demonstrates the problem ?
Where does the page break occur, if you print to A4 paper ?
Help us to help you, and more help may well be forthcoming !

Philip Taylor



  
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Re : Re : IE8, CSS 2.1 page-break-inside: avoid problem

2010-06-21 Thread Stéphane Carnot
Hi, 

I don't know if IE8 is buggy but it seems to be ok with page-break-inside tag :
http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28Cascading_Style_Sheets%29
http://msdn.microsoft.com/en-us/library/cc196971%28VS.85%29.aspx

But i can't make it work :-(

Thanks for your help,
JYves





De : Peter Coates pcoa...@yukon1000.com
À : Philip Taylor (Webmaster, Ret'd) p.tay...@rhul.ac.uk; Stéphane Carnot 
stephanecar...@yahoo.fr
Cc : css-d css-d@lists.css-discuss.org
Envoyé le : Lun 21 juin 2010, 14h 27min 46s
Objet : RE: [css-d] Re : IE8, CSS 2.1  page-break-inside: avoid problem

It appears that you are trying to avoid a page break in a div containing
several ps.  Your examples appear to work in Opera, but not in IE8.  IE8's
support for page-break-inside is best described as buggy.

-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Philip Taylor
(Webmaster, Ret'd)
Sent: June-21-10 2:09 AM
To: Stéphane Carnot
Cc: 'css-d'
Subject: Re: [css-d] Re : IE8, CSS 2.1  page-break-inside: avoid problem



Stéphane Carnot wrote:
 Hi Chris,

 Sorry, i was on holidays :-)

 First, thanks for your help.
 But it doesn't help much.
 I'm trying to use the 'page-break-inside : avoid'. The page-break-after is
not what i'm looking for.

OK, you have test files, but we (or at least, I)
still do not know what you are trying to achieve :-(

Which of your three demo. files demonstrates the problem ?
Where does the page break occur, if you print to A4 paper ?
Help us to help you, and more help may well be forthcoming !

Philip Taylor
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


  
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Re : Re : IE8, CSS 2.1 page-break-inside: avoid problem

2010-06-21 Thread Peter Coates
http://reference.sitepoint.com/css/page-break-inside

-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Stéphane Carnot
Sent: June-21-10 6:27 AM
To: css-d
Subject: [css-d] Re : Re : IE8, CSS 2.1  page-break-inside: avoid problem

Hi, 

I don't know if IE8 is buggy but it seems to be ok with page-break-inside
tag :
http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28Cascading_Style
_Sheets%29
http://msdn.microsoft.com/en-us/library/cc196971%28VS.85%29.aspx

But i can't make it work :-(

Thanks for your help,
JYves





De : Peter Coates pcoa...@yukon1000.com
À : Philip Taylor (Webmaster, Ret'd) p.tay...@rhul.ac.uk; Stéphane
Carnot stephanecar...@yahoo.fr
Cc : css-d css-d@lists.css-discuss.org
Envoyé le : Lun 21 juin 2010, 14h 27min 46s
Objet : RE: [css-d] Re : IE8, CSS 2.1  page-break-inside: avoid problem

It appears that you are trying to avoid a page break in a div containing
several ps.  Your examples appear to work in Opera, but not in IE8.  IE8's
support for page-break-inside is best described as buggy.

-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Philip Taylor
(Webmaster, Ret'd)
Sent: June-21-10 2:09 AM
To: Stéphane Carnot
Cc: 'css-d'
Subject: Re: [css-d] Re : IE8, CSS 2.1  page-break-inside: avoid problem



Stéphane Carnot wrote:
 Hi Chris,

 Sorry, i was on holidays :-)

 First, thanks for your help.
 But it doesn't help much.
 I'm trying to use the 'page-break-inside : avoid'. The page-break-after is
not what i'm looking for.

OK, you have test files, but we (or at least, I)
still do not know what you are trying to achieve :-(

Which of your three demo. files demonstrates the problem ?
Where does the page break occur, if you print to A4 paper ?
Help us to help you, and more help may well be forthcoming !

Philip Taylor
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


  
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/