Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Overlapping box-shadow with float divs

Code

http://jsfiddle.net/LtZAv/

What is expected

  • top shadow of second .child .comment-box is displayed and overlapping the first .child .comment-box

What browser renders

  • box shadow of second .child .comment-box in the region of div.content with float:right is not displayed.
like image 370
Eana Hufwe Avatar asked Mar 15 '26 06:03

Eana Hufwe


1 Answers

You have to change the position of comment-box div to relative

like

.comment-box { position: relative; }

so shadow will overlap the first div.

like image 68
Sumit Avatar answered Mar 16 '26 20:03

Sumit



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!