日期:2014-05-16  浏览次数:20651 次

妙味云课堂之css:其他知识点汇总

一. 热区

map 热区area 点击区域
shape="circle" 圆型coords="圆心点X圆心点Y圆的半径"
shape="rect" 矩形coords="矩形左上角x矩形左上角Y矩形右下角X矩形右下角Y"
shape="poly" 多边形coords="第一个点X,第一个点Y,第二个点X,第二个点Y..."

<img src="bigptr.jpg"  usemap="#Map" />
<map name="Map">
  <area shape="circle" coords="378,132,56" href="http://www.baidu.com">
  <area shape="rect" coords="462,157,566,217" href="http://www.qq.com">
  <area shape="poly" coords="227,251,186,220,168,221,159,234,147,258,141,283,146,300,153,
  315,161,329,171,336,182,343,201,343,219,339,235,324,238,319,236,313,231,301,227,290,224,
  280,224,272,224,268,226,261" href="http://www.sina.com.cn">
</map>


二. iframe

iframe元素会创建包含另外一个文档的内联框架(即行内框架)

<iframe src="http://www.baidu.com" width="1200" height="600" frameborder="0" scrolling="no"></iframe>


三. flash和视频的引入

① 引入flash:

<style>
body{ background:#000;}
.box{width:300px;height:300px;background:pink; position:absolut