https://instagram.com/alphazzers
   
Konuyu Oyla:
  • Toplam: 3 Oy - Ortalama: 3.33
  • 1
  • 2
  • 3
  • 4
  • 5
Flat Responsive Sliding Boxes
#1
Dün bulduğum ve siteme yerleştirdiğim güzel bir slider ile karşınızdayım.Ben yapmadım.


Admin KP > Temalar & Şablonlar > Şablonlar > Temanız >

{header} yazısının hemen altına boşluk bırakıp yapıştırın.HTML KODLARI;


PHP Kod:
<section>
<
div id="icon-wrapper">
 
 <a href="map.html">
 
   <div class="icons">
 
     <div class="icon-slide-container">
 
       <img class="slide-icon"  alt="The Kite Map Logo" height="100" src="http://thekitemap.com/images/slide/view-map.jpg">
 
       </div>
 
     </div>
 
   </a>
 
   
    
<a href="kite-map.php">
 
     <div class="icons2">
 
       <div class="icon-slide-container">
 
         <img class="slide-icon"  alt="The Kite Map Logo" height="100" src="http://thekitemap.com/images/slide/add-beach.jpg">
 
         </div>
 
       </div>
 
     </a>
 
     
      
<a href="location.php">
 
       <div class="icons3">
 
         <div class="icon-slide-container">
 
           <img class="slide-icon"  alt="The Kite Map Logo" height="100" src="http://thekitemap.com/images/slide/view-all.jpg">
 
           </div>
 
         </div>
 
       </a>
 
       
        
<a href="feedback.html">
 
         <div class="icons4">
 
           <div class="icon-slide-container">
 
             <img class="slide-icon"  alt="The Kite Map Logo" height="100" src="http://thekitemap.com/images/slide/feedback.jpg">
 
             </div>
 
           </div>
 
         </a>
 </
div>
</
section



Admin KP > Temalar & Şablonlar > Temalar > Temanız > global.css > Gelişmiş düzenleme > En alta yapıştırın bu CSS kodlarını;


PHP Kod:
body3{
 
 background:#eeeeee;
}

section{
 
floatleft;
 
padding-top50px;
 
padding-bottom100px;
 
width100%;
 
padding-left:0;
 
padding-right:0;
}

#icon-wrapper{
 
width:100%;
 
float:left;
 
height:300px;
}

.
icons {
 
width:25%;
 
float:left;
 
position:relative;
}
.
icons2 {
 
width:25%;
 
float:left;
 
position:relative;
 
margin-left:25%;
}
.
icons3 {
 
width:25%;
 
float:left;
 
position:relative;
 
margin-left:50%;
}
.
icons4 {
 
width:25%;
 
float:left;
 
position:relative;
 
margin-left:75%;
}

.
icon-slide-container{
 
height:300px;
 
overflow:hidden;
 
text-alignleft;
 
positionabsolute;
 
floatleft;
 
width300px;
 
left50%;
 
margin-left: -150px;
}

.
slide-icon{
 
 width:300px;
 
 height:auto;
 
 position:absolute;
 
 margin-top:-300px;
 
 -webkit-transition:.4s ease;
 
 -moz-transition:.4s ease;
 
 -ms-transition:.4s ease;
 
 -o-transition:.4s ease;
 
 transition:.4 ease;
}
 
.
slide-icon:hover{
 
 position:absolute;
 
 margin-top:0;
}

@
media only screen and (max-width1300px) {
 
 #icon-wrapper{
 
width:100%;
 
float:left;
 
height:170px;
 }
 
 .icon-slide-container {
 
height200px;
 
overflowhidden;
 
text-alignleft;
 
positionabsolute;
 
floatleft;
 
width200px;
 
left50%;
 
margin-left: -100px;
 }
 
 .slide-icon {
 
width200px;
 
heightauto;
 
positionabsolute;
 
margin-top: -200px;
 }
}

@
media only screen and (max-width1000px) {
 
 #home-social-container{
 
margin-right0;
 
margin-left0;
 
width100%;
 
padding0;
 
floatleft;
 
left0;
 }
}

@
media only screen and (max-width840px) {
 
 #icon-wrapper{
 
width:100%;
 
float:left;
 
height:650px;
 }
 
 .
icon-slide-container {
 
height300px;
 
overflowhidden;
 
text-alignleft;
 
positionabsolute;
 
floatleft;
 
width300px;
 
left50%;
 
margin-left: -150px;
 }
 
 .
slide-icon {
 
width300px;
 
heightauto;
 
positionabsolute;
 
margin-top: -300px;
 } 
 .
icons {
 
width50%;
 
floatleft;
 
positionrelative;
 }
 .
icons2 {
 
width50%;
 
floatleft;
 
positionrelative;
 
margin-left50%;
 }
 .
icons3 {
 
width50%;
 
floatleft;
 
positionrelative;
 
margin-left0%;
 
margin-top350px;
 }
 .
icons4 {
 
width50%;
 
floatleft;
 
positionrelative;
 
margin-left50%;
 }
}
 
                       
@media only screen and (max-width650px) {
 
#icon-wrapper {
 
height400px;
 }
 
#section{
 
width90%;
 
padding-left:5%;
 
padding-right:5%;
 }
 .
slide-icon {
 
width200px;
 
heightauto;
 
positionabsolute;
 
margin-top: -200px;
 }
 .
icon-slide-container {
 
height200px;
 
width200px;
 
left50%;
 
margin-left: -100px;
 }
 .
icons3 {
 
width50%;
 
positionrelative;
 
margin-left0%;
 
margin-top230px;
 }
}
 
                                 
@media only screen and (max-width570px) {
 
#icon-wrapper {
 
height300px;
 }
 .
slide-icon {
 
width150px;
 
heightauto;
 
positionabsolute;
 
margin-top: -150px;
 }
 .
icon-slide-container {
 
height150px;
 
width150px;
 
left50%;
 
margin-left: -75px;
 }
 .
icons3 {
 
width50%;
 
floatleft;
 
margin-left0%;
 
margin-top190px;
 } 




Önizleme olarak buraya bakabilirsiniz:
Kod:
onizle.koddostu.com
Ara
Cevapla PGM
Teşekkür verenler:
#2
Forum ziyaretçilere kapalı,

koddostundan önizlemek için css'in başına <style> 

sonunada;

</style>  tagları arasına koyun.

Paylaşım için teşekkürler.
Ara
Cevapla PGM
Teşekkür verenler:
#3
Evet kapalı.


PHP Kod:
onizle.koddostu.com 


Sitesinden önizleyebilirsiniz.Önemli değil.
Ara
Cevapla PGM
Teşekkür verenler:


Hızlı Menü:


Şu anda bu konuyu okuyanlar: 2 Ziyaretçi



Reklam yaziniz bostur. ayarlardan duzenleyiniz:medi -

Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping