mdmandar
03-06-2003, 06:04 AM
I have a Text Control.
Its width is set to 100 %
I have a CSS Class applied to it.
I Change the CSS Style when the Control gets the Focus and and when it loses the focus.
(To highlight the active control i am changing style.)
Now When i enter data into control (there is no limit that user can enter in the Textbox) if extends the width of the control, the width of the control increases when i loses the focus
I am using the onblur event to apply the style to it.
But this is the same style i have which applied before, though i change it onfoucs event to other style
Can some one please explain me what exactly is happening there ?
I have also attahced a word doc which have images, to give you exact idea of wha exactly is happening
Thanks in advnace
Its width is set to 100 %
I have a CSS Class applied to it.
I Change the CSS Style when the Control gets the Focus and and when it loses the focus.
(To highlight the active control i am changing style.)
Now When i enter data into control (there is no limit that user can enter in the Textbox) if extends the width of the control, the width of the control increases when i loses the focus
I am using the onblur event to apply the style to it.
But this is the same style i have which applied before, though i change it onfoucs event to other style
Can some one please explain me what exactly is happening there ?
I have also attahced a word doc which have images, to give you exact idea of wha exactly is happening
Thanks in advnace