<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Phatfusion Image Menu with Mootools</title> <atom:link href="http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/feed/" rel="self" type="application/rss+xml" /><link>http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <lastBuildDate>Tue, 16 Mar 2010 11:32:36 -0700</lastBuildDate> <generator>http://wordpress.org/?v=2.8.6</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: warrenvt</title><link>http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/comment-page-1/#comment-30720</link> <dc:creator>warrenvt</dc:creator> <pubDate>Wed, 02 Dec 2009 17:27:14 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/#comment-30720</guid> <description>Hello,
I&#039;m trying to modify the code to take into account 8 images instead of 5 and my images are 630px wide, by 400px in height. The height i have no problem with, but it seems that when I modify either the total lenght of my openWidth from the default 310 to anything larger, the stock width of the over all appllication remains unchanged. I&#039;m sure I&#039;m missing something easy, but not sure exactly what I&#039;m missing.Here is snippets of my code:window.addEvent(&#039;domready&#039;, function(){
var myMenu = new ImageMenu($$(&#039;#imageMenu a&#039;),{openWidth:600, open:3, border:2, onOpen:function(e,i){alert(e);}});
});my style sheet:#imageMenu {
position: relative;
width: 980px;
height: 400px;
overflow: hidden;
border:1px solid red;
}#imageMenu ul li a {
text-indent: -1000px;
background:#FFFFFF none repeat scroll 0%;
border-right: 2px solid #fff;
cursor:pointer;
display:block;
overflow:hidden;
width:50px;
height: 400px;
}In My javascript:
getOptions: function(){
return {
onOpen: false,
onClose: Class.empty,
openWidth: 630,
transition: Fx.Transitions.quadOut,
duration: 400,
open: null,
border: 0
};
},this.elements.each(function(el,i){
var w = width;
if(i == this.elements.length-1){
w = width+8
}
obj[i] = {&#039;width&#039;: w};
}.bind(this));Any help or pointing me in the right direction would be most helpful.Thanks!</description> <content:encoded><![CDATA[<p>Hello,<br
/> I&#8217;m trying to modify the code to take into account 8 images instead of 5 and my images are 630px wide, by 400px in height. The height i have no problem with, but it seems that when I modify either the total lenght of my openWidth from the default 310 to anything larger, the stock width of the over all appllication remains unchanged. I&#8217;m sure I&#8217;m missing something easy, but not sure exactly what I&#8217;m missing.</p><p>Here is snippets of my code:</p><p>window.addEvent(&#8217;domready&#8217;, function(){<br
/> var myMenu = new ImageMenu($$(&#8217;#imageMenu a&#8217;),{openWidth:600, open:3, border:2, onOpen:function(e,i){alert(e);}});<br
/> });</p><p>my style sheet:</p><p>#imageMenu {<br
/> position: relative;<br
/> width: 980px;<br
/> height: 400px;<br
/> overflow: hidden;<br
/> border:1px solid red;<br
/> }</p><p>#imageMenu ul li a {<br
/> text-indent: -1000px;<br
/> background:#FFFFFF none repeat scroll 0%;<br
/> border-right: 2px solid #fff;<br
/> cursor:pointer;<br
/> display:block;<br
/> overflow:hidden;<br
/> width:50px;<br
/> height: 400px;<br
/> }</p><p>In My javascript:<br
/> getOptions: function(){<br
/> return {<br
/> onOpen: false,<br
/> onClose: Class.empty,<br
/> openWidth: 630,<br
/> transition: Fx.Transitions.quadOut,<br
/> duration: 400,<br
/> open: null,<br
/> border: 0<br
/> };<br
/> },</p><p> this.elements.each(function(el,i){<br
/> var w = width;<br
/> if(i == this.elements.length-1){<br
/> w = width+8<br
/> }<br
/> obj[i] = {&#8217;width&#8217;: w};<br
/> }.bind(this));</p><p>Any help or pointing me in the right direction would be most helpful.</p><p>Thanks!</p> ]]></content:encoded> </item> <item><title>By: qbob</title><link>http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/comment-page-1/#comment-30295</link> <dc:creator>qbob</dc:creator> <pubDate>Sun, 15 Nov 2009 20:14:48 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/#comment-30295</guid> <description>It works beautifully on my site, check it out: http://quaymberley.com/kiss/photography.htmlThanx for the great code!</description> <content:encoded><![CDATA[<p>It works beautifully on my site, check it out: <a
href="http://quaymberley.com/kiss/photography.html" rel="nofollow">http://quaymberley.com/kiss/photography.html</a></p><p>Thanx for the great code!</p> ]]></content:encoded> </item> <item><title>By: Björn</title><link>http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/comment-page-1/#comment-29364</link> <dc:creator>Björn</dc:creator> <pubDate>Wed, 14 Oct 2009 16:39:21 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/#comment-29364</guid> <description>I say to those who ask &quot;How to choose item to preopen?&quot;Just add &quot;open:0&quot; and will open by default the first image, for other images or menus just replace the number with the ID of that menu. following the exact code: window.addEvent ( &#039;domready&#039;, function () (
var = new myMenu ImageMenu ($$(&#039;# imageMenu a &#039;), (openWidth: 400, border: 2, open: 3, onOpen: function (e, i) (window.location = (e );}});
));
The above code will open the 4th menuHello from ITALY</description> <content:encoded><![CDATA[<p>I say to those who ask &#8220;How to choose item to preopen?&#8221;</p><p>Just add &#8220;open:0&#8243; and will open by default the first image, for other images or menus just replace the number with the ID of that menu. following the exact code: window.addEvent ( &#8216;domready&#8217;, function () (<br
/> var = new myMenu ImageMenu ($$(&#8217;# imageMenu a &#8216;), (openWidth: 400, border: 2, open: 3, onOpen: function (e, i) (window.location = (e );}});<br
/> ));<br
/> The above code will open the 4th menu</p><p>Hello from ITALY</p> ]]></content:encoded> </item> <item><title>By: maxi</title><link>http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/comment-page-1/#comment-28547</link> <dc:creator>maxi</dc:creator> <pubDate>Fri, 04 Sep 2009 07:57:29 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/#comment-28547</guid> <description>How to choose item to preopen?I try with, where #open is id of item to open.
but doesn&#039;t work, any idea ? thanksvar myMenu = new ImageMenu($$(&#039;#imageMenu a&#039;),{openWidth:310, open:&#039;#open&#039;,border:5, onOpen:function(e,i){alert(e);}});</description> <content:encoded><![CDATA[<p>How to choose item to preopen?</p><p>I try with, where #open is id of item to open.<br
/> but doesn&#8217;t work, any idea ? thanks</p><p> var myMenu = new ImageMenu($$(&#8217;#imageMenu a&#8217;),{openWidth:310, open:&#8217;#open&#8217;,border:5, onOpen:function(e,i){alert(e);}});</p> ]]></content:encoded> </item> <item><title>By: Lord Phantom</title><link>http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/comment-page-1/#comment-26970</link> <dc:creator>Lord Phantom</dc:creator> <pubDate>Fri, 07 Aug 2009 14:09:54 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/#comment-26970</guid> <description>my dear friends, after some hard research found this that might solve everyones problem...Remove the onOpen option in the initialize script:var myMenu = new ImageMenu($$(&#039;#imageMenu a&#039;),{openWidth:310, border:2, onOpen:function(e,i){alert(e);}});tovar myMenu = new ImageMenu($$(&#039;#imageMenu a&#039;),{openWidth:310, border:2});</description> <content:encoded><![CDATA[<p>my dear friends, after some hard research found this that might solve everyones problem&#8230;</p><p>Remove the onOpen option in the initialize script:</p><p>var myMenu = new ImageMenu($$(&#8217;#imageMenu a&#8217;),{openWidth:310, border:2, onOpen:function(e,i){alert(e);}});</p><p>to</p><p>var myMenu = new ImageMenu($$(&#8217;#imageMenu a&#8217;),{openWidth:310, border:2});</p> ]]></content:encoded> </item> <item><title>By: randy</title><link>http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/comment-page-1/#comment-24264</link> <dc:creator>randy</dc:creator> <pubDate>Tue, 16 Jun 2009 16:47:46 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/#comment-24264</guid> <description>hi guys,I&#039;ve gotten the links to work from page to page, but the Slider now doesn&#039;t work? any suggestions</description> <content:encoded><![CDATA[<p>hi guys,</p><p>I&#8217;ve gotten the links to work from page to page, but the Slider now doesn&#8217;t work? any suggestions</p> ]]></content:encoded> </item> <item><title>By: Nick</title><link>http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/comment-page-1/#comment-23908</link> <dc:creator>Nick</dc:creator> <pubDate>Thu, 28 May 2009 12:08:44 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/#comment-23908</guid> <description>Hey,I love the menu. It looks great.  Im having trouble figuring out how to add more items to it in case you want more than five pics.  Is this possible?Nick</description> <content:encoded><![CDATA[<p>Hey,</p><p>I love the menu. It looks great.  Im having trouble figuring out how to add more items to it in case you want more than five pics.  Is this possible?</p><p>Nick</p> ]]></content:encoded> </item> <item><title>By: Bill</title><link>http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/comment-page-1/#comment-22921</link> <dc:creator>Bill</dc:creator> <pubDate>Thu, 30 Apr 2009 04:42:52 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/#comment-22921</guid> <description>I&#039;ve been working with (fighting with, actually) image menu for a few days now and I&#039;m lost. It&#039;s a perfect fit for my client, but I just can&#039;t get it to work.The work-in-progress page (a replacement for their present Home Page) is here: http://www.tampabayhistorycenter.org/homeimagemenu1.html; I
can&#039;t get the images to the far left of the div, and I can&#039;t get the
imagemenu to open on &quot;visit&quot; as I&#039;ve indicated in the code. [Disclaimer: I  haven&#039;t yet implemented any of the suggestions here.] To say nothing of being unable to get the images to &quot;slide&quot; as they should on rollover. The links on each image work, but that&#039;s all. And, regrettably, I&#039;ve worked and re-worked it so many times that it&#039;s a bit of a mess and I&#039;m not sure where to start to fix it. (In fact, I&#039;m embarrassed to share it here, but I&#039;m desperate!)Any thoughts?Thanks,
Bill</description> <content:encoded><![CDATA[<p>I&#8217;ve been working with (fighting with, actually) image menu for a few days now and I&#8217;m lost. It&#8217;s a perfect fit for my client, but I just can&#8217;t get it to work.</p><p>The work-in-progress page (a replacement for their present Home Page) is here: <a
href="http://www.tampabayhistorycenter.org/homeimagemenu1.html" rel="nofollow">http://www.tampabayhistorycenter.org/homeimagemenu1.html</a>; I<br
/> can&#8217;t get the images to the far left of the div, and I can&#8217;t get the<br
/> imagemenu to open on &#8220;visit&#8221; as I&#8217;ve indicated in the code. [Disclaimer: I  haven't yet implemented any of the suggestions here.] To say nothing of being unable to get the images to &#8220;slide&#8221; as they should on rollover. The links on each image work, but that&#8217;s all. And, regrettably, I&#8217;ve worked and re-worked it so many times that it&#8217;s a bit of a mess and I&#8217;m not sure where to start to fix it. (In fact, I&#8217;m embarrassed to share it here, but I&#8217;m desperate!)</p><p>Any thoughts?</p><p>Thanks,<br
/> Bill</p> ]]></content:encoded> </item> <item><title>By: Jon</title><link>http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/comment-page-1/#comment-22793</link> <dc:creator>Jon</dc:creator> <pubDate>Sun, 26 Apr 2009 02:41:56 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/#comment-22793</guid> <description>I need the same help as Paul. What does &quot;open&quot; need to be set at so that the first image is always open? 0 and 1 don&#039;t work....2 opens the second image....is there a secret number i&#039;ve been missing all my life? Please help me, my eyeballs are beginning to hurt.</description> <content:encoded><![CDATA[<p>I need the same help as Paul. What does &#8220;open&#8221; need to be set at so that the first image is always open? 0 and 1 don&#8217;t work&#8230;.2 opens the second image&#8230;.is there a secret number i&#8217;ve been missing all my life? Please help me, my eyeballs are beginning to hurt.</p> ]]></content:encoded> </item> <item><title>By: Paul</title><link>http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/comment-page-1/#comment-22721</link> <dc:creator>Paul</dc:creator> <pubDate>Tue, 21 Apr 2009 18:18:50 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/09/20/phatfusion-image-menu-with-mootools/#comment-22721</guid> <description>In answer to all those asking how to get the images to open the links, rather than the annoying alert message.VERY SIMPLE SOLUTIONIn your xhtml document, locate the window.addEvent javascript code immediately under the menu code (in your page ):window.addEvent(&#039;domready&#039;, function(){
var myMenu = new ImageMenu($$(&#039;#imageMenu a&#039;),{openWidth:310, border:2, onOpen:function(e,i){alert(e);}});
});And delete the following:, onOpen:function(e,i){alert(e);}DO NOT miss the comma at the start ;o)You are left with the following:window.addEvent(&#039;domready&#039;, function(){
var myMenu = new ImageMenu($$(&#039;#imageMenu a&#039;),{openWidth:310, border:2});
});Your links will now work as the alert has been removed:o)</description> <content:encoded><![CDATA[<p>In answer to all those asking how to get the images to open the links, rather than the annoying alert message.</p><p>VERY SIMPLE SOLUTION</p><p>In your xhtml document, locate the window.addEvent javascript code immediately under the menu code (in your page ):</p><p>window.addEvent(&#8217;domready&#8217;, function(){<br
/> var myMenu = new ImageMenu($$(&#8217;#imageMenu a&#8217;),{openWidth:310, border:2, onOpen:function(e,i){alert(e);}});<br
/> });</p><p>And delete the following:</p><p>, onOpen:function(e,i){alert(e);}</p><p>DO NOT miss the comma at the start ;o)</p><p>You are left with the following:</p><p>window.addEvent(&#8217;domready&#8217;, function(){<br
/> var myMenu = new ImageMenu($$(&#8217;#imageMenu a&#8217;),{openWidth:310, border:2});<br
/> });</p><p>Your links will now work as the alert has been removed</p><p> <img
src='http://www.webappers.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p> ]]></content:encoded> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enchanced) (user agent is rejected)
Content Delivery Network via maxcdn.webappers.com (user agent is rejected)

Served from: ps11300.dreamhostps.com @ 2010-03-16 04:45:59 -->