have you tried to set the background image like this? :
Quote:
.bannersubtabs{
width: 267px;
height: 17px;
background-position: left top;
background-image:url(images/images/left-sub.gif);
font-size:93%;
background-repeat:no-repeat;
}
|
FMI:
Why don't you want to use tables? What's wrong with them?
Why a div element is better than a table element?