Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
I've used -moz-border-radius once recently, and then complemented it with -webkit-border-radius, (Safari and Chrome), but I had to use background images for IE since it doesn't support anything similar. I did it this way because I was having a hard time getting the <select> boxes to take on a background-image correctly in Chrome, and wanted it to be consistent with FF. In IE, the images were working fine and I left it as it was originally designed, because what else was I going to do?
As far as those properties not validating, who in their right mind cares about CSS not validating?? One of the laws of CSS is that if the browser sees something it doesn't recognize, it will simply ignore it, so invalid code like this will never, ever break anything in the future.
Last edited by wayfarer07; 12-30-2008 at 10:41 AM..
|