<centeR>
<font class=heading2>Flipped Effect</font></center>
<li class=main2>flipH: <font class=main1>flip horizontally
<li class=main2>flipV: <font class=main1>flip vertically
<li class=main2>hot code: <font class=main1>filter: fliph | filter:flipv
<li class=main2>attributes: <font class=main1>none
</p>
<font class=heading>For Tables:</font>
<center>
<TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 BORDERCOLOR=black BGCOLOR=pink width=90% height=60>
<TR><TD align=center>obsessed with judybOOtey
original</TD></TR></TABLE>
<TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 BORDERCOLOR=black BGCOLOR=pink width=90% height=60>
<TR><TD align=center STYLE="filter: fliph">obsessed with judybOOtey
flipH</TD></TR></TABLE>
<textarea style="width:90%; height: 100px">
<TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 BORDERCOLOR=black BGCOLOR=pink width=90% height=60>
<TR><TD align=center STYLE="filter: fliph">obsessed with judybOOtey</TD></TR></TABLE>
</textarea>
<TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 BORDERCOLOR=black BGCOLOR=pink width=90% height=60>
<TR><TD align=center STYLE="filter: flipv">obsessed with judybOOtey
flipV</TD></TR></TABLE>
<textarea style="width:90%; height: 100px">
<TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 BORDERCOLOR=black BGCOLOR=pink width=250 height=60>
<TR><TD align=center STYLE="filter: flipv">obsessed with judybOOtey</TD></TR></TABLE>
</textarea>
</center>
</p>
<hr>
<font class=heading>For Images:</font>
<font class=main2>
Before:</font>
<center>
<img src=http://www.michaelzhang.com/xanga/prop.jpg>
</center>
<font class=main2>
After:</font>
<center>
</center>
<font class=main2>
Code:</font>
-- or --
</p>
<hr>
<font class=heading>For Text:</font>
<font class=main2>
Before:</font>
<font class=main1>
<blockquote>
this text does not have a CSS filter
</blockquote>
</font>
<font class=main2>
After:</font>
<font class=main2 style="filter: fliph; height:0px">
<blockquote>
<font
style="filter: fliph; height: 0px"text text text</font>
</blockquote>
</font>
<li class=main1>Be sure to add
height: 0px, when using with text
</p>
<hr>
<marquee scrollamount=2 height=40 direction=up style="filter:fliph;text-align:center">obsessed with judybootey
obsessed with judybootey
obsessed with judybootey
obsessed with judybootey
obsessed with judybootey
obsessed with judybootey
obsessed with judybootey
obsessed with judybootey
obsessed with judybootey
</marquee>
<center>
<textarea style="width:90%; height: 100px"><marquee scrollamount=2 height=40 direction=up style="filter:fliph;text-align:center">obsessed with judybootey
obsessed with judybootey
obsessed with judybootey
obsessed with judybootey
obsessed with judybootey
obsessed with judybootey
obsessed with judybootey
obsessed with judybootey
obsessed with judybootey
</marquee>
</textarea>
</center>
</p>