http://krucze-szablony.blogspot.com/p/blog-page.html
http://land-of-grafic.blogspot.com/p/arkusze-css.html
http://terriblecrash.blogspot.com/p/instrukcje-css_1.html
http://dusza-anayi.blogspot.com/p/kody-css.html
---
http://bloggerowe-instrukcje.blogspot.com/p/tajniki-css.html
CSS: Instrukcja CSS na "przyciemniany" obrazek po najechaniu w poście.
(chyba wiadomo o co mi chodzi;p Coś takiego jak u mnie na blogu)
Wiem, że to proste, ale nie każdy jednak to wie, więc postanowiłam to wyjaśnić :)
Potrzebny nam w zasadzie jeden selektor:
.post-body img
Tutaj macie przykładowy kodzik:
.post-body img {
transtion: all 0.8s;
-moz-transition: all 0.8s;
-webkit-transition: all 0.8s;
-o-transition: all 0.8s;
}
.post-body img:hover {
opacity: 0.6;
transtion: all 0.8s;
-moz-transition: all 0.8s;
-webkit-transition: all 0.8s;
-o-transition: all 0.8s;
}
Brak komentarzy:
Prześlij komentarz