css kodlarım.
.videolar {
margin::0px auto;
width:auto;
height:auto;
display:inline;
}
.gallery {
margin:auto;
width:auto;
display:inline;
}
.gallery li {
margin: 10px;
_margin: 5px;
padding: 0;
float: left;
position: relative;
width: 155px;
height: 150px;
display:inline;
}
.gallery img {
background: #fff;
border: solid 1px #ccc;
padding: 4px;
display:inline;
}
.gallery span {
width: 20px;
height: 18px;
display: block;
position: absolute;
bottom: 40px;
right: 5px;
display:inline;
}
.gallery .photo {
background: url(../images/photo.gif) no-repeat;
}
.gallery .video {
background: url(../images/video.gif) no-repeat;
}
.gallery a {
text-decoration: none;
}
.gallery a:hover img {
border-color: #666;
}
.gallery a:hover span {
background-position: left -22px;
}php kodlarım<div class="videolar">
<a href="http://www.siteismi.net/<?php echo $id;?>/<?=sef($adi)?>.html"><img src="<?php echo $resim; ?>" alt="ilginç videolar"/></a>
<div class="videolar_baslik"> <a href="http://www.siteismi.net/<?php echo $id;?>/<?=sef($adi)?>.html"><?php echo $adibol; ?></a></div>
</div>yardımlarınız için şimdiden teşekkürler