Jump to content
  • 0

проблема с "vertical-align:"


Kos87
 Share

Question

Привет! День мучусь, не могу понять где допустил ошибку ... . Вторая фото не ровняется по вертикали.

Может кто просветит где ошибка?

Имеется код html



<div class="photo_block">
<div class="photo">
<a href="album/deti/IMGP4331.JPG" rel="lightbox[deti]"><img src="album/deti/IMGP4331.JPG" border="0" height="200px" /></a>
</div>
<div class="photo">
<a href="album/deti/IMGP4332.JPG" rel="lightbox[deti]"><img src="album/deti/IMGP4332.JPG" border="0" height="100px" /></a>
</div>
<div class="photo">
<a href="album/deti/IMGP4334.JPG" rel="lightbox[deti]"><img src="album/deti/IMGP4334.JPG" border="0" height="200px" /></a>
</div>
<div class="photo">
<a href="album/deti/IMGP4336.JPG" rel="lightbox[deti]"><img src="album/deti/IMGP4336.JPG" border="0" height="200px" /></a>
</div>
</div>

и CSS


.photo_block{
background-color: #FFFF33;
position: relative;
height: 200px;
clear: both;
}
.photo {
height: 100%;
width: 25%;
background-color: green;
float: left;
text-align: center;
}

.photo img{
background-color: red;
vertical-align: middle;
}

вот страница с проблемой http://2kadra.com.ua/album_deti.shtml

Edited by Kos87
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

я ж "img" дал vertical-align: middle;

а его родитель высотой в 100%, то есть зазор вниз есть, и следовательно должно выровнять ...

А вот теперь, когда ты поменял код, уже выравнивается ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy