Prev: Image liquidity: permissible?
Next: Let an <iframe> (or <div>) be dynamically as height as the loaded html web page inside?
From: shapper on 1 Feb 2010 10:20 Hello, Could someone suggest me a good CSS approach for a drop down menu. All I need is for a simple case: <li>CMS <ul> <li><a href="/Articles">Articles</a></li> <li><a href="/Albums">Albums</a></li> <li><a href="/Products">Products</a></li> </ul> <li> And with a different background color for each item. I have seen a few online but I am not sure about a good one to follow. Thanks, Miguel
From: Ed Mullen on 1 Feb 2010 11:00
shapper wrote: > Hello, > > Could someone suggest me a good CSS approach for a drop down menu. > All I need is for a simple case: > > <li>CMS > <ul> > <li><a href="/Articles">Articles</a></li> > <li><a href="/Albums">Albums</a></li> > <li><a href="/Products">Products</a></li> > </ul> > <li> > > And with a different background color for each item. > > I have seen a few online but I am not sure about a good one to follow. This is pretty simple: http://edmullen.net/menu_example.php Zillions of others out there too. -- Ed Mullen http://edmullen.net How many of you believe in telekinesis? Raise my hands ... |