PDA

View Full Version : Navigation Design



hiddenbrooknb
13 Nov 2009, 05:46 PM
Does anyone know of a good design similar to http://www.specialbreeds.co.uk/poultry/bantams.html

I really like it but dont know how to create the style, and have indented ones.

Corrosive
14 Nov 2009, 05:39 AM
Just use an unordered list as you would to build a menu normally. Then add a class called something like 'indent' and give the class a style of margin-left: 20px; Wherever you want your indent simply add the class to your list tag;

<li class="indent">Your Link Here</li>

Should be easy :)