|
Hello all,
Say I have this:
body{
margin:0;
text-align:center;
background: #FFFFFF url("rightsidebg.gif");
background-repeat:repeat-x;
}
body #rightborder{
background-image:url(rightbordershadow.gif);
background-repeat:no-repeat;
margin-left:120px;
}
then I have
<body>
<table>
bla bla bla
</table>
</body>
and my purpose is to add a right border to the main body, just aside the main body, so that the body has shadow effect. But everytime I move the rightborder from left, it pushes the whole thing to the left.
Can someone help?
Thanks a lot!
__________________
Please login or register to view this content. Registration is FREE - Over 9,000 iphone, ipad apps
|