Jukka K. Korpela wrote:
> I was disappointed at seeing that IE 7 has preserved the bug that if you 
> set, say,
> 
> p { margin: 0; text-indent: 1em; }
> 
> to create "literary paragraphs", the browser applies the indentation at 
> the start of every new page when the document is printed, even when the 
> first line of a page is not a first line of a paragraph.
> 
> I wonder if there is any known workaround.
> 

No good idea. Maybe:

p { margin: 0; text-indent: 0; }

p:first-letter { padding-left: 1em; }

IE6 needs the blank before the left curly bracket after the :first-x 
selector.

regards

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to