|
|
|
อยากทราบ code เปลี่ยนสีปุ่ม <input type='File' value""> หน่อยครับผม |
|
|
|
|
|
|
|
เดียวมาจัดให้ครับ
|
|
|
|
|
Date :
2012-03-15 10:42:00 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ CSS ครับ
Code (PHP)
<div class="buttons">
<a href="#" class="button btn-small-grey">« Back</a>
<input type="file" class="button btn-large-green" value="Save changes" />
</div>
button.css
.button
{
cursor: pointer;
border: 0;
background-color: #fff;
color: #fff;
font-size: 1.4em;
font-weight: bold;
outline: 0;
font-family: Arial, Verdana, Sans-Serif;
}
a.button
{
display: block;
float: left;
text-align: center;
text-decoration: none;
padding: 5px 0 0 0;
height: 22px;
margin-right: 1em;
}
.btn-small-grey
{
height: 27px;
width: 96px;
background-position: 0 -81px;
background-image: url(/assets/images/buttons/buttons-small.gif);
}
.btn-large-green
{
height: 27px;
width: 175px;
background-position: 0px -54px;
background-image: url(/assets/images/buttons/buttons-large.gif);
}
|
ประวัติการแก้ไข 2012-03-15 11:05:12
|
|
|
|
Date :
2012-03-15 11:00:24 |
By :
time.toon |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ
|
|
|
|
|
Date :
2012-03-15 11:10:27 |
By :
Ex-[S]i[L]e[N]t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ทัน
|
|
|
|
|
Date :
2012-03-15 11:51:17 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่ยังไง คับ ผมพึ่ง หัด ทำ สอนหน่อย
|
|
|
|
|
Date :
2012-06-19 16:27:20 |
By :
nongbi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันนี้เอาไปวางไว้ให้อยู่ในส่วนของ Head
Code (PHP)
<style type="text/css">
.button
{
cursor: pointer;
border: 0;
background-color: #fff;
color: #fff;
font-size: 1.4em;
font-weight: bold;
outline: 0;
font-family: Arial, Verdana, Sans-Serif;
}
a.button
{
display: block;
float: left;
text-align: center;
text-decoration: none;
padding: 5px 0 0 0;
height: 22px;
margin-right: 1em;
}
.btn-small-grey
{
height: 27px;
width: 96px;
background-position: 0 -81px;
background-image: url(/assets/images/buttons/buttons-small.gif);
}
.btn-large-green
{
height: 27px;
width: 175px;
background-position: 0px -54px;
background-image: url(/assets/images/buttons/buttons-large.gif);
}
</style>
เอาไว้วางที่ต้องการใช้
Code (PHP)
<div class="buttons">
<a href="#" class="button btn-small-grey">« Back</a>
<input type="file" class="button btn-large-green" value="Save changes" />
</div>
|
|
|
|
|
Date :
2012-06-19 16:41:08 |
By :
บังเอิญผ่านมาเห็น |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|