CSS text-decoration

Fragen und Antworten zum CSS-Befehl text-decoration.

Forenbeiträge die sich mit text-decoration beschäftigen


Menü zentrieren

... 8;visited { display: block; line-height: 30px; padding:0 30px 0 30px; color: white; text-decoration: none;}#mainnav a:hover, #mainnav a:active { color: orange;}#mainnav ul { margin ...
in CSS für Anfänger

Re: CSS - Drop Down Menü

... color: #ffffff; display:block; text-align:center; outline:0; margin-top:7px; text-decoration:none;}[/code:16brf675]Hoffe konnte ein wenig helfen.Mit freundlichen Grüßenid4n1el
in CSS für Fortgeschrittene

Hauptnavigation mehrzeilig statt einzeilig

... : inline;} li a.menu { border-bottom : 1px solid #8F850D;} li a.menu:hover {text-decoration : none; color : #000; } /* Aktiver Hauptmenüpunkt ...
in CSS für Anfänger

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

... laden, jedoch habe ich keine Ahnung wie ich diesen in meine Homepage bringe.. :-/Hier meine css:a { text-decoration: none; color: white;}body { background-color: white; padding: 0px; margin-left: 0px; margin-right ...
in Fragen zur Homepage

textpositionierung auf button

... #58; block; line-height: 2em; margin: 0 1px 0 0; padding: 0.25em 1em 0; text-decoration: none; background:url(button_closed1.gif) no-repeat 0px 0px; height: 80px; width ...
in CSS für Anfänger

Navi-Rausklappmenü

... ont-style: normal; letter-spacing: 2px; line-height: 1.5; color: black;}a { text-decoration: none; /* outline: none; */ /* nur wenn es Sie wirklich stoert */}a:link { color: ...
in CSS für Anfänger

Hilfe! Nur noch wenige Schritte bis zur fertigen Homepage!

... eladen, jedoch habe ich keine Ahnung wie ich diesen in meine Homepage bringe.. :-/Hier meine css:a {text-decoration: none;color: white;}body {background-color: white;padding: 0px;margin-left: 0px;margin-right: 0p ...
in CSS für Anfänger

Erweiterung einer CSS um die classe timesince

... round: url(images/sb-marker.gif) 13px 7px no-repeat;}#sidebars ul li ul li a.timesince {text-decoration:none; color:#c97e00; border: 0px;}[/code:2l9q66ho]und meinen php code folgendermaßen um ...
in CSS für Anfänger

Text unten ausrichten in Navigationsleiste mit Bild

... ont-family: trebuchet, arial, sans-serif; text-align: left; letter-spacing: 0px; }a { color: white; text-decoration:none; text-transform: capitalize; }a:hover { color: black; }#nav { width: 100%; float: left; margin ...
in CSS für Anfänger

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

... den weiteren nicht zu 100% abgedeckt, da transparenter Hintergrund... */}#slider a { text-decoration: none; background: transparent; border: 0px solid white; padding: 4px 6px; ...
in CSS für Anfänger

ne8.de (wp blog) bitte checken - Probleme mit der Sidebar

... li a:visited {color:#000000;font-weight:normal;}.rsidebar ul li ul li a:hover {text-decoration:none;color:#336699;}.rsidebar ul li ul li:hover {} [/code:3svvf1dz]Danke schon mal ...
in Homepage-Check

css reagiert nicht auf den link im html do

... n,projection" rel="stylesheet" />h1 { color: blue; font-family: arial; text-decoration: underline; font-weight: normal; font-size: 1.8em ; }
in Fragen zur Homepage

Navigation verschiebt Seiteninhalt

... #58; block; width: 150px; font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-decoration: none; font-weight: normal; background-color: #ffff00; height: 30px;}span.me ...
in CSS für Anfänger

CSS+ebay: Hintergrund der Artikelbeschreibung farbig???

... ; inline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }#nav li a { text-decoration: none; color: white; background:#303030 url(http://keingerede2011.lima-city. ...
in CSS für Anfänger

Re: 2 verschiedene Elemente gleichzeitg hovern

... iel mit CSS. Ist aber sensibel.[code:ein6fm4c]* { margin:0; padding:0; list-style:none; text-decoration: none;}body { width:900px; margin:0 auto;}.navi ul { float:left;}.navi li { ...
in CSS für Fortgeschrittene