photoxprt1868
Programmer
Hello,
This simple tag is not working, and I can't seem to figure out why. This is a cfm file.
<td background="/images/rightShadow.jpg" class="rightBG"> </td>
I've tried it with and without the / infront of images. In dreamweaver it looks good the way it's supposed to look, but when I preview it, the shadow doesn't show up. The class that you see there rightBG is a style which also has the same background applied to it.
This simple tag is not working, and I can't seem to figure out why. This is a cfm file.
<td background="/images/rightShadow.jpg" class="rightBG"> </td>
I've tried it with and without the / infront of images. In dreamweaver it looks good the way it's supposed to look, but when I preview it, the shadow doesn't show up. The class that you see there rightBG is a style which also has the same background applied to it.
Code:
.rightBG{
width:28px;
background-image:url(/images/rightShadow.jpg);
background-repeat:repeat-y;
}