[RESOLVED] image inside textfield
how do i place an image inside a textfield?
something like this
http://i36.tinypic.com/15r1jds.jpg
Perhaps this would help
Code:
background-image: url('<path to image>') <settings>;
something like this?
Code:
<input type="text" name="textfield" id="textfield" background-image:('search.jpg') />
it does not work the image is already inside the folder with the html file
Code:
<input type="text" name="textfield" id="textfield" style="background-image:('search.jpg');" />
unfortunately still doesn't work...
My bad slight typo.
Code:
<input type="text" name="textfield" id="textfield" style="background-image:url('search.jpg');" />
it works perfectly... but i have one last question with regards to this... how do i make it that there is indent for typing? with the code you gave me.. the text overlaps the image i am planning something like the image link in my earlier post... the magnifying glass should not be overlapped ...thank you!
Something like this?
Code:
<input type="text" name="textfield" id="textfield" style="background-image:url('search.jpg'); padding-left:20px;" />
thank you very much! you are really good with codes! thanks for all the help!
No problem. Again don't forget to mark as resolved.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks