blob: 007a8a543be300e122f10bef67064e73a82bffe3 [file] [log] [blame]
<!DOCTYPE html>
<style>
#float {
background: url('resources/bgimg1x50.png') 100% 0px no-repeat #FFF;
height: 1px;
width: 1px;
transform: scale(50);
}
#container {
margin-left: 3px;
overflow: hidden;
width: 9px;
height: 10px;
}
</style>
<div id="container">
<div id="float"></div>
</div>