css3常用

图片由灰变彩色的动画效果

img{width:100%;-webkit-filter: grayscale(1);filter: gray;filter: grayscale(1);transition:all 2s;}

img:hover{filter: grayscale(0);}

渐变背景

exmekmotor.com

225595

3e92f9

background: -ms-linear-gradient(top, #225595, #3e92f9);

background: -moz-linear-gradient(top, #225595, #3e92f9);

background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#225595), to(#3e92f9));

background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#225595), to(#3e92f9));

background: -o-linear-gradient(top, #225595, #3e92f9);

移动端列表border-bottom 0.5px效果:

border: none;

background-color: #fff;

background-size: 100% 1px;

background-repeat: no-repeat;

background-position: 0 bottom;

background-image: linear-gradient(0,#dddddd,#dddddd 50%,transparent 50%);

background-image: -webkit-linear-gradient(90deg,#dddddd,#dddddd 50%,transparent 50%);

2、鼠标经过图片缓慢放大

div img{ transition: all 0.6s;}

div img:hover { transform: scale(1.4);}

3、input placeholder文字颜色样式更改

.m-top-search input::-webkit-input-placeholder,

.m-top-search input::-moz-placeholder,

.m-top-search input::-ms-input-placeholder {

color: #fff;

}

3、文本左右全对齐

text-align:justify;

text-align-last:justify;

5、多行文本溢出显示省略号

overflow:hidden;

text-overflow:ellipsis;

display:-webkit-box;

-webkit-box-orient:vertical;

-webkit-line-clamp:2;

兼容IE8:

<ul class="box">

<li><a href="#">人员档案维护</a></li>

<li><a href="#">人员调动</a></li>

</ul>

.box li {

height: 40px;

}

box li a {

width: 300px;

line-height: 20px;

}

<script>

$(".box li").each(function(i){

    var divH = $(this).height();

    var $p = $("a", $(this)).eq(0);

    while ($p.outerHeight() > divH) {

        $p.text($p.text().replace(/(\s)*([a-zA-Z0-9]+|\W)(\.\.\.)?$/, "..."));

    };

});

</script>

6、浏览器没有的字体

@font-face{

font-family:ch;

/为引入的字体命名/

src:url(../font/FZZCHJW.TTF);

/定义要引入字体文件的路径/

}

*{ font-family: ch;}

7、文本区域背景裁剪

text{ color: transparent; -webkit-background-clip: text;}

8、filter:Alpha(opacity=80);

opacity:0.85;filter:alpha(opacity=85);

9、table td border重叠部分合并

table tr td { border: 1px solid #ddd; border-collapse: collapse; display: table-cell;}

table tr { border-collapse: collapse; display: table-row;}

table { border-collapse: collapse; display: table;}

table换行问题

table td {table-layout: fixed;border-collapse: collapse; word-break: break-all;}

firefox td背景色将border覆盖问题

th { background-clip: padding-box!important; }

10、小箭头

.sidebar3 a:before { content: ''; border-left: 5px solid #333; border-right: 5px solid transparent; border-top: 5px solid transparent; border-bottom: 5px solid transparent; position: absolute; left: 150px; top: 18px; z-index: 99999;}

2、网站中添加mp4视频

tooling-injection.com

<video width="540" height="353" controls preload="auto" poster="/Content/File_Img/10003/video/Stack Mold.mp4">

<source src="/Content/File_Img/watches-supplier.com/mpg.mp4" type="video/mp4"/>

Your browser does not support the video tag.

</video>

H5:

<video src="/i/movie.ogg" width="320" height="240" controls="controls">

Your browser does not support the video tag.

</video>

<video src="video/myVideo.mp4" width="640" height="480" controls preload="auto">

<source src="video/myVideo.ogv" type="video/ogg">

<source src="video/myVideo.mp4" type="video/mp4">

Your browser does not support the video tag.</video>

网站中添加swf文件

<embed src="/uploads/201712905/swf/samfullpacking.com.swf" width="360" height="260" type=application/x-shockwave-flash wmode="transparent" quality="high";> </embed>

<iframe width="560" height="315" src="https://www.youtube.com/embed/ixXcfl1NfM8" frameborder="0" allowfullscreen></iframe>

10、当屏幕小于960px时

@media screen and (max-width: 960px)

11、网页title-icon

<link href="/Content/File_Img/[[SiteId]]/favicon.ico" rel="shortcut icon" type="image/x-icon" />

12、文本垂直排列

writing-mode: tb-rl

13、清除浮动

.clearfix:after { content:""; display: block; clear:both; }

三、CSS hack写法

书写顺序为FireFox在最前,其次是IE8、IE7,最后是IE6。    

   color:red;//所有浏览器

  color:blue\9;//所有IE

  +color:orange;//IE7

  _color:green;//IE6

若浏览器为FireFox,那么color:red;若浏览器为IE8,根据CSS优先性原则,color:blue;若为IE7,color:orange;若为IE6,则color:green。

IE6识别 * 、_

IE7识别 * 、+

IE8识别 * 、\9,\0

只有IE8识别  \0/    

ie9只识别:\9

FF什么都不识别
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 212,029评论 6 492
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 90,395评论 3 385
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 157,570评论 0 348
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 56,535评论 1 284
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 65,650评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 49,850评论 1 290
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,006评论 3 408
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 37,747评论 0 268
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,207评论 1 303
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 36,536评论 2 327
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 38,683评论 1 341
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,342评论 4 330
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,964评论 3 315
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,772评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,004评论 1 266
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 46,401评论 2 360
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 43,566评论 2 349

推荐阅读更多精彩内容