PDA

View Full Version : Slideshow Question


dktruckley
Jan-28-2008, 05:04 PM
I would like to disable the theme or boxes behind my slidshow only. www.truckley.com

Thanks
Dennis

Allen
Jan-28-2008, 06:14 PM
I would like to disable the theme or boxes behind my slidshow only. www.truckley.com (http://www.truckley.com)

Thanks
Dennis
Add this to your CSS.

#bioBox .boxBottom {
background: none !important;
border: none !important;
}

dktruckley
Jan-29-2008, 02:52 AM
I would also like to remove the white lined border around my slideshow that showes up when you mouse over the slideshow. It says click to activate this control.

Thanks for you help!!
Dennis

denisegoldberg
Jan-29-2008, 02:58 AM
I would also like to remove the white lined border around my slideshow that showes up when you mouse over the slideshow. It says click to activate this control.

Thanks for you help!!
Dennis
That's an IE problem / bug, and unfortunately I'm not aware of anyone who has successfully fixed it (relative to SmugMug). See this thread for some recent trys - http://www.dgrin.com/showthread.php?t=81719&highlight=click+activate.

--- Denise