On 15 Dec 2005, at 2:15 pm, Al Sparber wrote:

If you're into justified text, the only browsers that can do a reasonable job are IE5.5x+ Windows, using a proprietary property. The programming is pretty darn good. It's nearly as good as the NY Times, actually. But it ain't standards and must be deployed via Conditional Comment. Take it and hide before somebody yells at us ;-)

<!--[if lte IE 6]>
<style>
p {
text-align: justify;
text-justify: newspaper;
}
</style>
<![endif]-->

Those text justification properties from MS are quite nice. I use it often for display of Japanese text. It makes Japanese text nearly readable on IE (now if those MS fonts weren't so ugly,...)
p {
        text-align:justify;
        text-justify:inter-ideograph;
}

The text-align:justify also works pretty well in Firefox 1.5, for East-Asian text.

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com/>


******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to