CSS outline

Fragen und Antworten zum CSS-Befehl outline.

Forenbeiträge die sich mit outline beschäftigen


Re: CSS - Drop Down Menü

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

CSS-Hover-problem

... " bei steht, ich finde meist etwas, in der Art:[code:19162yjc]a:hover {cursor: pointer;outline-style: none; }[/code:19162yjc]Damit weiß ich jedoch leider nix anzufangen. Könnt ihr mir evtl. ...
in CSS für Anfänger

Navi-Rausklappmenü

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

Rahmen der sich automatisch an den post anpasst! tUMBLR

... -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out;} a:active{outline: none;} a:focus{-moz-outline-style: none;} :-moz-any-link:focus{outline: no ...
in CSS für Anfänger

Navigation flackert

... 6;nav ul li a {display:inline-block;}.nav a:hover {margin-top:50px; color:#ccc; outline:0;}.nav a.level1-a:hover,.nav li:hover a {position:relative;background- ...
in CSS für Anfänger

CSS Reset

... llen Browsern identisch dargestellt werden.[code:2w9ik40x]*{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;line-height:1;l ...
in Neue Tutorials

Problem mit Layout mit IE7

... ot;main-2"> <div id="right"></div></div> </body>CSS :* { outline:none 0; margin: 0; padding: 0; list-style: none; }body { font-size: 13px; font-family: arial, Arial ...
in CSS für Fortgeschrittene

Menü in der Mitte Platzieren

... al, sans-serif; padding: 0 0 15px 0; color: #000;}h6{ color: #362C20;}a, a:hover{ outline: none; text-decoration: underline; color: #CC0000;}a:hover{ text-decoration: ...
in CSS für Anfänger

Re: unterschiedliche linkfarben und a:visited farben

... hässliche gepunktete Linie bei Links wegbekommen möchtest (bei Klick) empfehle ich[code:dzpqxk9t]a{outline:none;}[/code:dzpqxk9t]
in CSS für Fortgeschrittene

Re: horizontales menü

... :block;}* html .clearfix{height:1%;overflow:visible;}ul{list-style-type:none;}a{outline:none;text-decoration:none;}#navigation{width:700px;height:30px;} /* ID Navigation = ...
in CSS für Anfänger

Font-Color Transparent und Outline

... ei zu versuchen einen Text über ein Bild zu legen.Der Text sollte transparent sein mit einer weißen Outline.Stand jemand von euch schon einmal vor dem gleichen Problem oder wüsste vielleicht einen Lösungsans ...
in CSS für Fortgeschrittene

Re: Problem mit position:fixed und Frage nach zwei Hintergründen

... #58; relative; float: right; top: -2.0em;}span.edit a:focus, a.quote { -moz-outline-style: none;}span.edit a:hover { cursor: pointer;}.edit a { position: absol ...
in CSS für Fortgeschrittene

Re: CSS-Lösung für dynamische Navigation

... y:block;}* html .clearfix{height:1%;overflow:visible;}body{text-align:center;}a{outline:none;text-decoration:none;}ul{list-style-type:none;}#wrapper{text-align:left;margin ...
in CSS für Fortgeschrittene

Re: Verschachtelte DLs level-basiert formatieren

... r gar nicht, wie viele Levels erzeugt werden (das ist dynamisch erzeugtes HTML als Export von einem Outliner)2. ich habe meistens ein Default-Format und möchte, abhängig von der Klasse, nur einzelne DLs spez ...
in CSS für Fortgeschrittene

Layout Darstellungsprobleme

... END, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline;}BODY{ background-color: #FFF; backgr ...
in CSS für Anfänger