Challenge: What's wrong with this CSS in Opera?

I’ve tested this layout on newest versions of IE, Chrome and Firefox but it just won’t show it properly on Opera. Wisers please show me some light :slight_smile:

example page here

All help appreciated.

HI,

Your inputs are too wide in opera. Use css for their widths as it is more consistent than the size attribute.


#UserName,#UserEmail,#openid_provider{width:262px}


Hi Paul,

It works!!
Thanks a lot for helping :slight_smile: