如何让自己做的DIV+CSS搜索框与ECSHOP相联接!

2016-07-07 16:16 来源:www.chinab4c.com 作者:ecshop专家



如何让自己做的DIV+CSS搜索框与ECSHOP相联接!

我自己弄的代码如下:
<div class="top"><p><a href="#">Home</a><span/><a href="#">About Designer</a><span/><a href="#">News</a><span/><a href="#">What's New</a><span/><a href="#">Contact Us</a><span/><a href="#">Register</a><span/></p><form id="for" action="" method="get"><input id="inpu" name="" type="text" /><input id="but" name="" type="button" /></form></div>

回答:
没有一个大哥,帮忙解决的嘛?


不错!不错!不错!不错!

<form id="for" action="search.php" method="get"><input id="inpu" name="keywords" type="text" /><input id="but" name="" type="submit" /></form></div>

我也不会呀兄弟

齐迹 发表于 2009-12-10 09:35



怎么多了几个文字,有什么办法去除????

QQ截图未命名.jpg (4.51 KB)

QQ截图未命名.jpg


贴下网址看下


贴下网址看下
晓天 发表于 2009-12-14 13:49



用火狐有此情况

<input id="but" name="" type="submit" value="" />

增加value=""试试