Does anybody know how to change the dotted line between imaqes in the grid to solid lines that connect? It would actually become boxes.
.vDotLine
{
background-color: transparent;
background-image: url(../images/delim_v.gif);
background-repeat: repeat-y;
background-attachment: scroll;
width: 20px;
font-size: 1px;
}


Reply With Quote
