CSS Hover Table

« Older   Newer »
 
  Share  
.
  1. JackGaunt
     
    .

    User deleted


    provate (entrambi) a modificare
    CODICE
    .supermenuwrapper {position:absolute;}
    .supermenuoptions {position: absolute;
    right: 63px;
    height: 300px;
    top: 23px; background: rgba(0, 0, 0, 0.3);
    text-align: right;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s}

    con
    CODICE
    .supermenuwrapper {position:relative; top: 10px; width: 100%; height:320px}
    .supermenuoptions {position: absolute;
    right: 3px;
    height: 300px;
    top: 23px; background: rgba(0, 0, 0, 0.3);
    text-align: right;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s}
     
    Top
    .
42 replies since 22/10/2012, 21:38   1510 views
  Share  
.