Form Buttons With A Twist

U ntil now, you had two options for building Form Buttons. You could use text or an image, or you could get fancy with CSS. But here is a new Tag that makes coding online forms both more fun and functional. You can add an image, change font size and or color etc. Back To Java Script Form Buttons ]

W e have tested the code in IE5.5, IE6, Netscape4.08 and Netscape7.0. This script worked well in all platforms with the exception of Netscape4.08 where the effects will "Not" be seen. You will only see normal form buttons with no effects.

OLD WAY:

    <INPUT TYPE="button" VALUE="Button Text">

T he new button command makes creating buttons easy. The following code does exactly what the previous code does:

     <BUTTON>Button Text</BUTTON>

T his code makes a button with bigger text in Georgia font, if it's on your computer:

N otice in the codes we use 3 different font styles!

<BUTTON>
<FONT FACE="Georgia,Arial,Helvetica"><BIG>Big text<BIG></FONT>
</BUTTON>

<BUTTON><FONT FACE="Arial,Georgia,Helvetica" SIZE="5"><B>Bigger<BR>Bolder Text</B></FONT></BUTTON>

Now we have coloured text:

Look, colors! And line breaks!<BR>

<BUTTON><FONT FACE="Georgia,Arial,Helvetica" COLOR="#ff0000"><B>Look, colors!<BR>And line breaks!</B></FONT></BUTTON>

How about an image? Yes, an image inside a button!

<BUTTON><IMG SRC="PATH TO YOUR UPLOADED IMAGE"></BUTTON>

Now we have a table, and image and some Arial text!:

<BUTTON>
<TABLE BORDER="0">
<TR>
<TD align="center"><IMG SRC="PATH TO YOUR UPLOADED IMAGE"></TD>
</TR><TR>
<TD><FONT FACE="Georgia,Arial,Helvetica" color="#ff0000" size="2"><strong><center>Get IE6!</center></strong></FONT></TD>
</TR>
</TABLE>
</BUTTON>

T hese form buttons will NOT work because they need to be incorporated within your forms in order to work.

[ Yahoo! ] options

Search Our Site By Individual letter

A ]  [ B ]  [ C ]  [ D ]  [ E ]  [ F ]  [ G ]  [ H ]  [ I ]  [ J-K ]  [ L ] 
M ]  [ N-O ]  [ P-Q ]  [ R ]  [ S ]  [ T ]  [ U-V ]  [ W ]  [ X-Y-Z ] 

Little Tips Directory

Page 1  ] [ Page 2 ] [ Page 3 ] [ Page 4 ] [ Page 5  ] [ Page 6  ] [ Page 7  ]

Index Page 1 ] [ Index Page 2 ] [ Index Page 3 ] [ Index Page 4 ] [ Index Page 5 ]
Index Page 6 ] [ Index Page 7 ] [ Index Page 8 ] [ Index Page 9 ] [ Index Page 10 ]
Index Page 11 ] [ Index Page 12 ] [ Index Page 13 ]

News Letter Archives ] [ Navigation Page ] [ Archives Of Published Material ]
Link To Us ] [ Alphabet Index ] [ Feedback ] [ On Line Support ] [ FAQ ]
Webmaster Utilities ] [ Casino ] [ Banner Exchange ] [  Advanced Site Search ]

  

If you are part of the ever growing number of webmasters who enjoy sharing your knowledge with others on web design, join The Consigliere Ltd. web ring to broaden your scope of exposure.
Join Today

This Site Was Built And Is Maintained Exclusively by
The Webmaster @ Consigliere Ltd.

Copyright © Consigliere Ltd., All Rights Reserved. 2001-