Jump to content

Tutorial?


syco

Recommended Posts

Also have a look at cssplay.co.uk which is a great resource. http://www.cssplay.co.uk/menus/drop_examples.html might get you started ....
I've used CSSPlay and agree it is a great resource. However, I wish he'd go into greater explanation of his method. For example, I'm trying to do his simple horizontal dropdown menu#5. He doesn't explain how he labels his classes in the html. I probably should know this, but I don't. For example, in the code below, what is "subprod" vs. "subprod2" or "subprod3" ?
<li class="products"><a class="drop" href="#nogo">Products<!--[if IE 7]><!--></a><!--<![endif]-->	<!--[if lte IE 6]><table><tr><td><![endif]-->	<ul>		<li class="subprod"><a href="#nogo">Mobiles</a></li>		<li class="subprod2"><a href="#nogo">Photoframes</a></li>		<li class="subprod2"><a href="#nogo">Tripods</a></li>		<li class="subprod"><a href="#nogo">Memory cards</a></li>		<li class="subprod3"><a class="drop" href="#nogo">Cameras<!--[if IE 7]><!--></a><!--<![endif]-->		<!--[if lte IE 6]><table><tr><td><![endif]-->		<ul>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...