>LOL! Gotta hand it to this person for creativity. Unfortunately, not >for much else. I thought of doing this once, then the sheer >inefficiency of doing a picture this way struck me...
Brandon, Maybe it's the Scully in me (I'm an avid xfiles fan), but I REALLY doubt he painstakingly drew that image as the movie purports. At 33 seconds in the movie, it just starts scrolling text... There are a great deal of apps that do similar things: http://www.text-image.com/samples/face.html http://img2html.alpha-interactive.qarchive.org/ So.... now here's a REAL feat, to make Wade proud! The same thing in CSS in 2 lines! /* CSS FILE */ body {background-color: #000000; margin:0px;} .imageBk {margin: 15 20 5 10; background: url(/images/goofyRabbitGirlThing.gif) no-repeat; width:145px; height: 275px;} <!-- sample html--> <body> <div class="imageBK"></div> </body> On the other hand, if the image had been Lo Pan or Jack Burton from Big Trouble in Little China, that would be a feat! mj/v _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
