欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

textarea背景透明

程序员文章站 2022-06-14 14:58:50
...
<style type="text/css">
.box01 {
background-color: transparent;
border-bottom: 1px solid #cccccc;
border-right-width: 0px;
border-left-width: 0px;
border-top-width: 0px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
padding: 0px;
margin: 0;
}
</style>

姓名: <input type="text" name="year" value="我想飞" class="box01" />
博客:
<textarea class="box01">http://hi.baidu.com/jonw000/</textarea>
相关标签: Java