A big gap below a form field in IE7

Hi,

i have this page.

login:tirengarfio@gmail.com
password: m
Note: after login you will be redirected to another page. Then click again the link i mention.

As you can see, in IE7 there is a big gap below the s**o field.

What should i do?

Regards

Javi

I tested, the gap does appear in IE6, and not in Chrome 4.

The default margins for UL are wide in IE6 (something like “MARGIN: 20px 20px 20px 35px” IIRC); I assume they are “0 0 0 0” in Chrome 4. So I suggest you complete your CSS this way:

<STYLE>
UL.radio_list {MARGIN: 0}
</STYLE>

Versailles, Tue 11 May 2010 17:35:20 +0200