<div class"shadow"> <div id="header"> <div id="logo"> </div><!--end logo--> <div id="header_nav"> <p>The Elements | About | Work | Contact | Home</p> </div><!--end header_nav--> <div id="social_header"> <div id="fb_header"> </div><!--end fb_header--> <div id="twitter_header"> </div><!--end twitter_header--> <div id="rss_header"> </div><!--end rss_header--> </div><!--end social_header--> </div><!--end header--> </div><!--end shadow-->
div.shadow { -moz-box-shadow: 5px 15px 5px 0px #000; -webkit-box-shadow: 5px 15px 5px 0px #000; box-shadow: 5px 15px 5px 0px #000;}div#header { background-color: #5c5d60; position: absolute; margin-bottom: 10px; top: 0px; left: 0px; width: 960px; height: 83px;}
<div class"shadow">
<div class="shadow">
<div id="header">
<div id="header"></div><!-- You DO NOT Need a Shadow Div -->
#header { background-color: #5c5d60; width: 960px; height: 83px; -moz-box-shadow: 5px 15px 5px 0px #000; -webkit-box-shadow: 5px 15px 5px 0px #000; box-shadow: 5px 15px 5px 0px #000; margin-bottom: 10px; }
Adding a width will not fix the issue @ChristopherBurton
@ChristopherBurton Has it right: http://codepen.io/anon/pen/jeycp
html:
css:
I appreciate your help!
Also your navigation is in a paragraph tag...
HTML
CSS
@Dogsghost, this person does not have too many "numbers" inside the shadow.
box-shadow is applied like this:
horizontal shadow
vertical shadow
blur
spread
color
inset
Adding a width will not fix the issue @ChristopherBurton
@ChristopherBurton Has it right: http://codepen.io/anon/pen/jeycp