philingbb Posted September 1, 2010 Report Share Posted September 1, 2010 Hallo, Ist es möglich, dass es eine Farbe pro Kategorie gibt? ich möchte, dass cat1 ein anderes CCS Style als cat2 hat und so weiter. Ist es möglich und wenn ja wie? Danke Philippe <ul id="categorymenu"> <li class="level1"><a href="http://www.-shop.de/index.php?page=categorie&cat=3" title="">Ersatzteile</a></li> <li class="level1"><a href="http://www.-shop.de/index.php?page=categorie&cat=1" title="">Gas</a></li> <li class="level1"><a href="http://www.-shop.de/index.php?page=categorie&cat=4" title="">Test</a></li> <li class="level1"><a href="http://www.-shop.de/index.php?page=categorie&cat=2" title="">Wasser</a></li> </ul> Link to comment Share on other sites More sharing options...
amilo Posted September 1, 2010 Report Share Posted September 1, 2010 Hallo, du könntest direkt in das <li class="level1"> die Variable für die Kategorie ID reinschreiben, dann kannst du jede einzelne Kategorie mit css ansprechen. MfG. Hansen Link to comment Share on other sites More sharing options...
philingbb Posted September 1, 2010 Author Report Share Posted September 1, 2010 Hallo, Wie schreibe ich es?: .level1 [a href="http://www.-shop.de/index.php?page=categorie&cat=1"] .level1 [a href="http://www.-shop.de/index.php?page=categorie&cat=2"] und so weiter? Link to comment Share on other sites More sharing options...
amilo Posted September 1, 2010 Report Share Posted September 1, 2010 Ähhm neee, eher so: <li class="level1 {categories_id}">[/CODE] Ich habe jetzt aber nicht geschaut, ob die Variable stimmt. MfG. Hansen Link to comment Share on other sites More sharing options...
philingbb Posted September 1, 2010 Author Report Share Posted September 1, 2010 Aber du beschreibst die html Datei, nicht die Css Datei. Was von XT gelifert ist <li class="level1"><a href="http://www.-shop.de/index.php?page=categorie&cat=1" title="">Gas</a></li> Da habe ich kein Einfluß? Oder muss ich für jede Categorie die Datei templates/name_des-Templates/index.html ändern? Dake Philippe Link to comment Share on other sites More sharing options...
amilo Posted September 1, 2010 Report Share Posted September 1, 2010 Hallo, wieso die Index.html? Die box_categories.html muss geändert werden. MfG. Hansen Link to comment Share on other sites More sharing options...
philingbb Posted September 1, 2010 Author Report Share Posted September 1, 2010 Danke. XT ist noch sehr fremd für mich. Ich werde es versuchen. danke sehr für die Hilfe. Philippe Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.