I am trying to create input as below. Picture:

At first I used CSS3 with some help, like this script. due to problems with older browsers, I decided not to use CSS3. Now I am encoded as follows:
input[type=text] { color: #979797; height: 28px; padding-left: 10px; text-decoration: none; background-image: url('Pictures/Input-BG.png'); background-repeat: repeat-x; } <input id="txtScrictAddress" value="Your Adress (required)" type="text" />
Input-BG.png is a picture:

and here is the result.
- Did I cut input images correctly?
- The input has a left border color. How should I insert the input into css, like an image?
Shahin
source share