Page: | 1 |
Topic:

[pl] Błąd parsowania opacity=60 jak się pozbyć

euphoria-art
See profile of: euphoria-art
2011-07-24 12:28:39
Votes: 0
Vote answer in plus Vote answer in minus
jak pozbyć się 3 błędów związanych z lightboxem w plugins.css

Błąd parsowania opacity=60)
93 #overlay Właściwość -moz-opacity nie istnieje : 0.6 0.6
94 #overlay WłaWłaściwość opacity nie istnieje w CSS wersja 2.1, ale istnieje w : 0.6 0.6

  » freeware Quick.Cms v3.x
euphoria-art
See profile of: euphoria-art
2011-07-24 13:32:57
Votes: 0
Vote answer in plus Vote answer in minus
usunąłem te linijki z plugins.css i o dziwo wszystko działa i nie ma błędu, nie wiem po co to było i do czego służyło
openzibi
See profile of: openzibi
2011-07-25 10:09:51
Votes: 0
Vote answer in plus Vote answer in minus
euphoria - po tej zmianie sprawdź działanie lightbox w przegladarce Firefox.



-------------------------------------------------------
hosting-domeny-strony - http://www.rhh.pl
euphoria-art
See profile of: euphoria-art
2011-07-25 11:12:59
Votes: 0
Vote answer in plus Vote answer in minus
działa we wszystkich przeglądarkach a z Firefox'a na co dzień korzystam i jest ok.
euphoria-art
See profile of: euphoria-art
2012-02-02 16:16:04
Votes: 0
Vote answer in plus Vote answer in minus
pozbyłem się lightboxa, w container .tpl pousuwałem:
<script type="text/javascript" src="core/prototype.lite.js"></script>
<script type="text/javascript" src="core/moo.fx.js"></script>
<script type="text/javascript" src="core/litebox-1.0.js"></script>
oraz AddOnload( initLightbox );
Czy jak tego lightboxa nie ma to mogę usunąć z templates/plugins.css

#lightbox{
position: absolute;
top: 40px;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}

#lightbox a img{ border: none; }

oraz najważniejszy wpis bo przez niego są błędy w walidacji:
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
??
euphoria-art
See profile of: euphoria-art
2012-02-02 16:17:15
Votes: 0
Vote answer in plus Vote answer in minus
dodam jeszzce że zastąpiłem go mlboxem
euphoria-art
See profile of: euphoria-art
2012-02-02 16:28:51
Votes: 0
Vote answer in plus Vote answer in minus
zauwazyłem że to nie wszystko jeszcze cos tam jest np #prevLink #loading,
euphoria-art
See profile of: euphoria-art
2012-02-02 16:34:28
Votes: 0
Vote answer in plus Vote answer in minus
wyczyściłem sporo tego bo zsotało tylko too:

/*
Quick.Cms default plugins stylesheet
/*/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

* html>body .clearfix {
display: inline-block;
width: 100%;
}

* html .clearfix {
/* Hides from IE-mac \*/
height: 1%;
/* End hide from IE-mac */
}
czy te zostawione wpisy czasami nie są też od lightboxa?
euphoria-art
See profile of: euphoria-art
2012-02-02 21:20:34
Votes: 0
Vote answer in plus Vote answer in minus
odpowie ktoś? chciałbym ten plugins.css wyczyścić z tego czego nie używam, zawsze to pare bajtów mniej w kodzie
euphoria-art
See profile of: euphoria-art
2012-02-03 15:11:00
Votes: 0
Vote answer in plus Vote answer in minus
temat mozna zamknąć, zawartość całego plugins.css poszła do kosza
Page: | 1 |
 


If You want to do this operation, please log in first ».
If You don't have an account please register ».
Valid XHTML 1.0! Valid CSS! version: 2.2.0-alfa | powered by Quick.Forum