fade background images with css3

后端 未结 2 1563
再見小時候
再見小時候 2021-01-16 01:19

Hey everyone... Im wondering why this wont work?

.right-article.boy {
    background: transparent url(../images/boxes-bg/boy.jpg) left top no-repeat;
    wi         


        
相关标签:
2条回答
  • 2021-01-16 01:56

    Have a look at http://css3.bradshawenterprises.com/cfimg/ – I wrote this tutorial to help people with issues like this!

    0 讨论(0)
  • 2021-01-16 02:08

    i can't imagine how image would change during 1.5s.
    i would do this a little bit different:
    http://jsfiddle.net/seler/48BM4/1/ or http://jsfiddle.net/seler/48BM4/2/

    with images it would work like that: http://jsfiddle.net/seler/48BM4/3/

    another example iwth auto height and no need to duplicate content:
    http://jsfiddle.net/seler/48BM4/7/

    0 讨论(0)
提交回复
热议问题