in *base.css* for welcome app change
input[type="text"], input[type="password"], select { height: 16px; } to input[type="text"], input[type="password"], select { height: 25px; } On Mon, Mar 14, 2011 at 9:12 PM, Ialejandro <ialejandr...@gmail.com> wrote: > Hi every body! I have some issues with Internet Explorer (I think all > versions) > > when I get into my app developed with wep2py in chrome or firefox > there's no problem, but with IE, the dropdowns doesn't show correctly, > when I select a value it appears split, some fields are overlapped... > well I have a lot of issues. > > How could I make it work fine? > >