CSS properties

Fragen und Antworten zum CSS-Befehl properties.

Forenbeiträge die sich mit properties beschäftigen


Inhalt verrutscht (nach oben) IE 5.0 + 5.5

... adient { /* IE6 hack */ display: none; /* IE6 doesn't know transparent pngs */}/* box properties */div#left div.box, div#right div.box { margin-bottom: 1.5em;}div.box ...
in CSS für Fortgeschrittene

CSS Design Anpassung an Firefox & Opera

... ost of the elements you'll be styling. Like any good parent, its child elements inherit styling properties from it. When you style the "body" element in CSS, you're really setting default prop ...
in CSS für Anfänger