i have problem to make search button and input type same position

1 replies
  • WEB DESIGN
  • |
hello all

i has some problem to make search button and input type same position on firefox browser. it's work nicely on google crome browser. please anybody help me . you can see my problem at here

Free Download Music Sites , Free Music Downloads
#button #input #make #position #problem #search #type
  • Profile picture of the author Zoli
    The code of the search input should be extended by float:left style property.
    HTML Code:
    <input type="text" id="q" onfocus="if(this.value=='Type Artis Name or Song'){this.value='';}" value="Type Artis Name or Song" size="100" name="search" style="float:left"/>
    {{ DiscussionBoard.errors[1031379].message }}

Trending Topics