• 31-10-2014, 21:24:50
    #1
    Üyeliği durduruldu
    Merhaba,

    .moviefilm {width:129px;height:175px;float:left;background:#2 42424;color:#005baa;font-size:11px;font-weight:normal;text-align:center;padding-top:3px;margin:7px;margin-bottom:20px;border-top:1px solid #333333;border-left:1px solid #333333;border-right:1px solid #333333;font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;border-radius:4px;transition: all .3s linear;-o-transition: all .3s linear;-moz-transition: all .3s linear;-webkit-transition: all .3s linear;}
    .moviefilm:hover{ background: #4679aa;transition: all .3s linear;-o-transition: all .3s linear;-moz-transition: all .3s linear;-webkit-transition: all .3s linear;}
    .moviefilm img{margin:2px 0px -1px 0px;width:119px;height:125px;}
    .movief{width:129px; height:30px;float:left;color:#005baa;font-size:11px;font-weight:normal;background:#242424 url(images/filmalt1.png) no-repeat;overflow:hidden;padding-top:4px; line-height:14px;font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;}
    .movief a{color:#cecece;}
    .movies{width:131px; height:24px;float:left;color:#ccc;font-size:11px;font-weight:normal;overflow:hidden;margin-left:-1px;background: url(images/filmalti2.png) no-repeat;font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;}
    .movies a{color:#ffffff;}
    .moviefilm .yeni {position:absolute;margin:-6px 0px 0px 3px;padding:0px;background: url(images/yeni.png) no-repeat;width:37px;height:18px;}
    .moviefilm .likeThis {display: block;}
    .moviefilm .likeThis:hover,
    .moviefilm .likeThis.done {text-decoration:none;}
    .moviefilm .likeThis.done {color: #CCCCCC;cursor:text;}

    Anasayfadaki resimler küçük geliyor.Css den düzeltmem gerekiyor ama çözemedim .

    width="147" height="205"

    cinsinden yapabilirmiyiz uyumlu bir şekilde acaba.
  • 31-10-2014, 21:42:39
    #2
    Resimlere bir class verebilirseniz işiniz kolaylaşır.

    .resimclass {width:147px;height:205px}
    Eğer moviefilm içerisindeki tüm resimlere etki etmek istiyorsanız

    .moviefilm img{width:147px;height:205px}