css3 - CSS Box-Shadow clipped/squared -


Hello there is a div at the top of my page

Box-shadow The cover has been cut, I tried to give it a z-index, but there is no happiness at all?

  .titlebox {width: 977px; Background color: RGBA (48, 48, 48, 1); Padding: 10px 5px; Margin: 5px 5px; Font-size: 24px; Border: 3px double RGB (138, 138, 138); -WebKit-box-shadow: 0 pixels 0 px 51px 7px rgba (0,0,0,0,0 0.75); -Moz-box-shadow: 0 pixels by 0 pixels 51 px 7 px rgba (0,0,0,0,01.75); Box-shadow: 0 px 0 px 51 px 7 pi rgba (0, 0, 0, 0, 0.75); }   

Appreciate the help

Your #contentContainer <

If not, add it to your CSS:

  #contentContainer {/ code> overflow: visible; }   

Or just delete overflow: auto announcement from your code.

( Overflow: Auto is asking the content to clip your content to your content.)

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -