I am trying to figure-out a way to get the decoration at the bottom left of my page to align left so it butts against the back background [I cannot seem to type in the URL as the forum is blocking one of the words as offensive even though it is a legitimate name!!]
I attach a screenshot instead
I need navColumnOneWrapper to have left padding so that the menu aligns the way I want, but setting this left margin seems to be what is causing the decoration to have a margin too.
I have set the decoration thus in the stylesheet:-
td.columnLeft#navColumnOne{
background-image: url(../images/ampersand.gif);
background-repeat: no-repeat;
background-position: bottom;
}
Can someone tell me how I can get the decoration to have no space on the left?



