I have a column with css applied, the column, at the bottom I have an image with a rounded corner set (this spans the width of the column with a left rounded edge (I have the art 2times the width of the column=290px)- however on the right side I would like to add another image (having a corresponding right curved edge) - that way the column would have a rounded edge (both sides) even if the column is made smaller or wider.
Have I made any sense? I'm trying to make the columns have a round edge - rather than the standard straight edge - this is inside a shopping cart layout so I can only "fiddle" with the existing css (shown)
.nav_block div.nav_block_content {
border-bottom: silver solid 0px;
padding: 0px 5px 10px 15px;
width: 145px;
background:url('blue_round/colbase.jpg') bottom no-repeat;
}
Have I made any sense? I'm trying to make the columns have a round edge - rather than the standard straight edge - this is inside a shopping cart layout so I can only "fiddle" with the existing css (shown)
.nav_block div.nav_block_content {
border-bottom: silver solid 0px;
padding: 0px 5px 10px 15px;
width: 145px;
background:url('blue_round/colbase.jpg') bottom no-repeat;
}