groups

name language licence
Custom post title with lead graphic background PHP BSD
Create A Maintenance Page For Your WordPress Blog HTML BSD
Display Related Posts Without A Plug-In PHP BSD
Resize Images On The Fly PHP BSD
opacity background PHP BSD
Untitled Snippet PHP BSD
Custom Fonts using @font-face HTML BSD



language: PHP
licence: BSD

Untitled Snippet

options: view full snippetsend to code collector



<ul id="menu">
  <li><a href="#" class="home">Home <span></span></a></li>
  <li><a href="#" class="about">About <span></span></a></li>
  <li><a href="#" class="rss">RSS <span></span></a></li>
</ul>



#menu {
  list-style: none;
  padding: 0;
  margin: 0;
	
(Continues...)