English Post your requirements here

Adapting skins to ie7

Bernard Paques -- le 4 déc. 2006 à 22:18 GMT, depuis nearby-an-airport
[b]YACS Leader[/b]

Most reference skins are rendered correctly, except joi, by Internet Explorer version 7.

A quick fix that has worked for at least two skins derived from joi is to [b]remove following lines[/b] from the cascaded style sheet:

* html input { /* ensure form fields fit in the layout, the ie case */
max-width: expression(this.type=="text"? '300px' : 'auto');
}


You can do this with any text editor, including the Notepad for Windows users. Open the file, suppress the lines, save the updated file.