i need Hover Effects for like this website vinodkumarv.com/demo10 please check AGRO Box Hover i have tried many time not coming properly , can u any one please let me Css Codeing
This is what you are looking for .box { position:relative; z-index:10000; background:#030; width:200px; height:200px; padding:10px; } .box:hover { border: 10px solid rgba(255, 255, 255, 0.5); -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ position:relative; z-index:99999; } Code (markup):