• 28-08-2012, 10:31:16
    #1
    Üyeliği durduruldu
    Merhaba Değerli Arkadaşlar

    Joomlada ürünlerin gösterebildiği bir site yapıyorum. Problemim ürün detay sayfasında resimler orantısız geliyor. alt resimleri çözdüm. Üst görünümde ise resim yükseliği genişliğe göre otamatik büyüyor. fakat alt çerçeve verdiğin sabit ölçüde kalıyor. resimle birlikte otomatik büyümüyor. Yardımlarınızı bekliyorum.

    CSS KODU
    #slides {
    	position:absolute;
    	top:0;
    	left:0;
    	z-index:100;
    }
    
    /*
    	Slides container
    	Important:
    	Set the width of your slides container
    	Set to display none, prevents content flash
    */
    
    .slides_container {
    	width:200px;
    	height:200px;
    	border:1px solid #e5e5e5;
    	background:#fafafa;
       	margin:0px;
    	padding:10px;
    	position:absolute;;
    	display:none;
    	margin-bottom:auto;
    	}
    
    /*
    	Each slide
    	Important:
    	Set the width of your slides
    	If height not specified height will be set by the slide content
    	Set to display block
    */
    .slides_control { height:200px!important; }
    
    .slides_container div.slide {
    	width:200px;
    	height:100px;
    	display:block;
    	background:#fff!important;
    }
    
    .slides_container div.slide a { width:200px; height:100px; background:#fff; display:block;}
    .slides_container div.slide a.img2 img {width:200px; height:100px; background:#fff!important;}
    .slides_container .productimage {width:200px; height:auto; background:#fff!important;}
    HATA RESMİ

  • 28-08-2012, 14:22:47
    #2
    Üyeliği durduruldu
    alt çerçeve için hangi css classını kullandığını bilmiyorum ama oraya şey vermişsin büyük ihtimalle

    çerçevenin css kodundaki height: değerini sil. resimle otomatik büyüyüp küçülücektir.
  • 29-08-2012, 23:14:06
    #3
    Position:relative; olarak değiştirip denersen sorun büyük ihtimalle çözülür.