Jump to content
  • 0

Обрезание картинки и тень от нее


Tchorteg
 Share

Question

Картинка обрезается, но тень почему не видна.

margin-top:0px;
margin-left:-15px;
position: absolute;
clip: rect(5px 125px 100px 15px);
box-shadow: 0 0 5px black;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
padding: 10px;

Как можно исправить?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Картинка обрезается, но тень почему не видна.

margin-top:0px;
margin-left:-15px;
position: absolute;
clip: rect(5px 125px 100px 15px);
box-shadow: 0 0 5px black;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
padding: 10px;

Как можно исправить?

А можно посмотреть как это выглядит? Страницу или код ее?

И еще. Почему бы не позиционировать блок абсолютом, и задать ему overflow:hidden вместо clip?

Link to comment
Share on other sites

  • 0
<style type="text/css">
.photo_main td {
position: relative;
height: 120px;
border: 0px;

}
.photo_main img {
margin-top:0px;
margin-left:-15px;
position: absolute;
clip: rect(5px 125px 100px 15px);
box-shadow: 0 0 5px black; /* Параметры тени */
box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
padding: 10px;
}
</style>

<table width="710px" cellpadding="0" cellspacing="0" border="0">
<tbody><tr class="photo_main">

<td style="vertical-align:top; padding-bottom:5px; float:left;" width="50%">
<a href="?mail=1318"><img width="150px" src=""></a>
<a href="?mail=1318" style="margin-left:120px;">
Damir swint68 </a>
</td>


<td style="vertical-align:top; padding-bottom:5px; float:left;" width="50%">
<a href="?mail=983"><img width="150px" src="/upload/main/a57/when_autumn_comes_by_smileysmurf-d31mt4w.jpg"></a>
<a href="?mail=983" style="margin-left:120px;">
Asketa Asketa </a>
</td>


<td style="vertical-align:top; padding-bottom:5px; float:left;" width="50%">
<a href="?mail=131"><img width="150px" src="/upload/main/64d/article-image-thumbnail.jpg"></a>
<a href="?mail=131" style="margin-left:120px;">
Furstja Furstja </a>
</td>


<td style="vertical-align:top; padding-bottom:5px; float:left;" width="50%">
<a href="?mail=768"><img width="150px" src="/upload/main/7e4/jdppckkubbnfarvnqhesqrmlvgivhaqqdgggqqbsspxtgtgxblpsccdxim.jpg"></a>
<a href="?mail=768" style="margin-left:120px;">
Mr.FAR Mr.FAR </a>
</td>

</tr>
</tbody></table>

Link to comment
Share on other sites

  • 0

вот нифига себе вы придумали :blink: А может можно как-то иначе все выполнить? Какой результат должен быть?

Вы тут все в кучу свалили свалили, и флоаты и позиционирование.

Link to comment
Share on other sites

  • 0

насколько я понял, у вас должно получиться что-то подобное http://jsfiddle.net/HWqTP/ Верно?

Таблицу оставил вашу, хотя она тут не нужна.

upd. Здесь

.image {
display:block;

display:block; не нужен, остался от экспериментов

Edited by Softlink
  • Like 1
Link to comment
Share on other sites

  • 0

насколько я понял, у вас должно получиться что-то подобное http://jsfiddle.net/HWqTP/ Верно?

Таблицу оставил вашу, хотя она тут не нужна.

upd. Здесь

.image {
display:block;

display:block; не нужен, остался от экспериментов

А вот если делать такую же операцию, но без таблицы. не подскажите как?

А то не очень удобно со строками и столбцами.

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