blob: 8ebaa24b91cbf94985846b9766af78c4bec1fe37 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<body>
<div style="display: inline-block; background: blue;
height: 120px;
border: 40px transparent solid">
<!-- We need to be taller than intrinsic height, so use a min-height -->
<img src="lime100x100.png"
style="min-height: 100%; display: block; visibility: hidden;">
</div>
</body>
|