Use of cursors in CSS:
Property Name Property Value Description
Cursor Auto default input symbol for text
Crosshair Cursor is 10 sub-shape
The default cursor is an arrow
Hand/pointer (general in IE) cursors are hand-shaped
The move cursor is a moving symbol
Text input symbol
Wait funnel
Help
..................
<!DOCTYPE HTML Public "-//W3C//DTD XHTML 1.0 transitional//en" "http://www.w3.org/TR/xhtml1/DTD/ Xhtml1-transitional.dtd "><HTMLxmlns= "http://www.w3.org/1999/xhtml"><Head><Metahttp-equiv= "Content-type"content= "text/html; charset=utf-8" /><title>Use of cursors, DHTML, and zooming in CSS</title><styletype= "Text/css">span{cursor:crosshair;}</style></Head><Body> <span>PHP100. COM Chinese web</span></Body></HTML>
Use of DHTML in CSS:
Property Name Property Value Description
Behavior URL DHTML File
HTC is a JavaScript file
<!DOCTYPE HTML Public "-//W3C//DTD XHTML 1.0 transitional//en" "http://www.w3.org/TR/xhtml1/DTD/ Xhtml1-transitional.dtd "><HTMLxmlns= "http://www.w3.org/1999/xhtml"><Head><Metahttp-equiv= "Content-type"content= "text/html; charset=utf-8" /><title>Use of cursors, DHTML, and zooming in CSS</title><styletype= "Text/css">span{Behavior:URL ("e:\ Web page and graphic design \ Material Library \HTC file \TOOLBAR.HTC");}</style></Head><Body> <span>PHP100. COM Chinese web</span></Body></HTML>
Use of zooming in CSS:
Property Name Property Value Description
Zoom normal uses the actual size of the object
Percent/floating-point real zoom-in reduction
<!DOCTYPE HTML Public "-//W3C//DTD XHTML 1.0 transitional//en" "http://www.w3.org/TR/xhtml1/DTD/ Xhtml1-transitional.dtd "><HTMLxmlns= "http://www.w3.org/1999/xhtml"><Head><Metahttp-equiv= "Content-type"content= "text/html; charset=utf-8" /><title>Use of cursors, DHTML, and zooming in CSS</title><styletype= "Text/css">span{Behavior:URL ("e:\ Web page and graphic design \ Material Library \HTC file \TOOLBAR.HTC");}Div{width:400px;Height:400px;Background-color:#3F0;}img{width:200px;Zoom:4.5;}</style></Head><Body><Div> <span>PHP100. COM Chinese web</span> <imgsrc=".. /.. /.. /Material Library/8izofddp.jpg " /></Div></Body></HTML>