hey, i used the css3 border-radius to round the corners, then I put an additional 1px border but the 1px does not round it stays square while the background of the div still rounds, what am I missing?
Code:#pcMainArea { width: 980px; margin-left: auto; margin-right: auto; padding: 0; border-collapse: collapse; background-color:#FFFFFF; border:1px solid #CCCCCC; /* CSS 3 Stylings */ -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }







Bookmarks