abspos-025.xht (1104B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: Positioning replaced elements with four offsets</title> 5 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> 6 <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/> 7 <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/024.html" type="text/html"/> 8 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width"/> 9 <link rel="match" href="abspos-025-ref.xht" /> 10 11 <meta name="flags" content="image"/> 12 <style type="text/css"> 13 html { background: url(support/swatch-red.png) no-repeat 4em 4em; } 14 body {margin: 8px; font: 1em/1.25 serif;} 15 strong {line-height: 1;} 16 img { position: absolute; left: 4em; right: 0; top: 4em; bottom: 0; } 17 </style> 18 </head> 19 <body> 20 <p>Test passes if there is a green square and <strong>no red</strong>. <img src="support/swatch-green.png" alt="FAIL" /></p> 21 22 </body> 23 </html>