Created
August 21, 2010 00:16
-
-
Save JayCuthrell/541499 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<!-- based on source from --> | |
<!-- http://Bacolicio.us --> | |
<!-- and --> | |
<!-- http://browsersize.googlelabs.com --> | |
<title>Yep. Got this idea from looking at Bacolicio.us and Google Page Size.</title> | |
<style type="text/css" media="screen"> | |
body { margin: 0; padding: 0; } | |
#googlebrowsersizeoverlay { position: absolute; top: 0%; left: 0%; opacity: 0.4; filter: alpha(opacity=40); } | |
</style> | |
</head> | |
<body> | |
<iframe width="100%" height="100%" src="http://www.readwriteweb.com" border="0" noborder="noborder" frameborder="0" padding="0" spacing="0"></iframe> | |
<div id="googlebrowsersizeoverlay"><img src="http://browsersize.googlelabs.com/static/2009-11-18-day_google_com_100.png"></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment