cursor-021.xht (894B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 5 <head> 6 7 <title>CSS Test: cursor - <uri> value</title> 8 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 10 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#cursor-props" /> 11 <meta content="interact invalid" name="flags" /> 12 <meta content="When an user-defined cursor is provided, a generic cursor value must be provided at the end of the list." name="assert" /> 13 14 <style type="text/css"><![CDATA[ 15 span {cursor: url("support/fail.cur");} 16 ]]></style> 17 18 </head> 19 20 <body> 21 22 <p>Hovering the pointing device over the text sample should make it rendered as a text cursor (often an I-beam).</p> 23 24 <div> 25 <span>text sample</span> 26 </div> 27 28 </body> 29 </html>