i have a div, but the padding bottom and right does not function as usual...
Code:
#board {
background-image:url(images/board.jpg);
background-repeat: no-repeat;
width:430px;
height:250px;
position: absolute;
top: 43px;
right:10%;
padding-top: 70px;
padding-left: 50px;
}
|