Quote Originally Posted by jettrue View Post
Did you install column divider lite? If you search for me in that thread, you'll see the instructions for fixing this issue.
Hi,
But reference for column lite divider seems now not reelvant as the css file look like this-
so how to make the horizontal line appear in firefox?pls suggest

.vDotLine
{
background-color: transparent;
background-image: url(../images/delim_v.gif);
background-repeat: repeat-y;
background-attachment: scroll;
-x-background-x-position: center;
-x-background-y-position: top;
-moz-background-clip: -moz-initial;
-moz-background-origin: -moz-initial;
-moz-background-inline-policy: -moz-initial;
width: 20px;
font-size: 1px;
}

.hDotLine
{
background-image: url(../images/delim_v.gif);
}