Please look at this page:
http://wisehat.jp/indexPHOTO.php
When one photo fades into another the border flashes. Is there anyway to remove this so no border is seen. Thanks.
Please look at this page:
http://wisehat.jp/indexPHOTO.php
When one photo fades into another the border flashes. Is there anyway to remove this so no border is seen. Thanks.
This rule...
.p7ir2-box {
overflow: hidden;
padding: 0;
margin: 0;
position: relative;
background-color: #000;
}
Try changing the background-color value to #fff or transparent
HTH
Thank you for the speedy and helpful reply. #fff works fine.
You must log in to post.