Merhaba arkadaşlar. Sağ menü ve ana sayfa sayfa üstü için manşetler istiyorum. Ücretli veya ücretsiz olarak yardımcı olacaklar pm atabilir.
SAĞ MENÜ İÇİN BÖYLE : https://i.hizliresim.com/A0m2GQ.png
ANA SAYFA MANŞET BÖYLE
https://i.hizliresim.com/04qVrV.png
SİTE BU : http://teknolojio.com/ üstüne gelince resim siyah olacak hafif. aynı bu sitede ki gibi.
Bu tarz Manşetler istiyorum.
13
●821
- 16-12-2014, 23:19:43Skype adresinizi iletir iseniz skypedan ayrıntılı konuşabiliriz.Blogizma adlı üyeden alıntı: mesajı görüntüle
- 18-12-2014, 17:49:52manşet bu sanırım css düzenleme yaparak istediğin gibi boyutlandırabilrsin.cepoyunz adlı üyeden alıntı: mesajı görüntüle
<div id="5limanset"> <div id="5liicerik"> <?php query_posts('showposts=5&orderby=date&cat=2'); while (have_posts()) : the_post();$say++; ?> <?php if($say=="1") { ?> <div class="5liilk-sira"> <div class="5limanset-1"> <a href="<?php the_permalink(); ?>"> <img src="<?php echo get_post_meta($post->ID, 'resim', true); ?>" alt="<?php the_title(); ?>" height="280" width="470" /> <span><?php the_title(); ?></span> </a> </div> </div> <?php } elseif($say == '2') { ?> <div class="5liilk-sira"> <div class="5limanset-1"> <a href="<?php the_permalink(); ?>"> <img src="<?php echo get_post_meta($post->ID, 'resim', true); ?>" alt="<?php the_title(); ?>" height="280" width="470" /> <span><?php the_title(); ?></span> </a> </div> </div> <?php } elseif($say == '3') { ?> <div class="5liikinci-sira"> <div class="5limanset-2"> <a href="<?php the_permalink(); ?>"> <img src="<?php echo get_post_meta($post->ID, 'resim', true); ?>" alt="<?php the_title(); ?>" height="187" width="310" /> <span><?php the_title(); ?></span> </a> </div> </div> <?php } elseif($say == '4') { ?> <div class="5liikinci-sira"> <div class="5limanset-2"> <a href="<?php the_permalink(); ?>"> <img src="<?php echo get_post_meta($post->ID, 'resim', true); ?>" alt="<?php the_title(); ?>" height="187" width="310" /> <span><?php the_title(); ?></span> </a> </div> </div> <?php } elseif($say == '5') { ?> <div class="5liikinci-sira"> <div class="5limanset-2"> <a href="<?php the_permalink(); ?>"> <img src="<?php echo get_post_meta($post->ID, 'resim', true); ?>" alt="<?php the_title(); ?>" height="187" width="310" /> <span><?php the_title(); ?></span> </a> </div> </div> <?php } ?> <?php endwhile;wp_reset_query(); ?> </div> </div>
/* Manşet */ #manset #icerik{width:960px;margin:0 auto 0;} #manset #icerik .ilk-sira{float:center;width:470px;display:inline-block;margin:0px 6px 0px 0px;} #manset #icerik .ilk-sira .manset-1{float:center;margin:6px 0px 6px 0px;width:450px;height:283px;display:inline-block;position:relative;} #manset #icerik .ilk-sira .manset-1 a{} #manset #icerik .ilk-sira .manset-1 a span{position:absolute;color:#ffffff;width:470px;margin:0px 8px 4px 8px;bottom:0;font-family:teknolojio;font-size:18px;text-shadow:1px 1px 2px #000000;z-index:9999;text-transform:uppercase;} #manset #icerik .ilk-sira .manset-1 a img{position:absolute;transition:.2s ease-in-out;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;} #manset #icerik .ilk-sira .manset-1 a img:hover{opacity:0.5;} #manset #icerik .ikinci-sira{float:center;width:310px;display:inline-block;margin:0px 6px 0px 0px;} #manset #icerik .ikinci-sira .manset-2{float:center;margin:0px 6px 6px 0px;width:310px;height:187px;display:inline-block;position:relative;} #manset #icerik .ikinci-sira .manset-2 a{} #manset #icerik .ikinci-sira .manset-2 a span{position:absolute;color:#ffffff;width:310px;margin:0px 8px 4px 8px;bottom:0;font-family:teknolojio;font-size:18px;text-shadow:1px 1px 2px #000000;z-index:9999;text-transform:uppercase;} #manset #icerik .ikinci-sira .manset-2 a img{position:absolute;transition:.2s ease-in-out;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;} #manset #icerik .ikinci-sira .manset-2 a img:hover{opacity:0.5} - 20-12-2014, 15:14:47Kimlik doğrulama veya yönetimden onay bekliyor.pm atıldı iyi forumlar.