FRIHOSTFORUMSSEARCHFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

icons inside input fields

 


riyadh
how do i put an icon inside a text input field for example a search icon inside a search box like theydo in Yahoo! or other websites?
trefen
Try make the icon background (no-repeat) using css. If you don't want to write over the icon, add padding-left to the css.

Eks:

Write over icon:
Code:
<input type="text" style="background:url( icon.jpg ) no-repeat;">


Writing next to the icon (change 25 to the width of your icon):
Code:
<input type="text" style="background:url( icon.jpg ) no-repeat; padding-left:25">


Worked for me Very Happy

Hope it helps! Wink
BlueVD
Now, depending on what you want exactly (custom borders, etc) you can make them using the background tip trefen gave and "border:none;"
alalex
then of course you can position it wherever you want using background-position (right, left, top, bottom) or even combione them however you want:
Code:
<input type="text" style="background:url( icon.jpg ) no-repeat; background-position:left;">
Related topics
how to align text inside input type text filed box
Windows is freer than Linux
Checking if input fields actually have input?
(official) Firefox & Thunderbird 1.5 Beta2 Now Available
count input fields
Disable "Enter" Key in Form script
Looking for easy FormMail Script
How to give styles to all inlu fields without using insid...
umness
cash mod problem
150 frih to make this SIMPLE script
location of frame
handling the $_POST array
How to make Global Variables with PHP?
Question about a php and mysql script.
Forms in Flash
phpBB header issues w/ imageflip
Javascript help
form destroys table-based design
Feed Back Form
All New Updated - PAKSPOT.INFO V2.0 [Many New Features]
Extremely Low Costing phpBB2 and 3 Services [UPDATED]
Checking form problem!
A variable number of inputs for PHP to insert MYSQL
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.