WebSavvy
09-03-2006, 13:43/01:43PM
I'm trying to do something a little different with regard to rounded corners. Something that can be done with CSS only, doesn't depend on JS and doesn't use images.
I'm trying to round corners on top, leaving bottom corners squared, and then nesting another of the same inside the parent.
In CSS3, border-radius is supported but browser support is limited within that regard.
However, mozilla (gecko based browsers) understand border-radius and per their rule on it it's done as -moz-border-radius.
However, when you try to validate anything -moz in CSS1, CSS2, or CSS3, it comes back with the error message of unable to parse -moz.
I'm at a loss on this one. Anyone have any clues or suggestions? I've been googling for 3 days doing research on this, and getting no where.
:(
I'm trying to round corners on top, leaving bottom corners squared, and then nesting another of the same inside the parent.
In CSS3, border-radius is supported but browser support is limited within that regard.
However, mozilla (gecko based browsers) understand border-radius and per their rule on it it's done as -moz-border-radius.
However, when you try to validate anything -moz in CSS1, CSS2, or CSS3, it comes back with the error message of unable to parse -moz.
I'm at a loss on this one. Anyone have any clues or suggestions? I've been googling for 3 days doing research on this, and getting no where.
:(