I want to have jquery ui theme to all my input type text. for this I run
- ( "input[type=submit], :button, :reset, :text, :password" ).button();
on document ready. It works good in chrome but in IE 8 , it behaves strange.
the text field changes its width based on the chars in textfiled ie is the width changes based on the text size .
I have a input type text with size 20 , and if user enters more than 20 chars then then the width of text element also increases , please advice fix for this and can I configure this to start the text from left to right than center?
when I type text cursor is in the center and not in left I want to it to be in the left.Please advice.