已采納回答 / Fidis
看懂這個(gè)教程,首先要有一定的js基礎(chǔ),最重要的是要學(xué)完CSS3的變形、動(dòng)畫等新知識(shí),還有HTML5有關(guān)音頻的API,不然會(huì)比較吃力。
2017-07-08
最新回答 / kelleyq7
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);IE支持透明度屬性
2017-06-24
最新回答 / 1262485655
<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>border實(shí)現(xiàn)等高布局</title> <style type="text/css"> .clearfix:before, .clearfix:after{ display: table; content: " "; } .clearfix:after{ clear: both; } ...
2017-05-17
最新回答 / weixin_慕沐8485017
li?a{????????display:?block;????????width:?100px;????????height:?80px;????????border:?1px?solid;????????box-sizing:?border-box;????????position:?relative;????}????a:before{????????content:?"";????????width:?60px;????????height:?60px;????????border-top:?10...
2017-05-07
最新回答 / qq_北港初晴_0
background-position定位右側(cè)定位時(shí) border-right:; 是對(duì)右邊緣設(shè)置的如果是對(duì)背景圖片設(shè)置的,那么背景圖片是有border屬性的,只是透明化而已,他還存在呢。如果是給背景圖片加了div盒子,那么background-position對(duì)這個(gè)div的定位應(yīng)該是起作用的吧我的看法而已,有什么問題多多交流。
2017-04-23