Martijn Adler wrote: > Okay, what Georg advised me to do worked, but on one page the problem > remains: http://www.fdesign.eu/opSicilie-css/NL/service.html The > text in the third row is pushed downwards in IE6. The row looks like > all of the others, so why won't the solutions Georg gave me work on > this particular paragraph?
Because there isn't a paragraph in that particular row. All the other rows in need of one have one. The "italic bug fix" you have implemented... .rowtext p { width: 100%; overflow-x: hidden; } ...can only work on a paragraph inside a div, but you have put the text directly inside the div _without_ that essential paragraph. To make the fix work: add the paragraph element in the source-code. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/