Bencher
Mitglied
Hallo
Ich hab eine Liste
wie greife ich jetzt mit css auf id=\"current\" zu
mit #menuleft #current { color: #FF0000; } klappt es nicht
Ich hab eine Liste
PHP:
echo "<div id=\"menuleft\">";
echo "<ul>";
echo "<li id=\"current\"><a href=\"start1.php\" target=\"main\"><span>Home</span></a></li>";
echo "</ul></div>";
wie greife ich jetzt mit css auf id=\"current\" zu
mit #menuleft #current { color: #FF0000; } klappt es nicht