PSD-Tutorials.de
Forum für Design, Fotografie & Bildbearbeitung
Tutkit
Agentur
Hilfe
Kontakt
Start
Forum
Aktuelles
Besonderer Inhalt
Foren durchsuchen
Tutorials
News
Anmelden
Kostenlos registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Menü
Anmelden
Kostenlos registrieren
App installieren
Installieren
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Antworten auf deine Fragen:
Neues Thema erstellen
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
a:active {
Beitrag
<blockquote data-quote="bubu306" data-source="post: 1577042" data-attributes="member: 205430"><p><strong>AW: a:active {</strong></p><p></p><p>Hallo zusammen, jetzt mus sich auf das Thema noch einmal zurück kommen.</p><p></p><p>Ich versuch schon die ganze Zeit hier dieses active einzusetzen, so das beim angeklickten Navi die Navi blau bleibt, damit man weiss wo man ist.....leider ohne Erfolg.<img src="/styles/default/xenforo/smilies/uhm.gif" class="smilie" loading="lazy" alt=":(" title="Frown :(" data-shortname=":(" /></p><p></p><p>Bin am verzweifeln....</p><p></p><p>CSS:</p><p>[CODE].art-BlockContent-body</p><p>{</p><p> color:#FFFFFF;</p><p> font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;</p><p> font-size: 12px;</p><p> font-style: normal;</p><p> font-weight: normal;</p><p> text-decoration: none;</p><p> letter-spacing: 0px;</p><p> text-align: left;</p><p> text-indent: 0px;</p><p> margin-left: 0px;</p><p> padding-bottom: 15px;</p><p>}</p><p></p><p>.art-BlockContent-body a:link</p><p>{</p><p>color: #F8F7F1;</p><p>font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;</p><p>text-decoration: none;</p><p>}</p><p></p><p>.art-BlockContent-body a:visited, .art-BlockContent-body a.visited</p><p>{</p><p> color: #F8F7F1;</p><p>font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;</p><p>text-decoration: none;</p><p>}</p><p></p><p>.art-BlockContent-body a:hover, .art-BlockContent-body a.hover</p><p>{</p><p>color: #004594;</p><p>font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;</p><p>text-decoration: none;</p><p>}</p><p></p><p>.art-BlockContent-body a:active, .art-BlockContent-body a.active</p><p>{</p><p>color: #0F0;</p><p>}</p><p></p><p>.art-BlockContent-body ul</p><p>{</p><p>list-style-type: none;</p><p>color: #FFFFFF;</p><p>margin:0;</p><p>padding:0;</p><p>}</p><p></p><p>.art-BlockContent-body ul li</p><p>{</p><p>font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;</p><p>font-size: 12px;</p><p>font-style: normal;</p><p>font-weight: normal;</p><p>text-decoration: none;</p><p>line-height: 125%;</p><p>line-height: 1.64em;[/CODE]</p><p></p><p></p><p>muss ich jetzt im index.php das active zu der class hinzufügen ??</p><p>[PHP]<jdoc:include type="modules" name="banner1" style="artstyle" artstyle="art-nostyle" /></p><p><?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'art-block'); ?></p><p><div class="art-contentLayout"></p><p><?php if (artxCountModules($document, 'left')) : ?></p><p><div class="art-sidebar1"><?php echo artxModules($document, 'left', 'art-block'); ?></p><p></div></p><p><?php endif; ?></p><p><div class="art-<?php echo artxGetContentCellStyle($document); ?>"></p><p></p><p><?php</p><p> echo artxModules($document, 'banner2', 'art-nostyle');</p><p> if (artxCountModules($document, 'breadcrumb'))</p><p> echo artxPost(null, artxModules($document, 'breadcrumb'));</p><p> echo artxPositions($document, array('user1', 'user2'), 'art-article');</p><p> echo artxModules($document, 'banner3', 'art-nostyle');</p><p>?></p><p><?php if (artxHasMessages()) : ?><div class="art-Post"></p><p> <div class="art-Post-body"></p><p><div class="art-Post-inner"></p><p><div class="art-PostContent"></p><p></p><p><jdoc:include type="message" />[/PHP]</p></blockquote><p></p>
[QUOTE="bubu306, post: 1577042, member: 205430"] [b]AW: a:active {[/b] Hallo zusammen, jetzt mus sich auf das Thema noch einmal zurück kommen. Ich versuch schon die ganze Zeit hier dieses active einzusetzen, so das beim angeklickten Navi die Navi blau bleibt, damit man weiss wo man ist.....leider ohne Erfolg.:( Bin am verzweifeln.... CSS: [CODE].art-BlockContent-body { color:#FFFFFF; font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; font-size: 12px; font-style: normal; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-align: left; text-indent: 0px; margin-left: 0px; padding-bottom: 15px; } .art-BlockContent-body a:link { color: #F8F7F1; font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; text-decoration: none; } .art-BlockContent-body a:visited, .art-BlockContent-body a.visited { color: #F8F7F1; font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; text-decoration: none; } .art-BlockContent-body a:hover, .art-BlockContent-body a.hover { color: #004594; font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; text-decoration: none; } .art-BlockContent-body a:active, .art-BlockContent-body a.active { color: #0F0; } .art-BlockContent-body ul { list-style-type: none; color: #FFFFFF; margin:0; padding:0; } .art-BlockContent-body ul li { font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; font-size: 12px; font-style: normal; font-weight: normal; text-decoration: none; line-height: 125%; line-height: 1.64em;[/CODE] muss ich jetzt im index.php das active zu der class hinzufügen ?? [PHP]<jdoc:include type="modules" name="banner1" style="artstyle" artstyle="art-nostyle" /> <?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'art-block'); ?> <div class="art-contentLayout"> <?php if (artxCountModules($document, 'left')) : ?> <div class="art-sidebar1"><?php echo artxModules($document, 'left', 'art-block'); ?> </div> <?php endif; ?> <div class="art-<?php echo artxGetContentCellStyle($document); ?>"> <?php echo artxModules($document, 'banner2', 'art-nostyle'); if (artxCountModules($document, 'breadcrumb')) echo artxPost(null, artxModules($document, 'breadcrumb')); echo artxPositions($document, array('user1', 'user2'), 'art-article'); echo artxModules($document, 'banner3', 'art-nostyle'); ?> <?php if (artxHasMessages()) : ?><div class="art-Post"> <div class="art-Post-body"> <div class="art-Post-inner"> <div class="art-PostContent"> <jdoc:include type="message" />[/PHP] [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ▲ = 7, ▼ = 3, ◇ = 2 und die Summe von ▲ und ▼ durch ◇ geteilt wird, was ist das Ergebnis?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
a:active {
Oben