rstevenson:
About half way down in that code, there is this line...
I wonder if changing that 80 at the end of the line to something like 100 (at a guess) would cause the width of the slideshow to decrease, since that value is being subtracted from the width of, I think, galleryContainer?
RobHey Rob.. You are such a doll to look at this..
So here's the thing.. If I use this in my stylesheet, the border renders correctly in all browsers, BUT it adds a dark "spot/dot" to all of the corners on the site.
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 969px;
vertical-align: top;
margin: auto;
background-image: url(../images/contentBkgShadow.png);
background-repeat: repeat-y;
background-position: center;
}
See the dark spot in corner I am talking about.. (I know I know it's SLIGHT:laugh:, but it is there and my client noticed..)

So based on your earlier post, I was wondering if explicitly stating the width of the container that I applied the background to would do the trick..
So I tried this:
#contentMainShadow, #contentNavShadow {
width:969px;
margin:auto;
background-image: url(../images/contentBkgShadow.png);
background-repeat: repeat-y;
background-position: center;
}
```And yes the shadow in the corners is gone and the border renders in IE and Firefox, BUT there is a gap between the header and footer and the main content area when the site is viewed with IE..:frusty:
Sooooo.. After some time away from the computer and a glass of Merlot, I decided to live with the slight dark spot in the corner.. :laugh: It's sooooo slight and at this point, I'm feeling that it's worth no more effort to "fix" this.. (Interestingly the dark corner does not appear on the top level home "splash" page of the site -- weird..)
Making a note to self to NOT use this stupid :censored: gallery EVER again!!!:laugh:
Thanks for your help Rob.. :smile: