IS it posible to put an image in a div that has rounded corners. AS i dont know how many images there will be in each page and it can differ. would the code go in the style sheet or inbeded in the html?
TIA
EDIT * which is more acceptable using css
Or using javascript to do this
TIA
EDIT * which is more acceptable using css
Code:
.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
Or using javascript to do this
Last edited: