<?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: HTML Buttons with an image</title>
	<atom:link href="http://technology.amis.nl/2004/09/01/html-buttons-with-an-image/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2004/09/01/html-buttons-with-an-image/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=html-buttons-with-an-image</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Zoltan Andrasi</title>
		<link>http://technology.amis.nl/2004/09/01/html-buttons-with-an-image/#comment-716</link>
		<dc:creator>Zoltan Andrasi</dc:creator>
		<pubDate>Thu, 18 Jan 2007 11:20:05 +0000</pubDate>
		<guid isPermaLink="false">/?p=145#comment-716</guid>
		<description><![CDATA[What do you think about collapsing the button [input type=â€buttonâ€ id=â€pushButtonâ€ accesskey=â€pâ€ style=â€visibility:collapseâ€ /] and replacing it with a label assigned to it: [label for=&quot;pushButton&quot;][u]P[/u]ush me![/label]]]></description>
		<content:encoded><![CDATA[<p>What do you think about collapsing the button [input type=â€buttonâ€ id=â€pushButtonâ€ accesskey=â€pâ€ style=â€visibility:collapseâ€ /] and replacing it with a label assigned to it: [label for="pushButton"][u]P[/u]ush me![/label]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://technology.amis.nl/blog/index.php?p=145</title>
		<link>http://technology.amis.nl/2004/09/01/html-buttons-with-an-image/#comment-715</link>
		<dc:creator>http://technology.amis.nl/blog/index.php?p=145</dc:creator>
		<pubDate>Sun, 13 Nov 2005 21:05:53 +0000</pubDate>
		<guid isPermaLink="false">/?p=145#comment-715</guid>
		<description><![CDATA[http://technology.amis.nl/blog/index.php?p=145]]></description>
		<content:encoded><![CDATA[<p><a href="http://technology.amis.nl/blog/index.php?p=145" rel="nofollow">http://technology.amis.nl/blog/index.php?p=145</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leon</title>
		<link>http://technology.amis.nl/2004/09/01/html-buttons-with-an-image/#comment-714</link>
		<dc:creator>leon</dc:creator>
		<pubDate>Thu, 02 Sep 2004 07:17:25 +0000</pubDate>
		<guid isPermaLink="false">/?p=145#comment-714</guid>
		<description><![CDATA[Good points! I hadn&#039;t thought of the accesskey not being present on the text on the button in some languages !]]></description>
		<content:encoded><![CDATA[<p>Good points! I hadn&#8217;t thought of the accesskey not being present on the text on the button in some languages !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://technology.amis.nl/2004/09/01/html-buttons-with-an-image/#comment-713</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 01 Sep 2004 22:34:20 +0000</pubDate>
		<guid isPermaLink="false">/?p=145#comment-713</guid>
		<description><![CDATA[oops. html allowed.

anyway you&#039;d be better off to write a custom tag do do this button for you.

you could define the accesskey, and if the accesskey was not found in the word to be displayed, display the accesskey afterwards in brackets:

eg:

someForeignWord [p]]]></description>
		<content:encoded><![CDATA[<p>oops. html allowed.</p>
<p>anyway you&#8217;d be better off to write a custom tag do do this button for you.</p>
<p>you could define the accesskey, and if the accesskey was not found in the word to be displayed, display the accesskey afterwards in brackets:</p>
<p>eg:</p>
<p>someForeignWord [p]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://technology.amis.nl/2004/09/01/html-buttons-with-an-image/#comment-712</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 01 Sep 2004 22:32:10 +0000</pubDate>
		<guid isPermaLink="false">/?p=145#comment-712</guid>
		<description><![CDATA[having to create an image for every button is a bit of a bummer.

Maybe you could try something like:

&lt;a href=&quot;javascript:document.form[0].submit()&quot; accesskey=&quot;p&quot; rel=&quot;nofollow&quot;&gt;&lt;p class=&quot;button&quot;&gt;&lt;u&gt;push me&lt;/u&gt;&lt;/p&gt;&lt;/a&gt;use css to style is into a square button..]]></description>
		<content:encoded><![CDATA[<p>having to create an image for every button is a bit of a bummer.</p>
<p>Maybe you could try something like:</p>
<p><a href="javascript:document.form[0].submit()" accesskey="p" rel="nofollow">
<p class="button"><u>push me</u></p>
<p></a>use css to style is into a square button..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
