Input form of searchbox disabled in Firefox but working fine in Chrome
-
I have created a searchbox in css.The searchbox works fine with chrome but in Firefox the input field is disabled.
I’m giving the code.HTML:
<html> <head> <link href="css/main.css" rel="stylesheet" type="text/css"/> <link href="css/menu.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="headerMenu"> <div id="wrapper"> <div class="logo"> <img src="img/logo.png" </div> <div class="searchbox"> <form class="form-wrapper cf"> <input name="q" type="text" placeholder="Search..."> <button type="submit">Search</button> </form> </div> </div> </div> </body> </html>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
CSS:
[CSS moderated. please just post a link to your site.]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Input form of searchbox disabled in Firefox but working fine in Chrome’ is closed to new replies.