hi,
ich habe folgenden html-code
Kann man jetzt im Stylesheet definieren, dass das erste li Element (Home) der Liste nicht angezeigt wird...?
danke im voraus
lg matti
ich habe folgenden html-code
Code:
<div id="navSuppWrapper"> <div id="navSupp"> <ul> <li><a href="http://elemento.biz/csc473/project/ZenCart/">Home</a></li> <li> :: <a href="http://elemento.biz/csc473/project/ZenCart/index.php?main_page=page&id=6&chapter=0">ABOUT US</a> :: <a href="http://elemento.biz/csc473/project/ZenCart/index.php?main_page=contact_us">CONTACT US</a> :: <a href="http://elemento.biz/csc473/project/ZenCart/index.php?main_page=page&id=17&chapter=0">STORE LOCATOR</a> :: <a href="http://elemento.biz/csc473/project/ZenCart/index.php?main_page=privacy">PRIVACY POLICY</a> :: <a href="http://elemento.biz/csc473/project/ZenCart/index.php?main_page=page&id=16&chapter=0">SUBCRIPTION</a> </li> </ul> </div> </div>
danke im voraus
lg matti
Kommentar