[TYPO3] IE messes with css

Jean-Baptiste Rio triphot69 at hotmail.com
Thu Jan 5 13:53:02 CET 2006


A simple workaround to specify IE some different values in CSS :

td#content {
	width : 150 px;  <=== IE+FF
	width : expression("145 px"); <=== Only IE
}

Regards,

JB



More information about the TYPO3-english mailing list