Skip to content

Instantly share code, notes, and snippets.

@JayCuthrell
Created August 21, 2010 00:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JayCuthrell/541499 to your computer and use it in GitHub Desktop.
Save JayCuthrell/541499 to your computer and use it in GitHub Desktop.
<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