6 个解决方案
#1
怎么没有人帮我呢
#2
:<input type=button name=edit value=修改 style="border:1px solid red">
#3
这是CSDN的
<input type=button class=FormText name=edit value=修改>
<style>
.FormText
{
BORDER-RIGHT: #0066cc 1px solid;
BORDER-TOP: #0066cc 1px solid;
FONT-SIZE: 12px;
BORDER-LEFT: #0066cc 1px solid;
CURSOR: hand;
LINE-HEIGHT: 150%;
BORDER-BOTTOM: #0066cc 1px solid;
BACKGROUND-COLOR: #f1f5fa
}
</style>
<input type=button class=FormText name=edit value=修改>
<style>
.FormText
{
BORDER-RIGHT: #0066cc 1px solid;
BORDER-TOP: #0066cc 1px solid;
FONT-SIZE: 12px;
BORDER-LEFT: #0066cc 1px solid;
CURSOR: hand;
LINE-HEIGHT: 150%;
BORDER-BOTTOM: #0066cc 1px solid;
BACKGROUND-COLOR: #f1f5fa
}
</style>
#4
写个CSS文件,包括如下内容
.border { border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: ##FFFFFF}
在网页中调用,然后这样 <input type="submit" name="Submit" value="提 交" class="border">
.border { border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: ##FFFFFF}
在网页中调用,然后这样 <input type="submit" name="Submit" value="提 交" class="border">
#5
晕,白贴了:-(
#6
没关系啊,还是很谢谢你啊!!!大哥
#1
怎么没有人帮我呢
#2
:<input type=button name=edit value=修改 style="border:1px solid red">
#3
这是CSDN的
<input type=button class=FormText name=edit value=修改>
<style>
.FormText
{
BORDER-RIGHT: #0066cc 1px solid;
BORDER-TOP: #0066cc 1px solid;
FONT-SIZE: 12px;
BORDER-LEFT: #0066cc 1px solid;
CURSOR: hand;
LINE-HEIGHT: 150%;
BORDER-BOTTOM: #0066cc 1px solid;
BACKGROUND-COLOR: #f1f5fa
}
</style>
<input type=button class=FormText name=edit value=修改>
<style>
.FormText
{
BORDER-RIGHT: #0066cc 1px solid;
BORDER-TOP: #0066cc 1px solid;
FONT-SIZE: 12px;
BORDER-LEFT: #0066cc 1px solid;
CURSOR: hand;
LINE-HEIGHT: 150%;
BORDER-BOTTOM: #0066cc 1px solid;
BACKGROUND-COLOR: #f1f5fa
}
</style>
#4
写个CSS文件,包括如下内容
.border { border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: ##FFFFFF}
在网页中调用,然后这样 <input type="submit" name="Submit" value="提 交" class="border">
.border { border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: ##FFFFFF}
在网页中调用,然后这样 <input type="submit" name="Submit" value="提 交" class="border">
#5
晕,白贴了:-(
#6
没关系啊,还是很谢谢你啊!!!大哥