Hello,
I have a DD slideshow script running on this page: www.crosswindoutoors.com/defaulttest.html . I initially had a problem getting rid of the top and left borders on the slideshow images. Thanks to azoomer and others in the DD scripts forum I now know that I can change that via this entry in my main style sheet:
#content img {
padding: 5px;
border: 1px solid #FFFFFF;
}
however, if I do that I affect the padding on all my images throughout the site. So my question is what is the most sensible way to remove the padding from the slideshow images but keep them on the other images? I know this is basic CSS stuff but I can't seem to get it to work.
Thanks



Reply With Quote

Bookmarks