Ciao a tutti,
ho un problema con il testo giustifcato. Questo è il mio CSS:
html, body, table {
padding: 0 0 0 0px;
margin: 0px;
background-color: #FFFFF8;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 130%;
/* -- These are for Safari and Opera,
which can't center the body horizzontally */
margin-left: auto;
margin-right: auto;
}
/* Classes -------------------------------------------- */
.shadow_sx { background-image : url(../Images/ombra_sx.jpg); background-repeat : repeat-y; }
.shadow_dx { background-image : url(../Images/ombra_dx.jpg); background-repeat : repeat-y; }
.redpix { background-image : url(../Images/pixel_rosso.gif); background-repeat : repeat-y; }
.menu {
text-align: justify;
padding: 5px;
background: #999;
font-family: 'Georgia', Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFF;
}
Devo fare il layout con le tabelle purtroppo, perchè è veramente un casino. Semplicemente ho un TD, dove il testo deve essere justified ma quando applico a questo TD la class="menu", il testo non risulta giustificato in IE, Opera, Safari, IE for Mac, Firefox, Netscape...praticamente tutti!!!
Qualcuno può aiutarmi?
Thanks
L.