I'm having a hard time making some changes to the photo gallery. link
I would like to take time for the images to go by. I would love to be able to change the buttons to a corner over the photos.
#slideshow-wrap input[type=radio] {
position: absolute;
left: 250 px;
top:150px;
bottom: 15px;
z-index: 100;
visibility: hidden;
}
I changed the "Top" and it does not move the location of the buttons. If someone can tell me what I'm doing wrong, thanks.