1
I’m having a little trouble making some changes to the photo gallery. http://jsfiddle.net/Qpm5g/
I’d like to make time for the images to play. I wish I could change the buttons to a corner on top of 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 doesn’t move the location of the buttons. If anyone can tell me what I’m doing wrong I’d appreciate it.
This is what you want http://jsfiddle.net/Qpm5g/1/?
– Jorge B.
Which field did you change? And I can put time for the images to change?
– ChrisAdler
I want to put the buttons right on top of the photograph.
– ChrisAdler
See my answer. and here’s the link: http://jsfiddle.net/Qpm5g/2/
– Jorge B.
For the images to change already you have to use Jquery, see here the Javascript I added: http://jsfiddle.net/Qpm5g/7/. I will change the answer.
– Jorge B.