Having trouble adjusting the height of a div tag in different browsers? Need help fixing this issue? Check out the CSS code snippet below and visit the site here for more information.
#payment{
width: 265px;
border: 1px solid #cecece;
border-radius: 8px;
-webkit-box-shadow: 0 2px 7px rgba(50,50,50,0.46);
-moz-box-shadow: 0 2px 7px rgba(50,50,50,0.46);
box-shadow: 0 2px 7px rgba(50,50,50,0.46);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
display: block;
position: absolute;
float: right;
height: 230px;
padding: 10px;
left: 549px;
}