Quote:
Originally Posted by Isengard
but I add it in this coding
<div id="search"><form id="searchform" method="get"> <fieldset> <input name="search" id="s" size="15" value="Search" type="text" /> </fieldset> </form></div>
</div>
?
|
No you will add it to your style-sheet under the element
#search
Here are the changes will you make to
#search
You will add
value to the end of search with a space between them!
Then you will add the following code to the
#search
What this is doing it's calling the search element then looking for the value tag in your form on your website and changing the color!