hocam ilk verdigim kodlar gizli altındakı kodlar gızlenmemıs hali yani alttakı kodu ustteki kod gıbı yapmak ıstıyorum yapamıyorum
http://www.tivibusports.com/ bu sitedeki gibi yapacagım
http://www.tivibusports.com/ bu sitedeki gibi yapacagım
Hocam sen derdini yanlış anlatıyorsun nasıl gizliyebilirim dersen arkadaşın bahsettiği olayı kullanacaksın display:none olarak ama linkteki gibi istiyorsan.
style.css dosyana
.sportligtvbaba {
text-align: left;
font-size: 15px;
padding: 5px 5px;
margin-bottom: 5px;
display: block;
position: relative;
clear: both;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0070a7), to(#003955)) !important;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0070a7), to(#003955)) !important;
font-weight: 600;
color: #fff;
}
.sportligtvbabatime {
padding: 2px 5px;
border-radius: 4px;
font-weight: 700;
background: -webkit-gradient(linear,left top,left bottom,from(#ff3826),to(#e63323));
font-size: 13px;
margin-top: -1px;
}
.sportligtvbaba a {
color: #fff;
}
.sportligtvbaba:hover {
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003f5e), to(#00283c)) !important;
background-image: -moz-linear-gradient(100% 100% 90deg, #00283c, #003f5e) !important;
}
ekleyeceksin sonra
bu şekilde kullanacaksın.