Jump to content
  • 0

Падающие тени


zlobik
 Share

Question

Здравствуйте. Нашел инете пример, как реализовать падающие тени от картинок, причем не только для статических, а которые генерить можно. Поставил - везде работает, кроме IE. Предполагаю, что он опять чего-то не поддерживает, вот только что? Помогите стажеру.

   .shadow 			{
background: URL(http://avtomotokniga.ru/image/shadow.jpg) no-repeat 100% 100%; /* Рисунок с тенью */
float: left; /* Создание обтекания для правильного положения тени */
}
.bottom-left-corner
{
background: URL(http://avtomotokniga.ru/image/corner_bl.jpg) no-repeat 0px 100%; /* Левый нижний уголок */
}
.top-right-corner {
padding: 0 8px 8px 0; /* Ширина тени справа и снизу */
background: URL(http://avtomotokniga.ru/image/corner_tr.jpg) no-repeat 100% 0px; /* Правый верхний уголок тени */
}
.shadow IMG {
display: block; /* Блочный элемент */
}
.clear {
clear: left; /* Отменяем обтекание */
}



<div class='shadow'>
<div class='bottom-left-corner'>
<div class='top-right-corner'><img title='".$row['name']."' border=0 src='http://avtomotokniga.ru/water.php?b=".$cat."'/>
</div>
</div>

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