After having researched how to add rounded corners to a webpart, I settled on using this method -
However, it refuses to work. For some reason, when trying to apply the CSS to ms-wpTdSpace it isn't displaying the rounded corners. However the modification of the background of .ms-WPHeader is working fine.
I've tried using !important, or setting a higher z-index but nothing so far, here is what is in my CSS being loaded.
.ms-WPHeader td { background: url('../images/bg-bar.png') repeat-x; border-bottom: none !important;}
.ms-WPHeader td.ms-wpTdSpace { background: url('../images/bg-barcorners.png') top right !important;}
.ms-WPHeader td:first-child.ms-wpTdSpace { background-position: top left !important; }
After trying the solution below, and moving on to try several other different types of CSS to perform the same action I get nothing. The CSS is successfully changing the title bar using the bg-bar image, but when it comes to the corners they do not want to display.
I am viewing the page in IE 9, Chrome, and Moz4.0.1
editlink, or leave a comment under the answer (hint: theadd commentlink underneath it) – Tim Post♦ Sep 1 '11 at 19:09