Hi again!
I am trying to figure out how to add a clean border directly around the images in the portfolio grid.
Site: iheartgaming.com
You can see my borders now are not rendering rounded corners correctly and I can't seem to get the right side to show up. Can you help?
The CSS I currently have (that's not working quite right) is:
.slideshow_container {
border: 1px solid #dddddd !important;
-moz-border-radius: 5px;
border-radius: 5px;
}
Thanks in advance!














