CSS – Submit con style

<style>
.button {
font-weight: bold;
font-family: ms sans serif,system,arial;
font-size: 10pt;

color: #ffffff;
background-color: #003366;
border-style: outset;
border-color: #6699ff;

cursor: se-resize;

BORDER-TOP-WIDTH: 2px;
BORDER-LEFT-WIDTH: 2px;
BORDER-BOTTOM-WIDTH: 2px;
BORDER-RIGHT-WIDTH: 2px

HEIGHT: 16px;
WIDTH: 100px;

background-attachment: fixed;
background-image: url(‘smile.gif’);
background-repeat: no-repeat;
}
</style>

CSS – Submit con styleultima modifica: 2009-12-14T21:46:00+01:00da daytube
Reposta per primo quest’articolo