CSS bottom

Fragen und Antworten zum CSS-Befehl bottom.

Forenbeiträge die sich mit bottom beschäftigen


Re: Sticky Footer (mal wieder)

... w:auto; -moz-box-sizing:border-box;box-sizing:border-box; padding-top:50px; padding-bottom:50px; padding-left:20px; padding-right:20px; }#header { background:url(.. ...
in CSS für Fortgeschrittene

Überschriften für mehrere Aufzählungslisten (ul/li)

... 58; 5px; padding: 10px; width: 130px; height: 30px; float: left;}#sehen {border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top ...
in CSS für Fortgeschrittene

Hauptnavigation mehrzeilig statt einzeilig

... ; bold; display : block; } ul.mainmenu {margin-bottom : 0; margin-left : -15px; } li.mainmenu {display : inl ...
in CSS für Anfänger

Verschiedene Hover-Effekte über Klassen steuern?

... n?Ich habe es versucht mit:[code:3hvfqdu1].editorial a:hover { color: #f76967; padding-bottom:1px; border-bottom:2px solid #f76967; }[/code:3hvfqdu1]Und umgekehrt mit:[code:3hvfqdu1]a&# ...
in CSS für Anfänger

Div Höhe 100%

... background-repeat: no-repeat; height: 90px; width: 1030px; margin-top: 20px; margin-bottom: 20px;"> </div> <!-- Navigation --> ...
in CSS für Anfänger

Re: Horizontales Menü mit links und rechts Backgroundgrafik

d IE, andere Browser nicht getestet.Theme schließen...danke ...
in CSS für Anfänger

Bild vertikal zentrieren

... ; width: 200px; float:left; background-color: #FF00FF; margin-top:10px; margin-bottom:10px; margin-left:10px; margin-right:10px; text-align: center; vertical-align&# ...
in CSS für Anfänger

Hilfe! Nur noch wenige Schritte zur fertigen Homepage...

... ground-color: white; padding: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; font-family: Arial; background-position: relative; background-attachment: scroll; backgroun ...
in Fragen zur Homepage

DIVs überlappen sich nicht

... color: #FFF; float: right; height: 58px; width: 298px; margin-top: 15px; margin-bottom: 10px; border: 1px solid #05274E; text-align: center;}#top_left_middle { float: lef ...
in CSS für Anfänger

Re: textpositionierung auf button

... ht: 80px; width: 216px; position: relative; text-align: center; vertical-align: bottom;}#access ul ul { display: none; float: left; font-weight: normal; position: relativ ...
in CSS für Anfänger

CSS-Hover-problem

... omla. Nun habe ich es Farblich geändert, jedoch finde ich einfach nix um die Hintergründe der "Bottoms" zu ändern. Diese sind der Zeit Rot, sollen jedoch in einen Grünton erscheinen. Das selbige g ...
in CSS für Anfänger

Navi-Rausklappmenü

... rzwingt Scrollbar im Firefox */html { overflow-y: scroll; } /*statt { height: 100%; margin-bottom: 1px; } damit es zwischen den einzelnen Seiten nicht ruckelt. (Scrollbalken)*/h2, p, ul, ol ...
in CSS für Anfänger

Hilfe! Nur noch wenige Schritte bis zur fertigen Homepage!

... {background-color: white;padding: 0px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;font-family: Arial;background-position: relative;background-attachment: scroll;background-re ...
in CSS für Anfänger

Re: Text unten ausrichten in Navigationsleiste mit Bild

... bekommst du mit folgenden argumenten hin:[code:20cx7p1m]<font style="position:absolute; bottom:0px;">NAVIGATIONSTEXT</font>[/code:20cx7p1m]
in CSS für Anfänger

Re: Grafik soll aus DIV herausragen

... p]z-index:2;[/b:kz5qe5tp])2. Das Bilddiv absolut positionierst z.B.: [b:kz5qe5tp]position:absolute; bottom:50px; right:20px;[/b:kz5qe5tp]Beispiel:[code:kz5qe5tp]<html><head></head><body ...
in CSS für Fortgeschrittene