<?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: Animated navigation items using jQuery</title>
	<atom:link href="http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/</link>
	<description>Web design &#38; development and print design services located in The Gap, Brisbane</description>
	<lastBuildDate>Sun, 14 Mar 2010 01:49:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jim</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-2338</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 28 Sep 2009 02:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-2338</guid>
		<description>thanx John
I&#039;ve tried that but i still see the *text* over the image.  What i&#039;m trying to do is show the button image with its hover effect now working but also have the text &quot;submit&quot; behind the image so when images are turned off the user can see the text &quot;submit&quot;

I&#039;m sure there has to be some work around this...</description>
		<content:encoded><![CDATA[<p>thanx John<br />
I&#8217;ve tried that but i still see the *text* over the image.  What i&#8217;m trying to do is show the button image with its hover effect now working but also have the text &#8220;submit&#8221; behind the image so when images are turned off the user can see the text&nbsp;&#8220;submit&#8221;</p>
<p>I&#8217;m sure there has to be some work around&nbsp;this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Faulds</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-2337</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Mon, 28 Sep 2009 02:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-2337</guid>
		<description>Hi Jim, I tend to use input type=&quot;image&quot; or images inside &lt;button&gt;s in these situations.</description>
		<content:encoded><![CDATA[<p>Hi Jim, I tend to use input type=&#8221;image&#8221; or images inside &lt;button&gt;s in these&nbsp;situations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-2336</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 28 Sep 2009 02:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-2336</guid>
		<description>oops this is my mark up
input name=&quot;submit&quot; value=&quot;&#160;&quot; type=&quot;submit&quot; class=&quot;JoinBtn&quot; onmouseover=&quot;this.className=&#039;JoinBtnHover&#039;&quot; onmouseout=&quot;this.className=&#039;JoinBtn&#039;&quot;</description>
		<content:encoded><![CDATA[<p>oops this is my mark up<br />
input name=&#8221;submit&#8221; value=&#8221;&nbsp;&#8221; type=&#8221;submit&#8221; class=&#8221;JoinBtn&#8221; onmouseover=&#8221;this.className=&#8217;JoinBtnHover&#8217;&#8221;&nbsp;onmouseout=&#8221;this.className=&#8217;JoinBtn&#8217;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-2335</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 28 Sep 2009 02:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-2335</guid>
		<description>Hi John
Thank-you for your articles.  I&#039;ve been bookmarking them all!  I&#039;m a bit of a noob and i have problems with Rollover form buttons.  They work except i cannot get them to show the text *when images are off*  I&#039;ve searched high and low and haven&#039;t been able to find a solution.

Here is my CSS
.JoinBtn {
    height:24px;
    width:82px;
    background:url(../styleImages/buttons/joinnow1.gif) no-repeat;
	margin-left:19px; 
    cursor:pointer;
}
.JoinBtnHover {
    height:24px;
    width:82px;
    background:url(../styleImages/buttons/joinnow2.gif) no-repeat;
    cursor:pointer;
	margin-left:19px;
	border:none; }

and this is my mark up


I have tried everything! i want to make the site accessible for readers who wish to have their images off.

Your help would be much appreciated.

Thank-you and keep up the good work!!!
Jim.</description>
		<content:encoded><![CDATA[<p>Hi John<br />
Thank-you for your articles.  I&#8217;ve been bookmarking them all!  I&#8217;m a bit of a noob and i have problems with Rollover form buttons.  They work except i cannot get them to show the text *when images are off*  I&#8217;ve searched high and low and haven&#8217;t been able to find a&nbsp;solution.</p>
<p>Here is my CSS<br />
.JoinBtn {<br />
    height:24px;<br />
    width:82px;<br />
    background:url(../styleImages/buttons/joinnow1.gif) no-repeat;<br />
	margin-left:19px;<br />
    cursor:pointer;<br />
}<br />
.JoinBtnHover {<br />
    height:24px;<br />
    width:82px;<br />
    background:url(../styleImages/buttons/joinnow2.gif) no-repeat;<br />
    cursor:pointer;<br />
	margin-left:19px;<br />
	border:none;&nbsp;}</p>
<p>and this is my mark&nbsp;up</p>
<p>I have tried everything! i want to make the site accessible for readers who wish to have their images&nbsp;off.</p>
<p>Your help would be much&nbsp;appreciated.</p>
<p>Thank-you and keep up the good work!!!<br />&nbsp;Jim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Menu background animé jQuery &#124; WebCssDesign</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-2258</link>
		<dc:creator>Menu background animé jQuery &#124; WebCssDesign</dc:creator>
		<pubDate>Mon, 17 Aug 2009 17:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-2258</guid>
		<description>[...] Animated navigation items using jQuery [tyssendesign.com.au] [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Animated navigation items using jQuery [tyssendesign.com.au]&nbsp;[&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Animated Navigation w/ jQuery &#38; CSS</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-2218</link>
		<dc:creator>Animated Navigation w/ jQuery &#38; CSS</dc:creator>
		<pubDate>Tue, 28 Jul 2009 09:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-2218</guid>
		<description>[...] Animated navigation items using jQuery [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Animated navigation items using jQuery&nbsp;[&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Faulds</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-2128</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Sun, 07 Jun 2009 21:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-2128</guid>
		<description>It&#039;s because it should actually be &lt;em&gt;#n-home a:active em&lt;/em&gt;. The ID is applied to the list item, not the anchor and there is no active state for list items, although there are hover and focus states. Normally, creating a hover effect on non-anchor elements would mean this wouldn&#039;t work in IE6, but jQuery is providing that added level of support which means for the purposes of this demonstration it does.</description>
		<content:encoded><![CDATA[<p>It&#8217;s because it should actually be <em>#n-home a:active em</em>. The ID is applied to the list item, not the anchor and there is no active state for list items, although there are hover and focus states. Normally, creating a hover effect on non-anchor elements would mean this wouldn&#8217;t work in IE6, but jQuery is providing that added level of support which means for the purposes of this demonstration it&nbsp;does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: c</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-2127</link>
		<dc:creator>c</dc:creator>
		<pubDate>Sun, 07 Jun 2009 12:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-2127</guid>
		<description>Hi John,

Thanks for your response and great article! I did manage to get the (Current) state to work as you intended and just had to isolate the BG position to trigger a third image.

like so...
#home #n-home em { background-position: 0 -78px; cursor: default; }

As for the (Active) state I haven&#039;t had as much luck.

Here is what I am trying to use:
#n-home:active em { background-position: 0 -117px }

but this does not seam to work when clicked. What am I missing?

Much Appreciated.</description>
		<content:encoded><![CDATA[<p>Hi&nbsp;John,</p>
<p>Thanks for your response and great article! I did manage to get the (Current) state to work as you intended and just had to isolate the BG position to trigger a third&nbsp;image.</p>
<p>like so&#8230;<br />
#home #n-home em { background-position: 0 -78px; cursor: default;&nbsp;}</p>
<p>As for the (Active) state I haven&#8217;t had as much&nbsp;luck.</p>
<p>Here is what I am trying to use:<br />
#n-home:active em { background-position: 0 -117px&nbsp;}</p>
<p>but this does not seam to work when clicked. What am I&nbsp;missing?</p>
<p>Much&nbsp;Appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Faulds</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-2126</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Sun, 07 Jun 2009 06:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-2126</guid>
		<description>Hi Stuart, sorry for the late reply. I&#039;ve only just had a closer look at what you were talking about and it seems like it might be a bug with Firefox. Replacing #xxxx with a real URL also shows similar behaviour except that you do eventually get to the destination of the link. I haven&#039;t quite worked out what the trigger is though as it involves clicking more than once and moving the mouse away from the link and I haven&#039;t narrowed it down to the exact combination. But as you say, it works fine in other browsers, and it also works in Firefox if you tab into the link with the keyboard, which makes me inclined to believe it&#039;s a Firefox bug. 

It would require someone with more experience with jQuery and javascript to drop by to provide the solution though.

@c - the current link is set with an ID on the body which matches up against the ID of each list item. And for the active state, it would be the same process as Dave has used - create an image that includes an extra state and move it into position on :active.</description>
		<content:encoded><![CDATA[<p>Hi Stuart, sorry for the late reply. I&#8217;ve only just had a closer look at what you were talking about and it seems like it might be a bug with Firefox. Replacing #xxxx with a real URL also shows similar behaviour except that you do eventually get to the destination of the link. I haven&#8217;t quite worked out what the trigger is though as it involves clicking more than once and moving the mouse away from the link and I haven&#8217;t narrowed it down to the exact combination. But as you say, it works fine in other browsers, and it also works in Firefox if you tab into the link with the keyboard, which makes me inclined to believe it&#8217;s a Firefox&nbsp;bug. </p>
<p>It would require someone with more experience with jQuery and javascript to drop by to provide the solution&nbsp;though.</p>
<p>@c - the current link is set with an ID on the body which matches up against the ID of each list item. And for the active state, it would be the same process as Dave has used - create an image that includes an extra state and move it into position on&nbsp;:active.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: c</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-2125</link>
		<dc:creator>c</dc:creator>
		<pubDate>Sun, 07 Jun 2009 04:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-2125</guid>
		<description>I know this is an old post but is there anyway to get a current state and active (click) state to trigger similar to Dave Shea&#039;s original article?

Much Thanks..</description>
		<content:encoded><![CDATA[<p>I know this is an old post but is there anyway to get a current state and active (click) state to trigger similar to Dave Shea&#8217;s original&nbsp;article?</p>
<p>Much&nbsp;Thanks..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
