OSDN Git Service

画像上は立ち絵半透明させない(IEのみ)
authorCake <cake_67@users.sourceforge.jp>
Sat, 20 Mar 2010 06:51:19 +0000 (15:51 +0900)
committerCake <cake_67@users.sourceforge.jp>
Sat, 20 Mar 2010 06:51:19 +0000 (15:51 +0900)
app/webroot/css/base.css

index c59d94e..816e169 100644 (file)
@@ -467,8 +467,8 @@ table.CharacterSheet {
        width: 780px;
        background-color: #FFF;
        filter: alpha(opacity=90);
-       -moz-opacity: 0.9;
-       opacity: 0.9;
+       -moz-opacity: 0.90;
+       opacity: 0.90;
 }
 
 table.right {
@@ -515,6 +515,7 @@ tr#CharacterStatusRow td.image {
        margin: 0;
        border-right: 1px solid #ccc;
 }
+
 div#CharacterMainPicture {
        display : inline;
        width: 150px;
@@ -524,6 +525,13 @@ div#CharacterMainPicture {
        text-align: center;
        overflow: hidden;
 }
+table.CharacterSheet img {
+       position: relative;
+       background-color: #FFF;
+       filter: alpha(opacity=100);
+       -moz-opacity: 1.00;
+       opacity: 1.00;
+}
 div.editImageLink {
        text-align: center;
        margin-bottom: 4px;