1) Ultimate Fade-In Slideshow
2) http://www.tutorialized.com/view/tut...ide-show/11145
3) How can I edit the color and padding of the border for this slideshow?
Thanks for your help!
1) Ultimate Fade-In Slideshow
2) http://www.tutorialized.com/view/tut...ide-show/11145
3) How can I edit the color and padding of the border for this slideshow?
Thanks for your help!
change
toCode:<style type="text/css"> .centerdiv{ /*IE method of centering a relative div*/ text-align: center; } .centerdiv>div{ /*Proper way to center a relative div*/ margin: 0 auto; } </style>
Code:<style type="text/css"> .centerdiv{ /*IE method of centering a relative div*/ text-align: center; padding: something; border: something; } .centerdiv>div{ /*Proper way to center a relative div*/ margin: 0 auto; padding: something; border: something; } </style>
Bookmarks