Uridium Posted November 27, 2009 Posted November 27, 2009 heres a little trick to make your SUBMIT BUTTONS become more impresive instead of the standard Button... >>> STANDARD BUTTON for BANK DEPOSITS <input type="submit" value="Deposit"/> >>> IMPROVED BUTTON <input type="submit" value="Deposit All £ or $'.($ir['money']).'" style="font-family: Arial; font-size: 10pt; letter-spacing: 1; color: #333333; border: 1px solid #FFCC33; background-color: #AEAEAE"/> Will give your Buttons a nice coloured EFFECT the AEAEAE is the inner part the 333333 is the outerpart cover or use this CSS is your header button { display:block; text-align:center; background: #AEAEAE; margin: 3px 0px 0px 0px; padding: 3px 10px 3px 10px; font-family: Helvetica, Verdana, Arial; font-size: 12px; border: solid #000000 1px; } then on the submit add <td class="button"> to your pages with submit buttons Quote
Zero-Affect Posted November 27, 2009 Posted November 27, 2009 Illusions maybe easier in a CSS file mate. Quote
Curt Posted November 27, 2009 Posted November 27, 2009 very nice illusions.. im glad u included two examples for those that dont know how to use CSS :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.