PDA

View Full Version : Magical Disappearing Buttons


iSYTE
Sep-08-2007, 11:41 AM
I added buttons to my slideshow on the homepage, when the button is clicked it disappears. Not sure where the mysterious code is or is not. Any help is appreciated! www.isyteimages.com

Allen
Sep-09-2007, 11:48 AM
I added buttons to my slideshow on the homepage, when the button is clicked it disappears. Not sure where the mysterious code is or is not. Any help is appreciated! www.isyteimages.com (http://www.isyteimages.com)
First change this from true to none.

#ssPlay {display: none;}

Then add in a play button, you don't have one in there.


#ssPlay img {background-image: url(http://iSYTE.smugmug.com/photos/xxxxxxxxx-L.jpg);
_background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,
sizingMethod=scale, src='http://iSYTE.smugmug.com/photos/xxxxxxxxx-L.jpg');}

iSYTE
Sep-09-2007, 02:13 PM
Is the play button necessary or can I code the page to have just the prev/pause/next buttons and NOT disappear when one is clicked?

Allen
Sep-09-2007, 07:37 PM
Is the play button necessary or can I code the page to have just the prev/pause/next buttons and NOT disappear when one is clicked?
The play button only shows when you click the pause button so you can start
playing again. Without it there's no way to restart the show.

iSYTE
Sep-11-2007, 01:42 PM
Heck....that just makes too much sense!:rofl