Make the last category unbordered

udhuha9pap

New Member
I am trying to make the last category have no bottom border, is there is any trick to done it without programming?HTML & CSS:\[code\]<style>#menu { border:1px red solid;padding:10px}#menu a { display:block; border-bottom:1px #000 dotted}</style><div id="menu"> <p>MAIN MENU</p> <a>Computers</a> <a>Design</a> <a>Programming</a></div>\[/code\]EXAMPLE:http://jsfiddle.net/GLJWp/
 
Back
Top