C
Cal Who
I want to making a frame so I made a table:
..
<table>
<tr><td id="TL"></td><td id="T"></td><td id="TR"></td></tr>
<tr><td id="L"></td><td id="C"></td><td id="R"></td></tr>
<tr><td id="BL"></td><td id="B"></td><td id="BR"></td></tr>
</table>
and in my .css added things like that shown below.
Works OK except that the cells do not touch. There is a little space between
the images like there is a margin or padding.
Got any ides how to fix that?
Thanks
#BR
{
background:url("../MapBorderImages/BR.jpg") no-repeat scroll left top
transparent;
width:28px;
height:28px;
padding :0 ;
margin :0 ;
}
?
#B
{
background:url("../MapBorderImages/B.jpg") repeat scroll left top
transparent;
width:100px;
height:28px;
padding :0 ;
margin :0 ;
}
..
<table>
<tr><td id="TL"></td><td id="T"></td><td id="TR"></td></tr>
<tr><td id="L"></td><td id="C"></td><td id="R"></td></tr>
<tr><td id="BL"></td><td id="B"></td><td id="BR"></td></tr>
</table>
and in my .css added things like that shown below.
Works OK except that the cells do not touch. There is a little space between
the images like there is a margin or padding.
Got any ides how to fix that?
Thanks
#BR
{
background:url("../MapBorderImages/BR.jpg") no-repeat scroll left top
transparent;
width:28px;
height:28px;
padding :0 ;
margin :0 ;
}
?
#B
{
background:url("../MapBorderImages/B.jpg") repeat scroll left top
transparent;
width:100px;
height:28px;
padding :0 ;
margin :0 ;
}