The Open Source Swiss Army Knife

/web_design/
/web_design/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /web_design 
Permalink: css_buttons.txt
Title: changing the default buttons on forms to use a class for styling
article options : please login   |  raw source view  

/* //// Input field format //// */
input.button
{
background-color: #F6F9FB;
font-size: .85em;
line-height: 1.05em;

color: #000000;
border-right: 1px solid #07F;
border-bottom: 1px solid #07F;
margin-bottom:2px;
}

</style>
------------------------------- samples -------------------------------
<div align=center>

<input type=submit value=' È® ÀÎ ' class=button>
<input type=button value=' ´Ý±â ' class=button onclick='window.close();'>
</div>

<table width=100% cellpadding=3 cellspacing=0>
<tr>

<td width=50%>

        <? if ($kind == 'recv') { ?><b>¹ÞÀºÂÊÁöÇÔ</b> / <input type=button onclick=javascript:location.href='<?="./?doc=$cfg[bbs_dir]/mbmemo.php&kind=send"?>' value='º¸³½ÂÊÁöÇÔ' class=button><? } ?>
        <? if ($kind == 'send') { ?><input type=button onclick=javascript:location.href='<?="./?doc=$cfg[bbs_dir]/mbmemo.php&kind=recv"?>' value='¹ÞÀºÂÊÁöÇÔ' class=button> / <b>º¸³½ÂÊÁöÇÔ</b><? } ?>

</td>
<td width=50% align=right>ÂÊÁö ÃÑ <?=$total_count?>°Ç</td>
</tr>
</table>

<table width=100%>
<tr>

<td>

                <input type=button value='ÂÊÁöº¸³»±â' onclick=javascript:location.href="<?="./?doc=$cfg[bbs_dir]/mbmemoform.php"?>" class=button>
                <input type=button value='´Ý±â' onclick="javascript:window.close();" class=button>

</td>
</tr>
</table>

<table width=100%>
<tr>

<td>

        <? if ($kind == 'recv') { ?><input type=button onclick=javascipt:location.href='<?="./?doc=$cfg[bbs_dir]/mbmemoform.php&me_recv_mb_id=$mb[mb_id]"?>' value='´äÀå¾²±â' class=button><? } ?>
        <input type=button onclick=javascript:location.href="<?="./?doc=$cfg[bbs_dir]/mbmemoform.php"?>" value='ÂÊÁöº¸³»±â' class=button>
        <input type=button onclick=javascript:location.href="<?="./?doc=$cfg[bbs_dir]/mbmemo.php&kind=$kind"?>" value='ÂÊÁö¸ñ·Ï' class=button>
        <input type=button onclick="javascript:window.close();" value='´Ý±â' class=button>

</td>
</tr>
</table>


Leave a Reply
Your Name:     anonymous
Your Email:
Website:  
Comments:

The author will be notified of your reply.
return to top