Return to Snippet

Revision: 28659
at July 12, 2010 02:16 by Hercolena


Initial Code
<STYLE TYPE = "text/css">

   BODY  { background-color: blue }

 

   TABLE { font-size: 3 em:

           font-family: Calibri, sans-serif;

           background-color: yellow;

           border-style: outset ;

           border-collapse: separate }

 

   TD    { border-style: inset;

           padding: 2ex }

</STYLE>

<TABLE>

 

   <TR>

      <TD STYLE = "filter: fliph">StresseD</TD>

      <TD>StresseD</TD>

   </TR>

 

   </TR>

       <TD STYLE = "filter: flipv fliph">StresseD</TD>

       <TD STYLE = "filter: flipv">StresseD</TD>

   </TR>

</TABLE>

Initial URL


Initial Description
Please note that background colour, font sizes, font family, border style, border collapse, padding, td style flip horizontal or vertical and whether object intended to be flipped is a word or pic indicated by url is merely arbitrary, as code may be adapted as per your personal preference, however should you opt to use this specific example you may feel free to do so. Note: On the free site I used it on the words appear flipped, but on notepad it does not, thus flipped appearance may also be influenced by respective java capabilities.

Initial Title
Java script to flip & also copy image or word in this instance from stressed to desserts

Initial Tags
java

Initial Language
JavaScript