|
|
Thread Tools | Display Modes |
|
#1
|
|
|
MyLifeThruLenses
|
I am using the SlideShow code from Shizam with minor modifications...please see below and I am wondering how I can eliminate the border around the images which comes with it?
Thanks... <html> ********> var ssConfig = { AlbumID: '6382784', newwindow: 'false', transparent: 'true', Splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png', showLogo: 'false', clickURL: 'http://www.smugmug.com', showThumbs: 'false', showButtons: 'false', crossFadeSpeed: '350' }; SM.flash.insertSlideshow (600, 400, ssConfig, 'transparent'); </******** </html> |
|
|
|
|
#2
|
|
|
Major grins
|
You can remove the box (both the double-lined frame and the solid black background) plus center your slideshow with this CSS:
Code:
#bioBox {
border: none !important;
background: none !important;
}
#userBio {
text-align: center !important;
}
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
|
#3
|
||
|
MyLifeThruLenses
|
Thanks...
It did the trick...Appreciate the quick response.
NC Quote:
|
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|