CSS curved borders
Can anyone see why this isn't working?
I have just added border radiuses (radii?) to the default stylesheet using notepad:
p.Img {
border-left-style: Solid;
border-right-style: Solid;
border-top-style: Solid;
border-bottom-style: Solid;
border-left-color: #adadad;
border-right-color: #adadad;
border-top-color: #adadad;
border-bottom-color: #adadad;
moz-border-radius: 15px;
border-radius: 15px;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
border-left-width: 7px;
border-right-width: 7px;
border-top-width: 7px;
border-bottom-width: 7px;
}
But my borders remain stubbornly unrounded - anyone any ideas?
Thanks
