View Full Version : "Slideshow" button wont go away!
ShepsMom
Aug-17-2007, 04:19 PM
On my guestbook page that darn "slideshow" button just sits there.
I put a code:
.gallery_3294448 .play_slideshow {display: none;}
and this:
/* html only page for gallery Guest book */
.gallery_3294448 .nophotos { display: none; }
and it doesn't seems to do anything :bash
Allen
Aug-17-2007, 04:27 PM
On my guestbook page that darn "slideshow" button just sits there.
I put a code:
.gallery_3294448 .play_slideshow {display: none;}
and this:
/* html only page for gallery Guest book */
.gallery_3294448 .nophotos { display: none; }
and it doesn't seems to do anything :bash
You're missing the } below.
#journal,
#slideshow.slideshow,
#filmstrip;
#smugmug.smugmug,
#smugmug_small.smugmug_small {
border: none;
background: none;
}
.play_slideshow {
display: none;
}
Most times when something doesn't work in your CSS look upwards and find
something that's not closed.
BTW, what is a tools box? Something you only see logged in?
.gallery_3294448 .toolsbox {display: none;}
ShepsMom
Aug-17-2007, 06:40 PM
You're missing the } below.
#journal,
#slideshow.slideshow,
#filmstrip;
#smugmug.smugmug,
#smugmug_small.smugmug_small {
border: none;
background: none;
}
.play_slideshow {
display: none;
}
Most times when something doesn't work in your CSS look upwards and find
something that's not closed.
BTW, what is a tools box? Something you only see logged in?
.gallery_3294448 .toolsbox {display: none;}
Thank you Allen, i thought it would be something stupid like that. As for a toolsbox, who knows :dunno
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.