Clayton Cornell a écrit :
IE does not implement max-width (something we are using a fair bit in
the TOC template idea). The result is that while the TOC looks nice
in FireFox, Mozilla, Opera etc, in IE it expands to the width of the
longest TOC title.
To get IE to respect the max-width parameters (we are setting a
max-width: 200px), we need to add in something along the lines of:
width:expression(this.width > 200 ? "200px" : this.width)
where we declare max-width. Or... does anyone know of a better
solution to make IE implement a something that emulates max-width?
Maybe you've already thought of it, but /IE7/ provides a solution for
max-width.
http://dean.edwards.name/IE7/compatibility/
It fixes also a number of problems of IE as png transparency & co...
Aurélien
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]