CSS overflow

Fragen und Antworten zum CSS-Befehl overflow.

Forenbeiträge die sich mit overflow beschäftigen


Hover mit img position

... 00px)und CSS:[code:9sbfefni].imagecontainer img { width: 100px; heigt: 100 px; overflow:hidden; position: 0px;}imagecontainer img:hover { position: -100px;}[/code:9s ...
in CSS für Fortgeschrittene

CSS - Drop Down Menü

... or IE 7 lack of compliance*/ display: block !important; display: inline; /*For IE*/ width: 175px; overflow: hidden; white-space: nowrap;}ul#navmenu ul li a:link, ul#navmenu ul li a:visited { padding: 1px 10 ...
in CSS für Fortgeschrittene

Textbox steht nicht da wo sie hingehört

... { height: 355px; position: absolute; left: 288px; top: 141px; font-weight: normal; color: #2B6495; overflow:auto; width: 480px;}#fuss { height: 35px; width: 804px; position: absolute; left: 0px; top: 542px;}
in CSS für Anfänger

Re: Headimage in DIV Container - Überlappend

... 58;16px; padding-top:7px; }[/code:1xkbustq]Kannst du so übernehmen. Achte darauf das , dass overflow:hidden von .box2 zu löschen.Allerdings könntest du lieber statt px em nehmen 1em ca. 16px.Und noch ...
in CSS für Fortgeschrittene

DIVs überlappen sich nicht

... : 0px; padding: 0px;}body { background-repeat: repeat-x; background-color: #05274E; overflow-x: scroll; background-image: url(../used/main_page/background_01.png);}#wrapper ...
in CSS für Anfänger

Navi-Rausklappmenü

... NULL */* { padding: 0; margin: 0; }/* optional: erzwingt Scrollbar im Firefox */html { overflow-y: scroll; } /*statt { height: 100%; margin-bottom: 1px; } damit es zwischen den einze ...
in CSS für Anfänger

Re: Styleclass mehrfach benennen

... :8f6uz306]#id1:hover, #id2:hover {background-image: url(../images/xyz.png);overflow: hidden;z-index:4;width:800px; height:400px;position:absolute; top:0px; lef ...
in CSS für Anfänger

CSS-Image Slider zeigt erstes Bild nicht selbstständig an

... S dazu:[code:3imy3fa3]/* Imageslider */#imageslider { width: 400px; height: 400px; overflow: hidden; position: relative; margin: 20px auto;}#imageslider img { width: ...
in CSS für Anfänger

box-shaddow überlagern?

... rowser*/ -moz-box-shadow: 0px 6px 10px gray; /* firefox */ box-shadow: 0px 6px 10px gray; overflow:hidden;}#main {}.region-footer { background-color:yellow; }[/code:1ln8sa2z]hoffe mir ka ...
in CSS für Anfänger

Re: Bild und Textbox nebeneinander vertikal ausrichten

... ersuch's mal so [code:2340iwvr]* { padding:0; margin:0px;}.bildbox { margin:10px; overflow:hidden; width:300px; /* oder 100% wenn die Box in einer anderen Box (content) liegt */ bac ...
in CSS für Anfänger

dynamisch erstellt Tabelle mit fixierten Tabellenkopf

... 58;left;height:694px;width:685px;margin-right:10px;}#Tourenuebersicht{height:200px; overflow:auto;}#Fahrauftraege{overflow:auto;height:400px;}#Benachrichtigungen{overflow:auto; ...
in CSS für Anfänger

Re: DIV mit automatischer Höhe

[/b:r6vdmjol] durch[b:r6vdmjol] class[/b:r6vdmjol] ersetzen. ...
in CSS für Fortgeschrittene

Navigation verschiebt Seiteninhalt

... splay: block; width: 150px; float: left; text-align: center; height: 25px; overflow: hidden; font-size: 12px; font-family: Arial,Helvetica,sans-serif; font-style: n ...
in CSS für Anfänger

Re: variable Anzahl von Divs zentrieren bei unbekannter Breite

... DY { height:100%; background:#a33;}DIV { text-align:center; margin:10px 100px;}UL { overflow:hidden; display:inline-block; padding-right:5px;}LI { display:inline-block; float&# ...
in CSS für Fortgeschrittene

Rahmen der sich automatisch an den post anpasst! tUMBLR

... 58; {color:text}; font-family: {font:Body}; font-size: 10px; line-height: 11px; overflow-x:hidden; margin:0px; text-align: left;} a{color:{color:link}; text-decoration& ...
in CSS für Anfänger