Jump to content
  • 0

box-shadow + overflow:hidden


Буллет
 Share

Question

Добрый день.

http://jsfiddle.net/X4kbR/2/

Подскажите пожалуйста, как сделать так, чтобы была видна тень у правого, внутреннего блока справа. При этом желательно не увеличивать ширину внешнего блока.


<div class="main">
<div class="left"></div>
<div class="right"></div>
</div>


.main {
width:200px; overflow:hidden; height:100px;
}
.left {
float:left; background-color:red; width:50px; height:50px;
}
.right {
float:right; background-color:blue; width:50px; height:50px;box-shadow: 3px 3px 5px 0px ;
}

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Ну тогда получается, что правый блок сдвигается левее, чтобы влезла вся тень. Это не совсем то, так как в дизайне выше есть еще блок такой же ширины, и выглядит это криво.

Ну и ширину общего блока не хотелось бы увеличивать, а потом сдвигать правый блок левее, чтобы выглядело ровно.

Edited by Буллет
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