ryanfilard Posted June 3, 2011 Share Posted June 3, 2011 How do I make a light div shadow? Link to comment https://forums.phpfreaks.com/topic/238271-div-shadow/ Share on other sites More sharing options...
cssfreakie Posted June 3, 2011 Share Posted June 3, 2011 google for box-shadow. Link to comment https://forums.phpfreaks.com/topic/238271-div-shadow/#findComment-1224633 Share on other sites More sharing options...
cool_techie Posted June 4, 2011 Share Posted June 4, 2011 .topdiv { box-shadow:0px 8px 8px #000000;//choose pixels according 2 ur wish -moz-box-shadow:0px 8px 8px #000000; -webkit-box-shadow:0px 8px 8px #000000; -o-box-shadow:0px 8px 8px #000000; } where topdiv is the class name of a div. u can also create other effects using .topdiv:hover in place of .topdiv Link to comment https://forums.phpfreaks.com/topic/238271-div-shadow/#findComment-1225149 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.