<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>&l...
<iframe name="kaiu" src="http://www.kaiu.net/" frameborder=false scrolling="auto" width="100%" height="100%" frameborder=no onload="document.all[kaiu].style.heigh...
1.强制文本单行显示:white-space:nowrap;2.设置溢出文本显示为省略标记:text-overflow:ellipsis;(注:text-overflow:clip | ellipsis | ellipsis-word;(css3新增加的)其中clip表示直接裁切溢出的文本;值ellipsis表示文本溢出时,显示省略标记(...),省略标记代替最后一个字符;值ellipsis-word表示文本溢出时,也是显示省略标记(....
效果一:360°旋转 修改rotate(旋转度数)* {transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}*:hover {transform:rotate(360deg);-webkit-...
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><style>body {margin:0px;padding:0px;font-size:12px;text-align:center;}body > div {text-alig...