小编mat*_*ure的帖子

CSS转换和动画无法在IE中运行(适用于Firefox/Chrome)

如何编辑我的代码以使其在IE中工作.它在Firefox和Chrome中运行良好.我无法弄清楚在Internet Explorer中调用transition和的正确属性animation.

<html>
<head>
<title> Sample for Konstantin</title>
<style type="text/css">

.text p
{text-align:center;
margin-left:auto;
margin-right:auto;
left:50%;

}
.text {

    overflow: hidden;
    margin-bottom: 110px;
    }

.text h1 {
    color: black;
    font-family: 'footlight mt light';
    font-size: 50px;
    -webkit-animation-name: fade-in;
    -webkit-animation-duration: .9s;
    letter-spacing: -10px;

    }
    a { text-decoration:none }

    .text h1 span a {
        -webkit-transition: 0.9s ;
                color: #9C948D;
        }

        .text h1:hover span a {
            color: blue;
            }


</style>
</head>
<body>
    <center>

    <div class="text"><p><h1>This is a sample, <br /> …
Run Code Online (Sandbox Code Playgroud)

html css internet-explorer css3

3
推荐指数
1
解决办法
6295
查看次数

阻止用户与多个IP共享帐户?

任何人都可以指导我如何限制用户可以拥有的成员区域5-6左右的唯一IP数量的指南/教程.似乎我帮助管理的网站上的许多用户与数十到数百人分享他们的用户名.或者任何人都可以解释我如何实现某种安全措施?

php security authentication

3
推荐指数
1
解决办法
245
查看次数

标签 统计

authentication ×1

css ×1

css3 ×1

html ×1

internet-explorer ×1

php ×1

security ×1