Css Zugriff auf das Parentobject
-
Hallo,
geht es vielleicht ?
Wie kann ich von a:hover heraus auf das Parentobjekt "links" von Typ div zugreifen, wenn ich z.B. die Bordersettings ändern möchte ?div.links { width: 130px; top: 31px; background-color: rgb(221,255,241); font-family : arial, sans-serif; font-size: 9pt; position:absolute; border: 1px dashed rgb(0,100,70); border-bottom-width: 0px; text-align:center; z-index: 1; padding:2px; } div.links a { /*aufpassen width unbedingt notwendig anzugeben !*/ display: block; margin:0px; width: 100%; color: rgb(0,100,70); text-decoration:none; font-weight:bold; } div.links a:hover { /* wie kann ich auf links zugreifen ?*/ }
Danke !