<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Creating a Drop-down Menu</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx</link><description>We had an article on MSDN for creating a drop-down menu, but after repeated attempts, I, like many of our customers, couldn't make the code work, so we're in the process of removing it. We will (mostly likely) eventually replace it. In the meantime, though,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Creating a Drop-down Menu</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#238479</link><pubDate>Wed, 06 Oct 2004 06:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238479</guid><dc:creator>Gregory Markle</dc:creator><description>Fails miserably in IE 5.2 Mac...which I don't use except for testing but I'm just sayin'.</description></item><item><title>re: Creating a Drop-down Menu</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#238665</link><pubDate>Wed, 06 Oct 2004 15:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238665</guid><dc:creator>thegnu</dc:creator><description>Any advanced css, valid or not, will fail in IE 5.2 Mac in my experience.  My experience hasn't been all that great, but it has been enough to frustrate the heck out of me.&lt;br&gt;&lt;br&gt;I think Mac users who use IE don't deserve properly rendered css. :-)</description></item><item><title>re: Creating a Drop-down Menu</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#238799</link><pubDate>Wed, 06 Oct 2004 19:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238799</guid><dc:creator>Lerch</dc:creator><description>Can this be adapted to use nested dropdown menus?  (i.e. click file, see a bunch of menu items, one of which is Send, which when clicked displays Email, Contact, etc.) </description></item><item><title>re: Creating a Drop-down Menu</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#238800</link><pubDate>Wed, 06 Oct 2004 19:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238800</guid><dc:creator>Lisa Wollin</dc:creator><description>Lerch - To be honest, I'm not sure.  At first guess, I would say yes, but I will need to do some testing first.  - Lisa</description></item><item><title>re: Creating a Drop-down Menu</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#238813</link><pubDate>Wed, 06 Oct 2004 19:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238813</guid><dc:creator>b.gr</dc:creator><description>Some more lightweight and standards complaint approches can be found here &lt;a target="_new" href="http://xkr.us/js/menus"&gt;http://xkr.us/js/menus&lt;/a&gt; - most, if not all, suppost submenus, too :) </description></item><item><title>re: Creating a Drop-down Menu</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#238814</link><pubDate>Wed, 06 Oct 2004 19:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238814</guid><dc:creator>b.gr</dc:creator><description>Oops, wrong link in my previous comment: &lt;a target="_new" href="http://xkr.us/js/menu"&gt;http://xkr.us/js/menu&lt;/a&gt;</description></item><item><title>re: b.gr</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#238839</link><pubDate>Wed, 06 Oct 2004 19:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238839</guid><dc:creator>thegnu</dc:creator><description>Thanks b.gr&lt;br&gt;My brother's an actual web designer and I'm a crappy one who designs for myself.  Any links to resources are great.&lt;br&gt;ummm... I'm leaving now...&lt;br&gt;*leaves*</description></item><item><title>re: Creating a Drop-down Menu</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#238873</link><pubDate>Wed, 06 Oct 2004 21:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238873</guid><dc:creator>Lerch</dc:creator><description>I played with it some, Lisa, and I run into the same thing I've seen other code deal with: there has to be a way to figure out if a menuitem has a submenu (so you can put a little arrow or something), and you have to figure out where to display the submenu (i.e. ideally to the right of the menuitem that spawns the submenu).&lt;br&gt;&lt;br&gt;Thanks for that link, b.gr...that Son of Suckerfish Dropdown article was amazing...I've been looking at dropdown menu strategies off and on for a while (which led me here, Lisa), and that's got to be one of the most amazing, lightest, most cross-browser compliant ones I've seen.  I love the idea that it's coming from a heirarchical list...that makes it really easy to populate the menu items from a database!</description></item><item><title>re: Creating a Drop-down Menu</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#238886</link><pubDate>Wed, 06 Oct 2004 21:13:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:238886</guid><dc:creator>Lisa Wollin</dc:creator><description>I took a look at the link b.gr provided, but I haven't had a chance yet to read through it.  Great recommendation; I'll have to find some time to do so.&lt;br&gt;&lt;br&gt;I also haven't had a chance yet this morning to futz with my code, but my thought after a brief glance at it is that the P elements inside would need to change to a nested table with TD elements inside the nested DIV element, and then you could nest TABLE and DIV elements to your hearts content to create as many submenus as you want.&lt;br&gt;&lt;br&gt;The only thing I'm not sure about is the offsetTop value.  I'm not sure how this would change with submenus, but my gut tells me it would change, which means that it may need to be a value that gets passed in, depending on the placement of the submenu.&lt;br&gt;&lt;br&gt;Again, without a great deal more looking at this, I can't say for sure what would need to be done to make it allow for submenus, but when we publish the article perhaps I'll fix the code to allow for this.</description></item><item><title>re: Creating a Drop-down Menu</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#246660</link><pubDate>Sat, 23 Oct 2004 14:47:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:246660</guid><dc:creator>squeakstar</dc:creator><description>hi people - good page, i'm a bit of newbie still picking this example apart and understanding it nearly...&lt;br&gt;&lt;br&gt;i was wondering how difficult it would be to mod this code to create a rollover image button for the menus contents?</description></item><item><title>Creating a JavaScript Drop-Down Menu in FrontPage </title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#323146</link><pubDate>Fri, 17 Dec 2004 05:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:323146</guid><dc:creator>FrontPage Weblog</dc:creator><description /></item><item><title>Creating a JavaScript Drop-Down Menu in FrontPage </title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#323153</link><pubDate>Fri, 17 Dec 2004 05:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:323153</guid><dc:creator>FrontPage Weblog</dc:creator><description /></item><item><title>re: Creating a Drop-down Menu</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#528669</link><pubDate>Thu, 09 Feb 2006 19:29:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:528669</guid><dc:creator>Toby</dc:creator><description>Please no, stop... dont do it like this... please it hurts!&lt;br /&gt;&lt;br /&gt;do it like this... &lt;br /&gt;&lt;a rel="nofollow" target="_new" href="http://www.alistapart.com/articles/dropdowns/"&gt;http://www.alistapart.com/articles/dropdowns/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Credit to you for having a stab, but remember, use the correct tags (not tables, or links for lists, very naughty) and minimilise code to what you need. Otherwise you are re-inventing the wheel poorly and teaching people bad methods &amp;nbsp;(look at squeakstar, he/she's going to go to the darkside :|)&lt;br /&gt;&lt;br /&gt;Just remember, if you need this to go over other elements, like form entry stuff... get ready for a headache and think, JS and iframes... mhhhhhh&lt;br /&gt;&lt;br /&gt;Sorry if im too harsh, what is this doing here anyway, such a bad way of doing a drop down :| :(</description></item><item><title>re: Creating a Drop-down Menu</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#528673</link><pubDate>Thu, 09 Feb 2006 19:33:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:528673</guid><dc:creator>Toby</dc:creator><description>&lt;a rel="nofollow" target="_new" href="http://www.htmldog.com/articles/suckerfish/example/"&gt;http://www.htmldog.com/articles/suckerfish/example/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;</description></item><item><title>re: Creating a Drop-down Menu</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#589769</link><pubDate>Thu, 04 May 2006 12:33:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:589769</guid><dc:creator>Karthik Ramaswamy</dc:creator><description>The site is really good and it stand by its name.It's very helpful.&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; The doubt that I have right now is how can i set or increase the width of a drop down menu in HTML.&lt;br&gt; For eg what should in include inside &amp;lt;select&amp;gt; tag.&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you.</description></item><item><title>re: Creating a Drop-down Menu</title><link>http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx#758426</link><pubDate>Sun, 17 Sep 2006 05:33:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:758426</guid><dc:creator>chris niese</dc:creator><description>Why didn't you place the whole data thing in the right order to copy and past it.&lt;br&gt;When it is past in page view of MS-Frontpage you have a better sight on the whole picture and easier to play with, I think?&lt;br&gt;In this lay-out it takes for ever to get it right.&lt;br&gt;Chris.</description></item></channel></rss>