/ Published in: CSS
Comment to follow
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
nav.sitemap { overflow:hidden; height:100%; position:relative; } nav.sitemap ul { margin:5px 0 20px; } nav.sitemap ul li { display:block; padding:0 0 5px 14px; background:url('/images/bg/sitemap_line.png') no-repeat left top; } nav.sitemap ul li a { } nav.sitemap ul li a span { } nav.sitemap ul li ul { padding-bottom:5px; margin-bottom:0; }