scribble: Mozilla: -moz-border-radius für einzelne Ecken

Beitrag lesen

Hallo Peter

ist es möglich, -moz-border-radius für einzelne Ecken zu deakti-
vieren? Das Problem ist sicher nachvollziehbar, wenn man sich die
(noch immer aufgeklappten) DropDown-Menüs auf
http://cw.dns2go.info/index.xphp anschaut ...

1 minute suchen bei google ergab:

A quick flip through some source code shows the following extensions to
CSS being parsed in Mozilla (I didn't check all the keywords for things
I didn't recognize as CSS2).  There are currently properties being
parsed that aren't otherwise implemented, although I suspect the
parsing for these properties may be removed before release.  I can't
guarantee that the Netscape commercial version is the same as Mozilla,
but I wouldn't expect any differences.

Properties with the -moz- prefix:
-moz-border-radius
-moz-border-radius-topLeft
-moz-border-radius-topRight
-moz-border-radius-bottomLeft
-moz-border-radius-bottomRight
-moz-outline-radius
-moz-outline-radius-topLeft
-moz-outline-radius-topRight
-moz-outline-radius-bottomLeft
-moz-outline-radius-bottomRight

- These properties are for rounded corners on borders and outlines.
    The shorthand ones take up to 4 lengths or percentages.

probiers einfach mal :-))

gruss scribble