Hello, I am looking to get a drop-shadow border like that of my header and footer on my website (http://www.outplaypoker.com). However I cannot do this how I would normally because of the setup, that is why I am asking if anyone here has any suggestions? Best Regards, Nick
Yes I know, I am trying to get that effect by using CSS. IS there anyway I can use and image for my border using CSS? Best Regards, Nick
to remove top shadow box-shadow: 0px 5px 5px 5px #ccc; -moz-box-shadow: 0px 5px 5px 5px #ccc; -webkit-box-shadow: 0px 5px 5px 5px #ccc Code (markup):
it is not supported by internet explorer. For IE u need to css3pie http://css3pie.com/ Code (markup): Documentation http://css3pie.com/documentation/ Code (markup):