网页设计中,想用自己的图片做背景来制作搜索框,怎么弄?还有怎么将原来的提交按钮换成自己的搜索图标?
1个回答
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns=" http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>无标题文档</title> <style type="text/css"> <!-- .aaa { background-image: url( http://cache.soso.com/wenwen/i/w_logo.png ); height: 30px; width: 200px; background-repeat: no-repeat; background-position: center; } .bbb{ height: 20px; width: 50px; } --> </style> </head> <body> <form id="form1" name="form1" method="post" action=""> <label> <input name="aaa" type="text" class="aaa" id="aaa" /> </label> <label> <input name="Submit" type="image" class="bbb" value="提交" src=" http://cache.soso.com/wenwen/i/w_logo.png" /> </label> </form> </body> </html>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |