check out this 403 error page

Status
Not open for further replies.

dbk

Lifer
Apr 23, 2004
17,685
10
81
Originally posted by: wwswimming
and they did it without Flash !

how do you do that ? CSS ?

i think so

http://www.teehanlax.com/resources/images/404_sign.png that's the image

check the page source
<style>
#do_not_want {
position: absolute;
top: -503px;
left: 82px;
width: 650px;
height: 507px;
background: url(http://www.teehanlax.com/resources/images/404_sign.png) no-repeat;
}
* html #do_not_want {
background: url(http://www.teehanlax.com/resources/images/blank.gif);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.teehanlax.com/resources/images/404_sign.png');
}
</style>
 
Oct 27, 2007
17,009
5
0
Originally posted by: mugs
Originally posted by: DrPizza
I see nothing! Just
403 Forbidden

The requested URL was not found on this server.
Apache/2.0.52 (Red Hat) Server at www.teehanlax.com Port 80

NoScript FTW.

NoScript FTL. Javascript is good.

So much of the web hinges on Javascript these days, running a browser without it is akin to shooting yourself in the foot. There are no real advantages to blocking JS.
 
Status
Not open for further replies.