<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>Dynamic menus with CSS | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/</link>
  <description>A Layout forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>01/05/04, 005 40 2004 2004:%i:1073324443 12:40:43</pubDate>
  <lastBuildDate>06/07/13, 158 17 2013 2013:%i:1370596631 05:17:11</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NineLabs Framework Feed Generator</generator>
  <managingEditor>sitemaster@wpdfd.com</managingEditor>
  <webMaster>sitemaster@wpdfd.com</webMaster>
     <item>
    <title>Skoosacker  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p108</link>
    <description><![CDATA[I would like to make a dynamic menu using CSS . Idealy the menu headings will expand when click on and show the sub menus beneth. Do I have to have a javascript to make this part happen?]]></description>
    <pubDate>01/05/04, 005 40 2004 2004:%i:1073324443 12:40:43</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p108</guid>
   </item>
     <item>
    <title>Mattman  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p109</link>
    <description><![CDATA[Check this out - http://www.nic.fi/~tapio1/Teaching/DynamicMenus.php3<br /><br />Matt]]></description>
    <pubDate>01/05/04, 005 54 2004 2004:%i:1073325241 12:54:01</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p109</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p110</link>
    <description><![CDATA[Looks awful hard trying to wade through that to me.<br /><br />Short answer is that IE doesn't support hover properly, so if you don't care about IE, you can do it in pure CSS. If you do care about IE (and unfortunately you probably have to), then you need some javascript. Run a google for &quot;suckerfish dropdown&quot; and you'll find a relatively easy and straightforward way to do it with as little javascript as possible.]]></description>
    <pubDate>02/12/04, 043 38 2004 2004:%i:1076611117 13:38:37</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p110</guid>
   </item>
     <item>
    <title>Jdenny  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p111</link>
    <description><![CDATA[It would not be inconceivible to make a small JavaScript that adds the :hover fucntionality to IE<br /><br />It would have to read the document style sheets to find where :hover is used and is not on an &lt;a&gt; element.<br />Then traverse the document tree adding onmouseover=&quot;.....&quot; to the relevant elements, (where ..... is the css properties found in the style sheets for each case of :hover found).<br /><br />Would need a bit of effort and patients, but could be re-used a trillion times, so I might make this script if anyone might find it usefull??]]></description>
    <pubDate>02/14/04, 045 41 2004 2004:%i:1076812889 21:41:29</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p111</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p112</link>
    <description><![CDATA[Don't bother reinventing the wheel. The suckerfish solution is simple and effective, even on IE.]]></description>
    <pubDate>02/16/04, 047 31 2004 2004:%i:1076956314 13:31:54</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p112</guid>
   </item>
     <item>
    <title>Jdenny  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p113</link>
    <description><![CDATA[Yes I was pretty much suggesting the suckerfish system but without any javascript inside the menu, it can go in an external script file, and linked to using conditional comments (so only IE see's it).<br /><br />In addition it would allow you to use :hover on any element in IE.]]></description>
    <pubDate>02/16/04, 047 26 2004 2004:%i:1076959583 14:26:23</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p113</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p114</link>
    <description><![CDATA[Now that IS clever.<br /><br />Now if you can just make IE understand position:fixed in some simple, usable way.]]></description>
    <pubDate>02/16/04, 047 35 2004 2004:%i:1076960157 14:35:57</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p114</guid>
   </item>
     <item>
    <title>Jdenny  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p115</link>
    <description><![CDATA[hmmmm the current way to emmulate poistion fixed is to add a JavaScript that detects when the document is scrolled, and repositions the layer relative to the window when the scrolling has stopped.<br /><br />This works of if JavaSCript is enabled, and a script could be made to automatically add it when IE is the browser, like a fix or a patch, in the same way as the :hover fix I was talking about.<br /><br />Also I think there maybe a CSS workaraound:<br />make the scrolling part of the page <b>overflow: auto;</b> and put the <b>position: fixed;</b> parts outside that scrolling part.<br />(Don't actually put the poistion: fixed; code on them)]]></description>
    <pubDate>02/16/04, 047 54 2004 2004:%i:1076964848 15:54:08</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p115</guid>
   </item>
     <item>
    <title>Jdenny  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p116</link>
    <description><![CDATA[I done an alternative CSS+DynamicProperties (IE only) solution to make IE do position fixed, and no extra code needed on the element itself!<br /><br />it's all int eh CSS, but scripts probably still have to be enabled in the browser.<br /><br />IE5+ I think.<br /><br />see the other thread:<br />http://www.wpdfd.com/cgi-bin/yabb/YaBB.pl?board=css;action=display;num=1076965568]]></description>
    <pubDate>02/16/04, 047 57 2004 2004:%i:1076972249 17:57:29</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/dynamic_menus_with_css/#p116</guid>
   </item>
   </channel>
</rss