I have numerous buttons images etc on my screen.
In load event I run javascript to center all the controls
All works great except for the input control. It will not center
''javascript. Note this works on ALL the other components
'txtstaticip' is the name of the input
Tiggzi('txtstaticip').css('margin-left', 'auto');
Tiggzi('txtstaticip').css('margin-right', 'auto');
Tiggzi('txtstaticip').css('align', 'center');
Tiggzi('txtstaticip').css('width', '200px');
can you tell me what I am missing
Regards
Steve