<?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: An IE/ordered list challenge</title>
	<atom:link href="http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/</link>
	<description>Web development and Internet trends</description>
	<lastBuildDate>Sat, 20 Mar 2010 05:17:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: om</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-628118</link>
		<dc:creator>om</dc:creator>
		<pubDate>Sat, 20 Mar 2010 00:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-628118</guid>
		<description>Thanks....everyone.
Not really relevant to the original problem..:
While reading all comments I got an idea for my problem from #41.
list-style-position:inside;
Thanks: Lawrence Dionisio</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;.everyone.<br />
Not really relevant to the original problem..:<br />
While reading all comments I got an idea for my problem from #41.<br />
list-style-position:inside;<br />
Thanks: Lawrence Dionisio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-627844</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 18 Mar 2010 09:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-627844</guid>
		<description>Justin,

Right, it&#039;s a can of worms. Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Justin,</p>
<p>Right, it&#8217;s a can of worms. Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-627841</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 18 Mar 2010 09:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-627841</guid>
		<description>I found this bug very interesting and frustrating at the same time.

I found that I was triggering the bug with another IE bug fix in my IE conditional CSS.

I had:
&lt;code&gt;
/* IE/Win Disappearing List-Background Bug */
li {
  zoom: 1;
}
&lt;/code&gt;
And changed it to:
&lt;code&gt;
/* IE/Win Disappearing List-Background Bug */
ul li {
  zoom: 1;
}
&lt;/code&gt;

My advice to anybody else having this problem is to be careful when styling your lists and try to style &lt;code&gt;ol, ol li&lt;/code&gt; as little as possible.

If you trigger ordered lists to become a block level element or hasLayout or set a width or float them you going to start running into problems with IE.</description>
		<content:encoded><![CDATA[<p>I found this bug very interesting and frustrating at the same time.</p>
<p>I found that I was triggering the bug with another IE bug fix in my IE conditional CSS.</p>
<p>I had:<br />
<code><br />
/* IE/Win Disappearing List-Background Bug */<br />
li {<br />
  zoom: 1;<br />
}<br />
</code><br />
And changed it to:<br />
<code><br />
/* IE/Win Disappearing List-Background Bug */<br />
ul li {<br />
  zoom: 1;<br />
}<br />
</code></p>
<p>My advice to anybody else having this problem is to be careful when styling your lists and try to style <code>ol, ol li</code> as little as possible.</p>
<p>If you trigger ordered lists to become a block level element or hasLayout or set a width or float them you going to start running into problems with IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The lousy looking layout in IE is a Document Mode issue, not a &#8220;the-coder-is-an-idiot&#8221; issue. &#171; Anti-AOL -An InTooLate Production</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-627360</link>
		<dc:creator>The lousy looking layout in IE is a Document Mode issue, not a &#8220;the-coder-is-an-idiot&#8221; issue. &#171; Anti-AOL -An InTooLate Production</dc:creator>
		<pubDate>Tue, 16 Mar 2010 20:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-627360</guid>
		<description>[...] site news. Leave a Comment  Not to sound defensive (I think I do, regardless), but I realize that owing to the custom sidebar I created for this blog last week, the blog has looked like a pile of cr... ever [...]</description>
		<content:encoded><![CDATA[<p>[...] site news. Leave a Comment  Not to sound defensive (I think I do, regardless), but I realize that owing to the custom sidebar I created for this blog last week, the blog has looked like a pile of cr&#8230; ever [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-620976</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 02 Feb 2010 08:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-620976</guid>
		<description>Marah Marie,

I agree, it&#039;s incredible how buggy the implementations are.</description>
		<content:encoded><![CDATA[<p>Marah Marie,</p>
<p>I agree, it&#8217;s incredible how buggy the implementations are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marah Marie</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-620959</link>
		<dc:creator>Marah Marie</dc:creator>
		<pubDate>Tue, 02 Feb 2010 05:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-620959</guid>
		<description>It&#039;s not fixed in IE8, contrary to what Phil says. Not at all. 

My sidebar&#039;s image list bullets are &quot;winking&quot; on and off- it&#039;s extremely weird - in IE6, IE7 and IE8 (I&#039;m hiding them in IE6 over transparency issues, don&#039;t care about IE5). 

I&#039;ve been googling for a while on this and read a dozen articles with a dozen &quot;fixes&quot;; the only thing I&#039;m floating that would directly affect the lists is the enclosing sidebar, and the &quot;fixes&quot; consistently don&#039;t work across the board, so I don&#039;t know which one to try, and I don&#039;t want to spend hours finding out. 

I&#039;m already using positioniseverything.com&#039;s float-clearing CSS, so my problem is I&#039;m not sure, since I stripped out a little of the original style sheet&#039;s (and LJ&#039;s HTML) code to put my own lists in, what I need to add back in (something that &quot;fixed&quot; those bullets into place was in the original HTML or in the CSS - but I&#039;m not sure which) to make IE stop making my bullets &quot;wink&quot; and off. 

They not only &quot;wink&quot;, but one image bullet is missing altogether, another link has no image bullet sometimes and has it other times but the link next to it is *always* red even though it should be brown like the others, and let&#039;s see...one bullet displays &quot;above&quot; its link, not next to it....yeah, I&#039;m having this many problems with just one sidebar list, just in IE, with what&#039;s between just one set of list tags. I am, as always when I&#039;m dealing with IE, stupefied by just how amazing(ly bad) it is.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not fixed in IE8, contrary to what Phil says. Not at all. </p>
<p>My sidebar&#8217;s image list bullets are &#8220;winking&#8221; on and off- it&#8217;s extremely weird &#8211; in IE6, IE7 and IE8 (I&#8217;m hiding them in IE6 over transparency issues, don&#8217;t care about IE5). </p>
<p>I&#8217;ve been googling for a while on this and read a dozen articles with a dozen &#8220;fixes&#8221;; the only thing I&#8217;m floating that would directly affect the lists is the enclosing sidebar, and the &#8220;fixes&#8221; consistently don&#8217;t work across the board, so I don&#8217;t know which one to try, and I don&#8217;t want to spend hours finding out. </p>
<p>I&#8217;m already using positioniseverything.com&#8217;s float-clearing CSS, so my problem is I&#8217;m not sure, since I stripped out a little of the original style sheet&#8217;s (and LJ&#8217;s HTML) code to put my own lists in, what I need to add back in (something that &#8220;fixed&#8221; those bullets into place was in the original HTML or in the CSS &#8211; but I&#8217;m not sure which) to make IE stop making my bullets &#8220;wink&#8221; and off. </p>
<p>They not only &#8220;wink&#8221;, but one image bullet is missing altogether, another link has no image bullet sometimes and has it other times but the link next to it is *always* red even though it should be brown like the others, and let&#8217;s see&#8230;one bullet displays &#8220;above&#8221; its link, not next to it&#8230;.yeah, I&#8217;m having this many problems with just one sidebar list, just in IE, with what&#8217;s between just one set of list tags. I am, as always when I&#8217;m dealing with IE, stupefied by just how amazing(ly bad) it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-607672</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 29 Oct 2009 10:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-607672</guid>
		<description>Lawrence,

Interesting! I&#039;ll look into that later on to see if it works for my needs.</description>
		<content:encoded><![CDATA[<p>Lawrence,</p>
<p>Interesting! I&#8217;ll look into that later on to see if it works for my needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence Dionisio</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-607548</link>
		<dc:creator>Lawrence Dionisio</dc:creator>
		<pubDate>Wed, 28 Oct 2009 18:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-607548</guid>
		<description>I am also having the same problem with this issue.

After reading almost all of the comments here and trying to figure out how to go about it. I come out with a solution &quot;I think... well just for what i need&quot;.

ol { float: left; width: 300px; position: relative; left: -45px; }
ol li { margin-left: 30px; padding: 0; }

I used position relative with a left value of -45px just for it to align in the paragraph before the list.

Hello people!</description>
		<content:encoded><![CDATA[<p>I am also having the same problem with this issue.</p>
<p>After reading almost all of the comments here and trying to figure out how to go about it. I come out with a solution &#8220;I think&#8230; well just for what i need&#8221;.</p>
<p>ol { float: left; width: 300px; position: relative; left: -45px; }<br />
ol li { margin-left: 30px; padding: 0; }</p>
<p>I used position relative with a left value of -45px just for it to align in the paragraph before the list.</p>
<p>Hello people!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-554603</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 26 Mar 2009 20:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-554603</guid>
		<description>Phil,

Good to hear! :-)</description>
		<content:encoded><![CDATA[<p>Phil,</p>
<p>Good to hear! <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Sherry</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-554424</link>
		<dc:creator>Phil Sherry</dc:creator>
		<pubDate>Thu, 26 Mar 2009 16:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-554424</guid>
		<description>FIXED IN IE8.</description>
		<content:encoded><![CDATA[<p>FIXED IN IE8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johny why</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-500679</link>
		<dc:creator>johny why</dc:creator>
		<pubDate>Fri, 16 Jan 2009 08:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-500679</guid>
		<description>some pretty complicated work-arounds here! here&#039;s a very simple method i used, in an OL, to get my number-indicators to float like drop-caps. it looks like &lt;a href=&quot;http://boxstr.com/files/4656480_rfghd/DropList.jpg&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt;.  as you can see, it works in chrome and firefox, but of course IE 8 chokes on it. the floats work, but the OL numbers don&#039;t increment. i bet somebody here can fix that.

keys to this method:
     --don&#039;t put anything inside the LI&#039;s. they are empty. all content goes &lt;i&gt;after&lt;/i&gt; each closing LI. 
     --float the surrounding div, not the LI. 
     --the OL must specify decimal inside style. 

.dropli {
	float: left;
	width: .7em;
	font-size: 8em;
	line-height: 83%;	}

.dropcontent {	margin-bottom:2em;	}

ol {	list-style: decimal inside; 	}
      .........
&lt;ol&gt;
&lt; div   class=&quot;dropli&quot;&gt;&lt;li &gt;&lt;/li&gt;&lt;/div&gt;&lt; div class=&quot;dropcontent&quot;&gt;orem ipsum dolor sit amet, consectetuer... &lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>some pretty complicated work-arounds here! here&#8217;s a very simple method i used, in an OL, to get my number-indicators to float like drop-caps. it looks like <a href="http://boxstr.com/files/4656480_rfghd/DropList.jpg" rel="nofollow">this</a>.  as you can see, it works in chrome and firefox, but of course IE 8 chokes on it. the floats work, but the OL numbers don&#8217;t increment. i bet somebody here can fix that.</p>
<p>keys to this method:<br />
     &#8211;don&#8217;t put anything inside the LI&#8217;s. they are empty. all content goes <i>after</i> each closing LI.<br />
     &#8211;float the surrounding div, not the LI.<br />
     &#8211;the OL must specify decimal inside style. </p>
<p>.dropli {<br />
	float: left;<br />
	width: .7em;<br />
	font-size: 8em;<br />
	line-height: 83%;	}</p>
<p>.dropcontent {	margin-bottom:2em;	}</p>
<p>ol {	list-style: decimal inside; 	}<br />
      &#8230;&#8230;&#8230;<br />
&lt;ol&gt;<br />
&lt; div   class=&#8221;dropli&#8221;&gt;&lt;li &gt;&lt;/li&gt;&lt;/div&gt;&lt; div class=&#8221;dropcontent&#8221;&gt;orem ipsum dolor sit amet, consectetuer&#8230; &lt;/div&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-379769</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 18 Aug 2008 21:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-379769</guid>
		<description>Phil,

Good seeing you here!
And, I&#039;m sorry, it really sucks. :-)</description>
		<content:encoded><![CDATA[<p>Phil,</p>
<p>Good seeing you here!<br />
And, I&#8217;m sorry, it really sucks. <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Sherry</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-365864</link>
		<dc:creator>Phil Sherry</dc:creator>
		<pubDate>Wed, 06 Aug 2008 14:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-365864</guid>
		<description>This bug annoys the shit out of me. Seriously.</description>
		<content:encoded><![CDATA[<p>This bug annoys the shit out of me. Seriously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-306938</link>
		<dc:creator>Rene</dc:creator>
		<pubDate>Tue, 17 Jun 2008 20:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-306938</guid>
		<description>You can have floated ordered lists cross-browser, including IE 6, using pure CSS:

CSS Code:
#wrapper { width:300px; border:1px solid #ccc; padding:10px; }

ul,ol,li {margin:0;padding:0;}
ul,ol{list-style:none;}

a:link,a:visited{text-decoration:none;color:#be7206;}
a:hover{text-decoration:underline;color:#be7206;}
ol:after, ul:after {
content:&quot;.&quot;;
display:block;
font-size:0px;
line-height:0px;
height:0;
clear:both;
visibility:hidden;
}

ol, ul, .bd, {zoom:1;_height:1px;}

.bd { padding:0; }

/* ie hacks */
#popsearch .bd {padding:0;_padding-left:0;}
#popsearch ol{float:left;width:49.5%;list-style:decimal;}
#popsearch li{font:normal 11px Verdana black;_font-size:75%;color:#333;margin-left:22px;*margin-left:2.9em;padding:3px 0;}
#popsearch li a{position:relative;font:bold 92% verdana;left:-3px;*left:-7px;}


HTML Code:

&lt;div id=&quot;wrapper&quot;&gt;
&lt;div id=&quot;popsearch&quot; class=&quot;bd&quot;&gt;
&lt;ol start=&quot;1&quot;&gt;
    &lt;li&gt;&lt;a href=&quot;#x&quot;&gt;Floated Item 1&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#x&quot;&gt;Floated Item 2&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#x&quot;&gt;Floated Item 3&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#x&quot;&gt;Floated Item 4&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#x&quot;&gt;Floated Item 5&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;ol start=&quot;6&quot;&gt;
    &lt;li&gt;&lt;a href=&quot;#x&quot;&gt;Floated Item 6&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#x&quot;&gt;Floated Item 7&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#x&quot;&gt;Floated Item 8&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#x&quot;&gt;Floated Item 9&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#x&quot;&gt;Floated Item 10&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;&lt;!-- end #popsearch --&gt;
&lt;/div&gt;&lt;!-- end #wrapper --&gt;


Enjoy!!</description>
		<content:encoded><![CDATA[<p>You can have floated ordered lists cross-browser, including IE 6, using pure CSS:</p>
<p>CSS Code:<br />
#wrapper { width:300px; border:1px solid #ccc; padding:10px; }</p>
<p>ul,ol,li {margin:0;padding:0;}<br />
ul,ol{list-style:none;}</p>
<p>a:link,a:visited{text-decoration:none;color:#be7206;}<br />
a:hover{text-decoration:underline;color:#be7206;}<br />
ol:after, ul:after {<br />
content:&#8221;.&#8221;;<br />
display:block;<br />
font-size:0px;<br />
line-height:0px;<br />
height:0;<br />
clear:both;<br />
visibility:hidden;<br />
}</p>
<p>ol, ul, .bd, {zoom:1;_height:1px;}</p>
<p>.bd { padding:0; }</p>
<p>/* ie hacks */<br />
#popsearch .bd {padding:0;_padding-left:0;}<br />
#popsearch ol{float:left;width:49.5%;list-style:decimal;}<br />
#popsearch li{font:normal 11px Verdana black;_font-size:75%;color:#333;margin-left:22px;*margin-left:2.9em;padding:3px 0;}<br />
#popsearch li a{position:relative;font:bold 92% verdana;left:-3px;*left:-7px;}</p>
<p>HTML Code:</p>
<p>&lt;div id=&#8221;wrapper&#8221;&gt;<br />
&lt;div id=&#8221;popsearch&#8221; class=&#8221;bd&#8221;&gt;<br />
&lt;ol start=&#8221;1&#8243;&gt;<br />
    &lt;li&gt;&lt;a href=&#8221;#x&#8221;&gt;Floated Item 1&lt;/a&gt;&lt;/li&gt;<br />
    &lt;li&gt;&lt;a href=&#8221;#x&#8221;&gt;Floated Item 2&lt;/a&gt;&lt;/li&gt;<br />
    &lt;li&gt;&lt;a href=&#8221;#x&#8221;&gt;Floated Item 3&lt;/a&gt;&lt;/li&gt;<br />
    &lt;li&gt;&lt;a href=&#8221;#x&#8221;&gt;Floated Item 4&lt;/a&gt;&lt;/li&gt;<br />
    &lt;li&gt;&lt;a href=&#8221;#x&#8221;&gt;Floated Item 5&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ol&gt;</p>
<p>&lt;ol start=&#8221;6&#8243;&gt;<br />
    &lt;li&gt;&lt;a href=&#8221;#x&#8221;&gt;Floated Item 6&lt;/a&gt;&lt;/li&gt;<br />
    &lt;li&gt;&lt;a href=&#8221;#x&#8221;&gt;Floated Item 7&lt;/a&gt;&lt;/li&gt;<br />
    &lt;li&gt;&lt;a href=&#8221;#x&#8221;&gt;Floated Item 8&lt;/a&gt;&lt;/li&gt;<br />
    &lt;li&gt;&lt;a href=&#8221;#x&#8221;&gt;Floated Item 9&lt;/a&gt;&lt;/li&gt;<br />
    &lt;li&gt;&lt;a href=&#8221;#x&#8221;&gt;Floated Item 10&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ol&gt;<br />
&lt;/div&gt;&lt;!&#8211; end #popsearch &#8211;&gt;<br />
&lt;/div&gt;&lt;!&#8211; end #wrapper &#8211;&gt;</p>
<p>Enjoy!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-259739</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Mon, 28 Apr 2008 15:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-259739</guid>
		<description>Hi, 

I am trying to display bullets in IE but it doesn&#039;t seems to be working. I can&#039;t control the outer div because they all are generated by random  text. 
Is there any way i can just put some style to li and make it show up in IE.

Thanks to all</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I am trying to display bullets in IE but it doesn&#8217;t seems to be working. I can&#8217;t control the outer div because they all are generated by random  text.<br />
Is there any way i can just put some style to li and make it show up in IE.</p>
<p>Thanks to all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sv..</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-237599</link>
		<dc:creator>Sv..</dc:creator>
		<pubDate>Thu, 27 Mar 2008 18:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-237599</guid>
		<description>Great going everybody,
Here is a small work-around which has solved this problem.

&lt;LI&gt; when floated, the list-item is considered as block in IE, and it converts the css value of &quot;display&quot; from &quot;list-item&quot; to &quot;display:block&quot;, and so is the reason it doesn&#039;t show any numbers though it&#039;s an ordered list.

Now, this problem arises even when you define a width for the &lt;LI&gt; itself directly. 

So, the workaround is define the width for the &quot;ul&quot;, rather than &quot;li&quot;. The following is what i had used to solve this issue..

&lt;code&gt;
ol {float: left;width: 500px;list-style: decimal outside;}
li { margin-left: 30px; padding: 10px 0px;}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Great going everybody,<br />
Here is a small work-around which has solved this problem.</p>
<p>&lt;LI&gt; when floated, the list-item is considered as block in IE, and it converts the css value of &#8220;display&#8221; from &#8220;list-item&#8221; to &#8220;display:block&#8221;, and so is the reason it doesn&#8217;t show any numbers though it&#8217;s an ordered list.</p>
<p>Now, this problem arises even when you define a width for the &lt;LI&gt; itself directly. </p>
<p>So, the workaround is define the width for the &#8220;ul&#8221;, rather than &#8220;li&#8221;. The following is what i had used to solve this issue..</p>
<p><code><br />
ol {float: left;width: 500px;list-style: decimal outside;}<br />
li { margin-left: 30px; padding: 10px 0px;}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hypnogogic - Links du jour</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-152969</link>
		<dc:creator>Hypnogogic - Links du jour</dc:creator>
		<pubDate>Fri, 30 Nov 2007 03:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-152969</guid>
		<description>[...] An IE/ordered list challenge - Robert?s talkI fuckin&#8217; hate IE. [...]</description>
		<content:encoded><![CDATA[<p>[...] An IE/ordered list challenge &#8211; Robert?s talkI fuckin&#8217; hate IE. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat Wright</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-105306</link>
		<dc:creator>Mat Wright</dc:creator>
		<pubDate>Mon, 17 Sep 2007 10:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-105306</guid>
		<description>If the situation is desperate one could always use some css hacks to create the bullets in IE using background image:

&lt;code&gt;
/*hack to get IE to display arrows in floated lists*/
*:first-child+html ul{display:block;list-style:none;}
* html ul{display:block;list-style:none;}

*:first-child+html ul.fp_sectors li{background:url(&#039;/images/arrow.jpg&#039;) no-repeat left;padding-left:20px;}
* html ul.fp_sectors li{;background:url(&#039;/images/arrow.jpg&#039;) no-repeat left;padding-left:20px;}

/*hack to make list type image only show in non IE*/
html&gt;/**/body ul.fp_sectors{list-style-image: url(&#039;/images/arrow.jpg&#039;);}
&lt;/code&gt;

This is obvisouly a bit dirty but will work until we have a better solution !

Mat Wright
&lt;a&gt;Broadshout&lt;/a&gt;&#039;</description>
		<content:encoded><![CDATA[<p>If the situation is desperate one could always use some css hacks to create the bullets in IE using background image:</p>
<p><code><br />
/*hack to get IE to display arrows in floated lists*/<br />
*:first-child+html ul{display:block;list-style:none;}<br />
* html ul{display:block;list-style:none;}</p>
<p>*:first-child+html ul.fp_sectors li{background:url('/images/arrow.jpg') no-repeat left;padding-left:20px;}<br />
* html ul.fp_sectors li{;background:url('/images/arrow.jpg') no-repeat left;padding-left:20px;}</p>
<p>/*hack to make list type image only show in non IE*/<br />
html&gt;/**/body ul.fp_sectors{list-style-image: url('/images/arrow.jpg');}<br />
</code></p>
<p>This is obvisouly a bit dirty but will work until we have a better solution !</p>
<p>Mat Wright<br />
<a>Broadshout</a>&#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dianna</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-104341</link>
		<dc:creator>Dianna</dc:creator>
		<pubDate>Fri, 14 Sep 2007 20:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-104341</guid>
		<description>I just put the OL inside the DIV... kind of retarded, that&#039;s IE for ya...</description>
		<content:encoded><![CDATA[<p>I just put the OL inside the DIV&#8230; kind of retarded, that&#8217;s IE for ya&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-92304</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 17 Aug 2007 17:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/10/19/an-ieordered-list-challenge/#comment-92304</guid>
		<description>Stumbled here via google as well. Nice blog!

Anyway, I&#039;m having the same issue. The padding didn&#039;t work. My list is already positioned relatively and like most others, I dont know the width of all my list items so a fixed background wont really do the trick...

Guess it just can&#039;t be done...</description>
		<content:encoded><![CDATA[<p>Stumbled here via google as well. Nice blog!</p>
<p>Anyway, I&#8217;m having the same issue. The padding didn&#8217;t work. My list is already positioned relatively and like most others, I dont know the width of all my list items so a fixed background wont really do the trick&#8230;</p>
<p>Guess it just can&#8217;t be done&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
