Skip to content

Commit

Permalink
IE7
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasJang committed Apr 25, 2014
1 parent 3aec213 commit 533902b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Archon/login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@
transition: 0.6s;
transform-style: preserve-3d;
}
*.front, .back {
position: absolute;
top: 0px;
left: 0px;
width:200px;height:350px;
}

.front {
z-index: 2;
Expand Down Expand Up @@ -121,7 +127,8 @@
filter: FlipH(true);
-ms-filter: "FlipH";
}
</style>

</style>
<script type="text/javascript">
var fnObj = {
pageStart: function(){
Expand Down Expand Up @@ -189,7 +196,7 @@
<div class="Hspace5"></div>
<input id="passwd" type="password" name="passwd" value="" placeholder="비밀번호를 입력하세요" class="AXInput AXInputPlaceHolder" style="width:190px;" />
<div class="Hspace5"></div>
<input type="submit" value="Login" class="AXButton W180 Green" />
<button type="submit" class="AXButton W180 Green">Login</button>
</form>
<div class="Hspace20"></div>
<div style="font-size:10px;color:#717171;font-family:Consolas;">
Expand Down

0 comments on commit 533902b

Please sign in to comment.