<?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: Place Icons To The RIGHT of Headings</title>
	<atom:link href="http://manisheriar.com/blog/place-icons-to-right-of-headings/feed" rel="self" type="application/rss+xml" />
	<link>http://manisheriar.com/blog/place-icons-to-right-of-headings</link>
	<description>Impeccable Code &#124; Beautiful Design</description>
	<lastBuildDate>Thu, 13 May 2010 19:08:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Arae</title>
		<link>http://manisheriar.com/blog/place-icons-to-right-of-headings/comment-page-1#comment-487</link>
		<dc:creator>Arae</dc:creator>
		<pubDate>Sat, 06 May 2006 01:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://manisheriar.com/blog/use-span-to-add-icon-to-right-side-of-title-etc#comment-487</guid>
		<description>You&#039;re a wonderful designer!</description>
		<content:encoded><![CDATA[<p>You&#8217;re a wonderful designer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://manisheriar.com/blog/place-icons-to-right-of-headings/comment-page-1#comment-457</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 02 May 2006 23:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://manisheriar.com/blog/use-span-to-add-icon-to-right-side-of-title-etc#comment-457</guid>
		<description>Darn... and here I thought I was being so clever. :)  The test page I threw together only included the  tag, the image, and the heading text. Now that I have added text after the heading I see the error of my idea.</description>
		<content:encoded><![CDATA[<p>Darn&#8230; and here I thought I was being so clever. :)  The test page I threw together only included the  tag, the image, and the heading text. Now that I have added text after the heading I see the error of my idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheriar Designs</title>
		<link>http://manisheriar.com/blog/place-icons-to-right-of-headings/comment-page-1#comment-456</link>
		<dc:creator>Sheriar Designs</dc:creator>
		<pubDate>Tue, 02 May 2006 23:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://manisheriar.com/blog/use-span-to-add-icon-to-right-side-of-title-etc#comment-456</guid>
		<description>&lt;strong&gt;Brian:&lt;/strong&gt; I realize that headings are block level elements!  ;o)

The reason that I do not use this simple solution is that, although it will work to put icons to the right of headings, in setting headings to display as inline you lose several important heading functionalities - headings will no longer sit on their own line, and you will lose padding and margin settings on them as well.</description>
		<content:encoded><![CDATA[<p><strong>Brian:</strong> I realize that headings are block level elements!  ;o)</p>
<p>The reason that I do not use this simple solution is that, although it will work to put icons to the right of headings, in setting headings to display as inline you lose several important heading functionalities &#8211; headings will no longer sit on their own line, and you will lose padding and margin settings on them as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://manisheriar.com/blog/place-icons-to-right-of-headings/comment-page-1#comment-455</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 02 May 2006 22:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://manisheriar.com/blog/use-span-to-add-icon-to-right-side-of-title-etc#comment-455</guid>
		<description>Your background image was right-aligned because heading tags are block-level elements (just like DIVs, they span 100% of the available width).

You can simplify your solution by losing the SPAN tags and setting the H2 to &quot;display: inline;&quot;! :)

Simplified CSS:

h2 {
  background: url(images/h2.gif) no-repeat right center;
  display: inline;
  padding-right: 40px;
}

Enjoy!</description>
		<content:encoded><![CDATA[<p>Your background image was right-aligned because heading tags are block-level elements (just like DIVs, they span 100% of the available width).</p>
<p>You can simplify your solution by losing the SPAN tags and setting the H2 to &#8220;display: inline;&#8221;! :)</p>
<p>Simplified CSS:</p>
<p>h2 {<br />
  background: url(images/h2.gif) no-repeat right center;<br />
  display: inline;<br />
  padding-right: 40px;<br />
}</p>
<p>Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jai</title>
		<link>http://manisheriar.com/blog/place-icons-to-right-of-headings/comment-page-1#comment-452</link>
		<dc:creator>Jai</dc:creator>
		<pubDate>Tue, 02 May 2006 17:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://manisheriar.com/blog/use-span-to-add-icon-to-right-side-of-title-etc#comment-452</guid>
		<description>Well as I did lastime, I checked it on:

Firefox 1.1 on XP and Firefox 0.93 on Win2k.

Anyways, I&#039;ll leave the bug testing alone, sorry if I&#039;m being a nitpicker. :-)

Cheers,
Jai</description>
		<content:encoded><![CDATA[<p>Well as I did lastime, I checked it on:</p>
<p>Firefox 1.1 on XP and Firefox 0.93 on Win2k.</p>
<p>Anyways, I&#8217;ll leave the bug testing alone, sorry if I&#8217;m being a nitpicker. :-)</p>
<p>Cheers,<br />
Jai</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheriar Designs</title>
		<link>http://manisheriar.com/blog/place-icons-to-right-of-headings/comment-page-1#comment-441</link>
		<dc:creator>Sheriar Designs</dc:creator>
		<pubDate>Mon, 01 May 2006 15:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://manisheriar.com/blog/use-span-to-add-icon-to-right-side-of-title-etc#comment-441</guid>
		<description>&lt;strong&gt;Jai:&lt;/strong&gt; I&#039;m surprised, and at the same time not surprised.

I&#039;m surprised because I haven&#039;t seen the scrollbars on firefox or ie for the pc, and my team mates haven&#039;t seen them in their browswers on the mac.  

I&#039;m not surprised because this is a challenging project, in terms of the css.  It&#039;s a drupal site with tons of strange code spread across many stylesheets.  Then there have been a few designers and coders with limited css knowledge working in there before I got brought on board.  It was one of those projects that was a bit stressful just to get a handle on the code.

Finally, it is definitely in big time beta phase.  I&#039;m sure over time, the problems will all get worked out.

By the way, I&#039;m assuming this is an early version of Firefox, like last time?</description>
		<content:encoded><![CDATA[<p><strong>Jai:</strong> I&#8217;m surprised, and at the same time not surprised.</p>
<p>I&#8217;m surprised because I haven&#8217;t seen the scrollbars on firefox or ie for the pc, and my team mates haven&#8217;t seen them in their browswers on the mac.  </p>
<p>I&#8217;m not surprised because this is a challenging project, in terms of the css.  It&#8217;s a drupal site with tons of strange code spread across many stylesheets.  Then there have been a few designers and coders with limited css knowledge working in there before I got brought on board.  It was one of those projects that was a bit stressful just to get a handle on the code.</p>
<p>Finally, it is definitely in big time beta phase.  I&#8217;m sure over time, the problems will all get worked out.</p>
<p>By the way, I&#8217;m assuming this is an early version of Firefox, like last time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jai</title>
		<link>http://manisheriar.com/blog/place-icons-to-right-of-headings/comment-page-1#comment-439</link>
		<dc:creator>Jai</dc:creator>
		<pubDate>Mon, 01 May 2006 10:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://manisheriar.com/blog/use-span-to-add-icon-to-right-side-of-title-etc#comment-439</guid>
		<description>Pretty cool design there Mani. I like the color combinations. :-)

Just a note here - the site shows up with horizontal scrollbar on the home page, while the inner pages sport both horiz and vertical scroll. I know the site&#039;s still under development, but am noting this just in case.

Btw its perfect in IE of course. ;-)

Cheers,
Jai</description>
		<content:encoded><![CDATA[<p>Pretty cool design there Mani. I like the color combinations. :-)</p>
<p>Just a note here &#8211; the site shows up with horizontal scrollbar on the home page, while the inner pages sport both horiz and vertical scroll. I know the site&#8217;s still under development, but am noting this just in case.</p>
<p>Btw its perfect in IE of course. ;-)</p>
<p>Cheers,<br />
Jai</p>
]]></content:encoded>
	</item>
</channel>
</rss>

