Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter HUMANBROKERS

    (@humanbrokers)

    Very simple thing: AND NOW THE OUTERSPACE IS NOT WORKING WHY????
    So someone re-touch WordPress or the Theme The one I am using is VISUAL

    /* initial state */
    #outerspace {
    position: relative;
    height: 400px;
    background: #0c0440 url(/images/outerspace.jpg);
    color: #fff; .center-content { width: 840px; margin: 0px auto; }

    div.rocket {
    position: absolute;
    bottom: 10px;
    left: 20px;
    -webkit-transition: 3s ease-in;
    -moz-transition: 3s ease-in;
    -o-transition: 3s ease-in;
    transition: 3s ease-in;
    }
    div.rocket div {
    width: 92px;
    height: 215px;
    background: url(/images/rocket.gif) no-repeat; -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
    }
    #outerspace:hover div.rocket {
    -webkit-transform: translate(540px,-200px);
    -moz-transform: translate(540px,-200px);
    -o-transform: translate(540px,-200px);
    -ms-transform: translate(540px,-200px);
    transform: translate(540px,-200px);
    }
    #outerspace:hover div.rocket div {
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    -o-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
    }
    }

    Thread Starter HUMANBROKERS

    (@humanbrokers)

    Well because Something wrong had happened with wordpress; I need to talk with someone who is straight with wordpress Team!

    how is that I am working for hours; everything Works fine and next day nothing Works!!!

Viewing 2 replies - 1 through 2 (of 2 total)