+ 5
How we can input type=search search box enlarge!
we can enter a search box for a web page by <input Id="search"> how we can resize it??
2 Answers
+ 2
Put this in your CSS:
#search
{
width: 80%;
}
+ 4
thank for it xan
we can enter a search box for a web page by <input Id="search"> how we can resize it??