I was woundering, is there any javascripts which flip a web page upside down?
Printable View
I was woundering, is there any javascripts which flip a web page upside down?
i know you can flip images with javascript
not sure about webpages though
is this for an april fools thing like HxF last year?
:P
only works with IEHTML Code:<script type="text/javascript" language="javascript">
document.write("<style type=\"text/css\">");
document.write("body \{ filter: fliph flipv \}");
document.write("</style>");
</script>
If that's meant to be an april fools, it's a shame you can't think of anything better.