tags:

views:

30

answers:

1

How to set padding-left to my custom textbox in css? Thanks.

+1  A: 

Depending on the browser/version, form controls might not obey the normal CSS properties ... because the browser might implement them using the standard O/S-specific CSS-unaware GUI controls.

ChrisW