All pastes #2094396 Raw Edit

Stuff

public text v1 · immutable
#2094396 ·published 2011-11-22 21:32 UTC
rendered paste body
<!DOCTYPE html>
<html lang="pl">
    <head>
		<meta charset="utf-8" />
		<meta name="robots" content="index,follow" />
		<meta name="author" content="Damian ferrante Wielgosik - http://ferrante.pl/o-mnie" />
		<title></title>
		<style>
		    img {
		        max-width: 100%;
		        width: 100%;
		        width: expression(parseInt(this.parentNode.parentNode.offsetWidth, 10) + "px");
		    }
		</style>
	</head>
	<body>
		<div style="width: 600px;">
		    <div style="width: 100%;">
		        <div style="border: 10px solid #000; float: left;">
		            <img src="http://www.freefoto.com/images/15/19/15_19_8---Tree--Northumberland_web.jpg">
		        </div>
		        <div style="clear: both;"></div>
		    </div>
		</div>
	</body>
</html>