lostyazilim
tr.link

Div içindeki menüyü ortalama

3 Mesajlar 1.105 Okunma
lstbozum
tr.link

ECTKK ECTKK WM Aracı Kullanıcı
  • Üyelik 31.12.2019
  • Yaş/Cinsiyet 24 / E
  • Meslek Öğrenci
  • Konum Bursa
  • Ad Soyad E** Ç**
  • Mesajlar 3
  • Beğeniler 0 / 0
  • Ticaret 0, (%0)
Menüyü bir türlü ortalayamadım, margin vererek ortaladığımda da farklı çözünürlükte sağa sola kayıyor nasıl düzeltebilirim?








Anasayfa - Unique



























POPÜLER FİLM TANITIMLARI














EN ÇOK OKUNAN FİLM TANITIMLARI


























CSS
@charset "utf-8";
/* CSS Document */
body
{
margin:0px;
padding:0px;
background-color:#000;

}
#orta {
height: 720px;
width: 100%;
background-color:#FFFFFF;
margin:0 auto;

}


h1 {

font-family:Open Sans, sans-serif;
color:#FFF;
font-weight:300;
}




#ust {


background-color:#000;

background-image:url("logo_index.fw.png");
background-repeat: no-repeat;




height: 150px;
width: 100%;


background-position:top center;
}

#alt1 {

background-color:#00F;
height:5%;



margin-left:-1%;

width:5%;
float:left;

}
#alt2 {

background-color:#00F;
height:5%;



margin-left:8%;

width:5%;
float:left;

}
#alt3 {

background-color:#00F;
height:5%;



margin-left:8%;

width:5%;
float:left;

}
#alt4 {

background-color:#00F;
height:5%;



margin-left:8%;

width:5%;
float:left;

}
#alt5 {

background-color:#00F;
height:5%;



margin-left:8%;

width:5%;
float:left;

}
#alt6 {

background-color:#00F;
height:5%;



margin-left:8%;

width:5%;
float:left;

}
#alt7 {

background-color:#00F;
height:5%;



margin-left:8%;

width:5%;
float:left;

}
#alt8 {

background-color:#00F;
height:5%;



margin-left:8%;


width:5%;
float:left;

}
#alt9 {

background-color:#00F;
height:5%;



margin-left:-1%;

width:5%;
float:left;

}
#alt10{

background-color:#00F;
height:5%;


margin-left:8%;

width:5%;
float:left;

}
#alt11 {

background-color:#00F;
height:5%;



margin-left:8%;

width:5%;
float:left;

}
#alt12 {

background-color:#00F;
height:5%;



margin-left:8%;

width:5%;
float:left;

}
#alt13 {

background-color:#00F;
height:5%;



margin-left:8%;
width:5%;
float:left;

}
#alt14 {

background-color:#00F;
height:5%;



margin-left:8%;
width:5%;
float:left;

}
#alt15 {

background-color:#00F;
height:5%;



margin-left:8%;
width:5%;
float:left;

}
#alt16 {

background-color:#00F;
height:5%;


margin-left:8%;
width:5%;
float:left;

}
#altpop {
background-color:#000;
clear: both;
float: left;
height: 23%;
width: 100%;
margin-top: 10px;
margin-bottom: 20px;



}



h2 {
text-align:center;
font-family:"Open Sans", sans-serif;
font-weight: bold;
color:#FFF;
}

#bize_ulas {
width:100%;
height:300px;
background-color: #333;
}

/* */


.yatay_menu ul
{
z-index:999;

float:left;
list-style-type:none;
margin-left:25%;
margin-top:90px;
margin-bottom:0px;
margin-right:0px;
padding:0px;
}

.yatay_menu li
{

position:relative;
float:left;
width:150px;

}
.yatay_menu ul li ul
{
position: absolute;
left: -22%;
top:-60px;
display: none;
display:none;

}


.yatay_menu li a
{
text-decoration: none;
display: block;
line-height: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color:#FFF;
background-color:#000;
text-align: center;
}
.yatay_menu li a:hover {
font-size:20px;

}

.yatay_menu li ul li ul
{
position:absolute;
left: 100px;
top:-90px;
display:none;
}
.yatay_menu li:hover >ul
{
display:block;
}

/* slider */
.aw-slider
{
top:1%;

margin:0 auto;
width:1131px;
height:523px;
overflow: hidden;
position: relative;
}
.resim1, .resim2, .resim3, .resim4, .resim5
{
position: absolute;
width:1131px;
height:523px;
top: 1px;
}

.aw-slider > div > a > span
{
position:relative;
display:block;
background-color:black;
color:white;
right:1131px;
bottom:50px;
padding:5px 10px;
width: 75px;
height: 25px;
}
.resim1{
left: 1px;
}
.resim2{left: 1131px;}
.resim3{left: 2262px;}
.resim4{left: 3393px;}
.resim5{left: 4524px;}

.aw-slider > div
{
width:1131px;
height:523px;
left:0px;
position: absolute;

-webkit-animation-duration: 20s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-name: gecisler;
-moz-animation-duration: 20s;
-moz-animation-iteration-count:infinite;
-moz-animation-name: gecisler;
-ms-animation-duration: 20s;
-ms-animation-iteration-count:infinite;
-ms-animation-name: gecisler;
animation-duration: 20s;
animation-iteration-count:infinite;
animation-name: gecisler;
}
.aw-slider > div img{

filter: alpha(opacity=95);
}

.aw-slider > div img:hover{
opacity: 0.9;
filter: alpha(opacity=100);
}

.aw-slider > div:hover{
-webkit-animation-play-state:paused;

}
@-webkit-keyframes gecisler
{
0% {left:0px;}
10% {left:0px;}
20% {left:-1131px;}
30% {left:-1131px;}
40% {left:-2262px;}
50% {left:-2262px;}
60% {left:-3393px;}
70% {left:-3393px;}
80% {left:-4524px;}
90% {left:-4524px;}
}
@-moz-keyframes gecisler
{
0% {left:0px;}
10% {left:0px;}
20% {left:-1131px;}
30% {left:-1131px;}
40% {left:-2262px;}
50% {left:-2262px;}
60% {left:-3393px;}
70% {left:-3393px;}
80% {left:-4524px;}
90% {left:-4524px;}
}
@-ms-keyframes gecisler
{
0%{left:0px;}
10% {left:0px;}
20% {left:-1131px;}
30% {left:-1131px;}
40% {left:-2262px;}
50% {left:-2262px;}
60% {left:-3393px;}
70% {left:-3393px;}
80% {left:-4524px;}
90% {left:-4524px;}
}
@keyframes gecisler
{
0% {left:0px;}
10% {left:0px;}
20% {left:-1131px;}
30% {left:-1131px;}
40% {left:-2262px;}
50% {left:-2262px;}
60% {left:-3393px;}
70% {left:-3393px;}
80% {left:-4524px;}
90% {left:-4524px;}
}
 

 

wmaraci
reklam

behelit behelit Üyeliği Durdurulmuş Banlı Kullanıcı
  • Üyelik 07.11.2018
  • Yaş/Cinsiyet 24 / E
  • Meslek Yazılım geliştirme
  • Konum İstanbul Avrupa
  • Ad Soyad M** Ö**
  • Mesajlar 52
  • Beğeniler 3 / 20
  • Ticaret 0, (%0)
Menüyü kapsayan div e display flex ve align-items center verirseniz dikey olarak ortalarsınız içeriğini.
 

 

beratmemisoglu beratmemisoglu WM Aracı Kullanıcı
  • Üyelik 22.12.2019
  • Yaş/Cinsiyet 20 / E
  • Meslek BİLİŞİM ÖĞRENCİSİ
  • Konum Mersin
  • Ad Soyad B** M**
  • Mesajlar 444
  • Beğeniler 48 / 52
  • Ticaret 0, (%0)







böyle yapın
 

 

OKUL DEDİĞİN NE DİR Kİ ?
wmaraci
wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al