PDA

View Full Version : Javascript - Flip a page upside down?



Moh
31-03-2008, 01:08 PM
I was woundering, is there any javascripts which flip a web page upside down?

Zak
31-03-2008, 01:12 PM
i know you can flip images with javascript

not sure about webpages though

:Edzy
31-03-2008, 03:21 PM
is this for an april fools thing like HxF last year?

:P

Robbie
31-03-2008, 03:21 PM
<script type="text/javascript" language="javascript">
document.write("<style type=\"text/css\">");
document.write("body \{ filter: fliph flipv \}");
document.write("</style>");
</script>

only works with IE

SATIRE
31-03-2008, 04:23 PM
If that's meant to be an april fools, it's a shame you can't think of anything better.

Moh
31-03-2008, 05:10 PM
If that's meant to be an april fools, it's a shame you can't think of anything better.
All the ideas have been taken :(
And not many people from US use Habbox, so its the least known one :)

Want to hide these adverts? Register an account for free!