Hi all,
I wan to shape or cut the edges of the value prompt (it should look like the round shape at the edges). Is it possible with JavaScript. If its possible with JS code please post me this JS code to do the above task.
Your help will be appriciated.
Thanks in advance.
You might want to look through here: http://roshanbh.com.np/2008/04/how-to-make-rounded-corner-textbox.html for tips on it. The general idea is to wrap the input with a div that has a background image.
CSS 3 allows for rounded corners, unfortunately a vast majority of users do not use browsers that support CSS 3.
Thanks Paul for your valueble reply.
The same information I got from one of my friend also.