Quote Originally Posted by top hatt View Post
OK. this is what I did. I put the following in the stylesheet.

.slider-wrapper {
margin:10px 26px 20px 26px;
background-color: #e5e5e5;
border-radius: 10px 10px 10px 10px;
border: 2px solid #1975ff;
border-radius: 10px 10px 10px 10px;

}

I set the configuration/zx slideshow to 700 wide and 60 high

It seems to work but I'm not sure if this is the right way to do it or if there is a better way.

I would appreciate any feedback anyone can give me.

Dave
Dave, you should realize that you're asking for advice about styling. The simplest way of getting such advice is by providing a link to your site so we can see what you have and what you're trying to do.
For example, I'm not sure why you have top margin 10px and bottom margin 20px... Plus, if it works and you tested with all browsers, then it's most likely a good solution. Perhaps there is a better solution, but if there's nothing wrong with what you've done, why ask for more? BTW, you don't need border-radius twice.