Jump to content
  • 0

Отображение в Internet Explorer 6


sol
 Share

Question

Описание изображения

HTML:

<div class="img-desc">
<img src="sample.jpg" width="575" height="335" alt="" />
<cite>Salone del mobile Milano, April 2008 - Peeta</cite>
</div>

CSS:

.img-desc{
position: relative;
display: block;
width: 575px;
height:335px
}
.img-desc cite{
background: #111;
filter:alpha(opacity=55);
opacity:0.55;
color: #fff;
position: absolute;
bottom: 0;
left: 0;
width: 555px;
padding: 10px;
border-top: 1px solid #999
}

результат: http://www.sohtanaka.com/web-design/exampl...dow/caption.htm

так вот, в ИЕ 6 вообще не отображается.

для отображения добавил csshover.htc.: http://www.xs4all.nl/~peterned/htc/csshover.htc

в ИЕ6 теперь отображается, но не корректно, на все картинках рамка с описанием поднялась вверх пикселей на 5

подскажите пож. как исправить?

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

Тогда попробуй следующий финт ушами

.img-desc{

width: 575px;

}

.img-desc img

{

display: block;

}

.img-desc cite{

background: #111;

filter:alpha(opacity=55);

opacity:0.55;

color: #fff;

position: absolute;

width: 555px;

padding: 10px;

border-top: 1px solid #999

magrin-top: -20px;

}

Значение magrin-top поставишь нужное.

Link to comment
Share on other sites

  • 0
решено.

кто знает почему при уменьшении масштаба страницы колесиком мышки блоки позиционированные при помощи флоат съезжают вниз?

Им не хватает места для того, чтобы поместиться в том месте, где они находятся сейчас.

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