[Hỏi đáp] giúp bỏ nền xám khi rê chuột vào box

The author of this message was banned from the forum - See the message
  Bài viết hay nhất2
Có phải cái này?

Code:
.c_border :hover {
-moz-box-shadow: -2px 2px 2px #fff;
-moz-transition: all .5s ease-in-out!important;
-webkit-box-shadow: -2px 2px 2px #fff;
-webkit-transition: all .5s ease-in-out!important;
background: url(http://i40.servimg.com/u/f40/15/90/92/64/atl-bg10.jpg) bottom left repeat-x;
border: 1px solid #36CEFC;
box-shadow: 0 0 10px 0 #36CEFC;
transition: all .5s ease-in-out!important;
width: 100%px;
z-index: 999;
}

thay .c_border bằng class box của bạn. ;)
The author of this message was banned from the forum - See the message
  Bài viết hay nhất4
Đây thưa thím
Tìm trong CSS
Code:
.pun table.table tr:hover td, #pun-info dd:hover {background-color: #F5F5F5!important;}
Thay thành
Code:
.pun table.table tr td {border-color: #F2F2F2;box-shadow:0 0 0px 0 transparent;transition: 0s!important;} .pun table.table tr:hover td {border-color: #36CEFC;box-shadow:0 0 10px 0 #36CEFC;transition: all .5s ease-in-out!important;} #pun-info dd:hover {background-color: #F5F5F5!important;}
  Bài viết hay nhất5
You cannot reply to topics in this forum