Jump to content
  • 0

Вёрстка превьюшек


pivkos
 Share

Question

Здравствуйте!

Верстаю свою галерейку, застопорился на выводе превьюшек.

Вот код:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
#gallery .photo_div{ display: inline; }
.photo_div {
width:82px;
height:97px;
margin-left:5px;margin-right:5px;margin-bottom:10px;
border:1px solid #d8dcea;
text-align: center; font: verdana, arial, sans-serif;
}
.photo_div img {
border: 5px solid #fff;
border-width: 5px 5px 20px;
}
.photo_div a:hover img {
border: 5px solid #3e3e3e;
border-width: 5px 5px 20px;
color: #fff;
}
.photo_div a:hover {
color: #fff;
}
</style>
</head>
<body>
<div id="gallery">
<div class="photo_div">
<a href="g3314.jpg" title="Картинка">
<img src="mini_g3314.jpg" width="72" height="72" alt="" />
</a>
</div>
<div class="photo_div">
<a href="g3314.jpg" title="Картинка">
<img src="mini_g3314.jpg" width="72" height="72" alt="" />
</a>
</div>
</div>
</body>
</html>

Вот тут можно посмотреть на страницу: пример

В ИЕ(я тестировал на ИЕ6, других под рукой нет) выскакивает пара лишних пикселей, которые я никак не могу убрать.

В ФФ рамочка целиком косячит, но если убрать #gallery .photo_div{ display: inline; }, то рамочка отображается так, как нужно, но превьюшки стоят вертикально, а нужно, чтобы они стояли горизонтально.

Пожалуйста, подскажите, как исправить вёрстку и сделать, чтобы всё это красиво работало во всех браузерах?

Заранее огромное спасибо!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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