CSS border-width

Fragen und Antworten zum CSS-Befehl border-width.

Forenbeiträge die sich mit border-width beschäftigen


Zentrierter DIV-Bereich wandert aus Fenster raus

... ion:absolute; top: 50%; left: 50%; margin-left:-350px; margin-top:-200px; border-width:1px; border-color: white; border-style:solid; width: 700px; height:400px; ...
in CSS für Anfänger

Navigation verschiebt Seiteninhalt

... sition: static; display: block; float: none;}.aussen { border-style: solid; border-width: 1px; margin: 0px; padding: 0px; display: block; width: 150px; float: ...
in CSS für Anfänger

Re: Grafik verschiebt sich beim skalieren

... al her als Beispiel.die grafik ist z.b. 30x30 pxdann schaut das Header CSS so ungefähr aus:#header {border-width: 30px;border-image: url(dein_f.jpg) 30 30 30 30 repeat repeat;......}das müsstest du dann für jeden ...
in CSS für Anfänger

Div-Boxen übereinander legen

... padding-bottom:3px; padding-left:2px; border-style:solid; border-width:5px; border-color:#c60303; z-index:10; -moz-border-radius:5 ...
in CSS für Anfänger

Anfänger: Problem mit Positionierung

... 8; 80%; margin-left: 10%; margin-right: 10%; margin-top: 5px; border-style: dotted; border-width: 1px;}.container .oben { height: 70px;}.container .unten { height: 10px ...
in CSS für Anfänger

Re: 4 Tage vergebliche Suche.. :-(

... 999; /* Mozilla Firefox */-webkit-box-shadow: 10px 10px 5px #999; /* Google Chrome */}.div3{border-width: 7pt;border-color:#660000;border-style:double;padding:5px;}[/code:2seb842n]Bei größ ...
in CSS für Fortgeschrittene

Flyout-Menü mit Current stauts

... ited { display:block; text-decoration:none; color:#000; width:120px; border-width:0px 0px 1px 0; background:#fff; font-size:10px; padding-left:10px; heig ...
in CSS für Fortgeschrittene

vertikale Navigation mit horizontalem Drop-Down-Menü?

... ne; padding-left:10px; color:#FFF; border-top:#fff solid; border-bottom:#fff solid; border-width:1px; cursor:pointer;}#navigation ul li:hover { background-color:#F90; position: ...
in CSS für Fortgeschrittene

Headeranpassung auf wordpress blog

... --------------------------------------- */#topbanner { height: 70px; border: solid #dadada; border-width: 1px 0 }#topbanner_arch { height: 70px; border: solid #dadada; border-width: 1px 0 ...
in CSS für Fortgeschrittene

Hover-Effekt im IE

... font-family:Arial, Verdana, "Sans Serif"; text-align:center; color:#606060;}img.bilder1 {border-width:0px; margin:0px; padding:0px;}img.bilder11 {border-width:0px; margin:0px; padding:10px;}img.noborde ...
in CSS für Anfänger

Untermenüs nicht in Fett (bold) anzeigen

... image: url('../images/subitem.png'); background-position: left top; background-repeat: repeat-x; border-width: 1px; border-style: solid; border-color: #EDEDED;}.art-nav ul.art-menu ul span, .art-nav ul.art-m ...
in CSS für Anfänger

overflow: hidden versteckt Inhalt

... ;center; line-height:30px; color:#000; text-decoration:none; border:1px solid #fff; border-width:1px 1px 0 0; background:#ccc; font-family:verdana, arial, sans-serif;}.photo ul. ...
in CSS für Fortgeschrittene

Re: Spaltenbreite

... -1px;}.array1 { background-color: #c4c4c4; text-align: center; font-size: 7px; border-width:0px; }.array2 { background-color: #dcdcdc; text-align: center;border-width:0 ...
in CSS für Anfänger

Komme mit den Farben nicht klar

... 8; #FFF; position: absolute; left: -999em; width: 180px; border: 1px solid #dbdbdb; border-width:1px 1px 0; z-index:999; }.nav li ul li { background:#eee; border-top:1px solid ...
in CSS für Anfänger

Bildergalerie Bild mit overflow rechts rauskucken lassen

... ext-decoration: none;}.thumbnail span img{ /*CSS for enlarged image*/position: relative;border-width: 0;padding: 2px;}.thumbnail:hover span{ /*CSS for enlarged image*/visibility: v ...
in CSS für Anfänger