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...
CSS-Problem
Beitrag
<blockquote data-quote="NiAlMa" data-source="post: 1745609" data-attributes="member: 228985"><p><strong>AW: CSS-Problem</strong></p><p></p><p><span style="font-size: 9px">Das Problem konnte behoben werden, allerdings habe ich nun ein anderes!</span></p><p> </p><p><span style="font-size: 9px">Accordion Menu funktioniert wunderbar, allerdins wir der oberste Link (home) grundsätzlich beim Hover blau und unterstrichen dargestellt und ich finde diese Anweisung nirgendwo</span></p><p> </p><p><span style="font-size: 9px">HTML</span></p><p> </p><p><span style="font-size: 9px">[HTML]</span></p><p><span style="font-size: 9px">...</span></p><p> <span style="font-size: 9px"></span></p><p><span style="font-size: 9px"><link href="css/my_layout.css" rel="stylesheet" type="text/css" /></span></p><p><span style="font-size: 9px"><!--[if lte IE 7]></span></p><p><span style="font-size: 9px"><link href="css/patches/patch_my_layout.css" rel="stylesheet" type="text/css" /></span></p><p><span style="font-size: 9px"><![endif]--></span></p><p><span style="font-size: 9px"><script type="text/javascript" language="javascript" src="js/jquery.js"></script></span></p><p><span style="font-size: 9px"><script type="text/javascript"></span></p><p><span style="font-size: 9px">$(document).ready(function()</span></p><p><span style="font-size: 9px">{</span></p><p> <span style="font-size: 9px">//slides the element with class "menu_body" when paragraph with class "menu_head" is clicked </span></p><p> <span style="font-size: 9px">$("#firstpane p.menu_head").click(function()</span></p><p><span style="font-size: 9px"> {</span></p><p><span style="font-size: 9px"> $(this).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");</span></p><p> <span style="font-size: 9px">});</span></p><p> <span style="font-size: 9px">//slides the element with class "menu_body" when mouse is over the paragraph</span></p><p> <span style="font-size: 9px">$("#secondpane p.menu_head").mouseover(function()</span></p><p><span style="font-size: 9px"> {</span></p><p><span style="font-size: 9px"> $(this).next("div.menu_body").slideDown(500).siblings("div.menu_body").slideUp("slow");</span></p><p> <span style="font-size: 9px">});</span></p><p><span style="font-size: 9px">});</span></p><p><span style="font-size: 9px"></script></span></p><p> <span style="font-size: 9px"></span></p><p><span style="font-size: 9px"><div id="col1_content" class="clearfix"></span></p><p><span style="font-size: 9px"> <!-- add your content here --></span></p><p><span style="font-size: 9px"> <div class="menu_list" > <!--Code for menu starts here--></span></p><p><span style="font-size: 9px"> <p class="menu_head"><a href="index.html">Home</a></p></span></p><p><span style="font-size: 9px"><!-- <div class="menu_body"></span></p><p><span style="font-size: 9px">...</span></p><p><span style="font-size: 9px">[/HTML]</span></p><p> </p><p><span style="font-size: 9px">accordion.css</span></p><p> </p><p><span style="font-size: 9px">[CODE]@charset "utf-8";[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1]/* CSS Document */[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1].menu_list {[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] width: 150px;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] padding-top: 20px !important;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] text-align: left;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1]}[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1].menu_head {[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] padding: 10px 10px;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] color:#f8f8f8;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] background-color:#000504;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] cursor: pointer;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] position: relative;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] margin:1px;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] font-weight:bold;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] background: #000504;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] font-size: 14px;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1]}[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1].menu_body {[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] display:none;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1]}[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1].menu_body a{[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] display:block;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] color:yellow;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] background-color:#000504;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] padding-left:40px;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] font-weight:bold;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] text-decoration:none;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1]}[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1].menu_body a:hover{[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] display:block;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] color: red;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] background-color:#000504;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] text-decoration:none;[/SIZE]</span></p><p><span style="font-size: 9px">[SIZE=1] }[/CODE]</span></p><p> </p><p><span style="font-size: 9px">Gibt es hierfür eine Lösung? Der Hover sollte eigentlich Yellow ohne deco sein</span></p><p> </p><p><span style="color: red">Problem ist gelöst! Anweisung kam aus der content.css</span></p></blockquote><p></p>
[QUOTE="NiAlMa, post: 1745609, member: 228985"] [b]AW: CSS-Problem[/b] [SIZE=1]Das Problem konnte behoben werden, allerdings habe ich nun ein anderes![/SIZE] [SIZE=1] [/SIZE] [SIZE=1]Accordion Menu funktioniert wunderbar, allerdins wir der oberste Link (home) grundsätzlich beim Hover blau und unterstrichen dargestellt und ich finde diese Anweisung nirgendwo[/SIZE] [SIZE=1] [/SIZE] [SIZE=1]HTML[/SIZE] [SIZE=1] [/SIZE] [SIZE=1][HTML] ... <link href="css/my_layout.css" rel="stylesheet" type="text/css" /> <!--[if lte IE 7]> <link href="css/patches/patch_my_layout.css" rel="stylesheet" type="text/css" /> <![endif]--> <script type="text/javascript" language="javascript" src="js/jquery.js"></script> <script type="text/javascript"> $(document).ready(function() { //slides the element with class "menu_body" when paragraph with class "menu_head" is clicked $("#firstpane p.menu_head").click(function() { $(this).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow"); }); //slides the element with class "menu_body" when mouse is over the paragraph $("#secondpane p.menu_head").mouseover(function() { $(this).next("div.menu_body").slideDown(500).siblings("div.menu_body").slideUp("slow"); }); }); </script> <div id="col1_content" class="clearfix"> <!-- add your content here --> <div class="menu_list" > <!--Code for menu starts here--> <p class="menu_head"><a href="index.html">Home</a></p> <!-- <div class="menu_body"> ... [/HTML][/SIZE] [SIZE=1] [/SIZE] [SIZE=1]accordion.css[/SIZE] [SIZE=1] [/SIZE] [SIZE=1][CODE]@charset "utf-8";[/SIZE] [SIZE=1]/* CSS Document */[/SIZE] [SIZE=1].menu_list {[/SIZE] [SIZE=1] width: 150px;[/SIZE] [SIZE=1] padding-top: 20px !important;[/SIZE] [SIZE=1] text-align: left;[/SIZE] [SIZE=1]}[/SIZE] [SIZE=1].menu_head {[/SIZE] [SIZE=1] padding: 10px 10px;[/SIZE] [SIZE=1] color:#f8f8f8;[/SIZE] [SIZE=1] background-color:#000504;[/SIZE] [SIZE=1] cursor: pointer;[/SIZE] [SIZE=1] position: relative;[/SIZE] [SIZE=1] margin:1px;[/SIZE] [SIZE=1] font-weight:bold;[/SIZE] [SIZE=1] background: #000504;[/SIZE] [SIZE=1] font-size: 14px;[/SIZE] [SIZE=1]}[/SIZE] [SIZE=1].menu_body {[/SIZE] [SIZE=1] display:none;[/SIZE] [SIZE=1]}[/SIZE] [SIZE=1].menu_body a{[/SIZE] [SIZE=1] display:block;[/SIZE] [SIZE=1] color:yellow;[/SIZE] [SIZE=1] background-color:#000504;[/SIZE] [SIZE=1] padding-left:40px;[/SIZE] [SIZE=1] font-weight:bold;[/SIZE] [SIZE=1] text-decoration:none;[/SIZE] [SIZE=1]}[/SIZE] [SIZE=1].menu_body a:hover{[/SIZE] [SIZE=1] display:block;[/SIZE] [SIZE=1] color: red;[/SIZE] [SIZE=1] background-color:#000504;[/SIZE] [SIZE=1] text-decoration:none;[/SIZE] [SIZE=1] }[/CODE][/SIZE] [SIZE=1] [/SIZE] [SIZE=1]Gibt es hierfür eine Lösung? Der Hover sollte eigentlich Yellow ohne deco sein[/SIZE] [SIZE=1][/SIZE] [COLOR=red]Problem ist gelöst! Anweisung kam aus der content.css[/COLOR] [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ★ = 12, ◇ = 4 und die Hälfte von ★ zu ◇ addiert wird, was ist das Ergebnis?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
CSS-Problem
Oben