<?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"
	>
<channel>
	<title>Comments on: IE 7 quirks, round one</title>
	<atom:link href="http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/</link>
	<description>Hypertext rulez™</description>
	<pubDate>Wed, 23 Jul 2008 18:07:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Paul D</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-4339</link>
		<dc:creator>Paul D</dc:creator>
		<pubDate>Mon, 20 Nov 2006 14:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-4339</guid>
		<description>I've got a weird bug on one site where IE 7 makes random list items in an unordered list inherit the background of the ul element and get anywhere from 1 to 10 extra pixels of padding on top. I've been trying all week to figure out how to avoid the bug.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a weird bug on one site where IE 7 makes random list items in an unordered list inherit the background of the ul element and get anywhere from 1 to 10 extra pixels of padding on top. I&#8217;ve been trying all week to figure out how to avoid the bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3695</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Wed, 15 Nov 2006 11:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3695</guid>
		<description>Hi Gill, try with the Lucida Sans Unicode, or even better &#8211; test your fonts with &lt;a href="http://typetester.maratz.com/"&gt;Typetester&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Gill, try with the Lucida Sans Unicode, or even better &#8211; test your fonts with <a href="http://typetester.maratz.com/">Typetester</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gill</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3681</link>
		<dc:creator>Gill</dc:creator>
		<pubDate>Wed, 15 Nov 2006 07:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3681</guid>
		<description>Apparantly IE7 can't display Lucida Calligraphy (not italic) - can anyone suggest a similar alternative to specify please?  It just shows Times.</description>
		<content:encoded><![CDATA[<p>Apparantly IE7 can&#8217;t display Lucida Calligraphy (not italic) - can anyone suggest a similar alternative to specify please?  It just shows Times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3616</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Sun, 29 Oct 2006 00:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3616</guid>
		<description>Marko: well said -&gt; Power of CSS!

background: url(/images/bullet_boxed.gif) no-repeat 0 center;
}

I believe "0 center" wont validate since top, left, bottom,  right are names reserved to be used to gether, better use the equivalent -&gt;

background: url(/images/bullet_boxed.gif) no-repeat 0 50%;
}</description>
		<content:encoded><![CDATA[<p>Marko: well said -> Power of CSS!</p>
<p>background: url(/images/bullet_boxed.gif) no-repeat 0 center;<br />
}</p>
<p>I believe &#8220;0 center&#8221; wont validate since top, left, bottom,  right are names reserved to be used to gether, better use the equivalent -></p>
<p>background: url(/images/bullet_boxed.gif) no-repeat 0 50%;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3615</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Sat, 28 Oct 2006 20:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3615</guid>
		<description>Kris,

Try the following:
&lt;code&gt;.listBoxed {
list-style: none;
padding-left: 20px;
background: url(/images/bullet_boxed.gif) no-repeat 0 center;
}&lt;/code&gt;
This way, you have total control over the position of the &#8216;bullet&#8217;.</description>
		<content:encoded><![CDATA[<p>Kris,</p>
<p>Try the following:<br />
<code>.listBoxed {<br />
list-style: none;<br />
padding-left: 20px;<br />
background: url(/images/bullet_boxed.gif) no-repeat 0 center;<br />
}</code><br />
This way, you have total control over the position of the &#8216;bullet&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Gosser</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3614</link>
		<dc:creator>Kris Gosser</dc:creator>
		<pubDate>Sat, 28 Oct 2006 16:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3614</guid>
		<description>I'm a student at a Milwaukee WI (USA) area school. I had the pleasure to help redesign my college's Web site. Once IE came out, we found only one issue with the underscore hack that I used on the unordered lists we had.

It get's messed up. Take a look at the following page in IE7 vs. Firefox:

&lt;a href="http://www.cc.edu/parents/"&gt;http://www.cc.edu/parents/&lt;/a&gt;

Point 1) I had no say in the decision to use tables :)

Point 2) I did have the chance to write some CSS for styling purposes. I used the following code to stylize the lists:
&lt;code&gt;.listBoxed
{
	list-style-position: outside;
	margin: 4px 0px 4px -23px;
	_margin-left: 17px;
	list-style-image:url(/images/bullet_boxed.gif);
	text-indent: 0px;
	line-height:1.5em;
}&lt;/code&gt;

It needed to be like that to work with IE6 and FF. But alas, now it looks like the undscore hack has been 'fixed.'

What does that mean? Well, now we have to figure out a way to code that single spec to work across FF, IE6, and IE7 which all seem to treat it differently.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a student at a Milwaukee WI (USA) area school. I had the pleasure to help redesign my college&#8217;s Web site. Once IE came out, we found only one issue with the underscore hack that I used on the unordered lists we had.</p>
<p>It get&#8217;s messed up. Take a look at the following page in IE7 vs. Firefox:</p>
<p><a href="http://www.cc.edu/parents/">http://www.cc.edu/parents/</a></p>
<p>Point 1) I had no say in the decision to use tables :)</p>
<p>Point 2) I did have the chance to write some CSS for styling purposes. I used the following code to stylize the lists:<br />
<code>.listBoxed<br />
{<br />
	list-style-position: outside;<br />
	margin: 4px 0px 4px -23px;<br />
	_margin-left: 17px;<br />
	list-style-image:url(/images/bullet_boxed.gif);<br />
	text-indent: 0px;<br />
	line-height:1.5em;<br />
}</code></p>
<p>It needed to be like that to work with IE6 and FF. But alas, now it looks like the undscore hack has been &#8216;fixed.&#8217;</p>
<p>What does that mean? Well, now we have to figure out a way to code that single spec to work across FF, IE6, and IE7 which all seem to treat it differently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3607</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Fri, 27 Oct 2006 15:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3607</guid>
		<description>I'm running rc1 as a standalone and I'm seeing some weird cursor behavior. On a div with a width and centered with margin auto the cursor is displaying 'text' instead of 'default' (arrow) when mousing over whitespace, adding a background property fixes this.
Has anyone else seen this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m running rc1 as a standalone and I&#8217;m seeing some weird cursor behavior. On a div with a width and centered with margin auto the cursor is displaying &#8216;text&#8217; instead of &#8216;default&#8217; (arrow) when mousing over whitespace, adding a background property fixes this.<br />
Has anyone else seen this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry Umansky</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3603</link>
		<dc:creator>Henry Umansky</dc:creator>
		<pubDate>Thu, 26 Oct 2006 19:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3603</guid>
		<description>Could it possible that IE7 renders the CSS font-family order in alphabetical order?  If so, then back to the drawing board IE7 programmers.</description>
		<content:encoded><![CDATA[<p>Could it possible that IE7 renders the CSS font-family order in alphabetical order?  If so, then back to the drawing board IE7 programmers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Jones</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3591</link>
		<dc:creator>Alex Jones</dc:creator>
		<pubDate>Wed, 25 Oct 2006 13:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3591</guid>
		<description>János, I've used the multiple versions in the past (have them installed right now in fact - the geek in me had to include back to IE 3), but they can prove buggy causing crashes at the most inconvenient time and the conditional comments don't always work.

marko, you're quite welcome!</description>
		<content:encoded><![CDATA[<p>János, I&#8217;ve used the multiple versions in the past (have them installed right now in fact - the geek in me had to include back to IE 3), but they can prove buggy causing crashes at the most inconvenient time and the conditional comments don&#8217;t always work.</p>
<p>marko, you&#8217;re quite welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3589</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Wed, 25 Oct 2006 06:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3589</guid>
		<description>Alex, thanks for the hat tip!</description>
		<content:encoded><![CDATA[<p>Alex, thanks for the hat tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: János Pásztor</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3588</link>
		<dc:creator>János Pásztor</dc:creator>
		<pubDate>Wed, 25 Oct 2006 05:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3588</guid>
		<description>Hey, guys!

Instead of VirtualPC, you might want to check this: http://tredosoft.com/Multiple_IE

János</description>
		<content:encoded><![CDATA[<p>Hey, guys!</p>
<p>Instead of VirtualPC, you might want to check this: <a href="http://tredosoft.com/Multiple_IE" rel="nofollow">http://tredosoft.com/Multiple_IE</a></p>
<p>János</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Jones</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3587</link>
		<dc:creator>Alex Jones</dc:creator>
		<pubDate>Tue, 24 Oct 2006 23:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3587</guid>
		<description>You could save yourself some cash by using &lt;a href="http://www.microsoft.com/windows/virtualpc/default.mspx"&gt;VirtualPC&lt;/a&gt;  which Microsoft no longer charges for. Your only out-of-pocket cost would be an XP license, assuming you don't have a valid, uninstalled license already. I am setting up a VM for IE 6, so I can install IE 7 natively.

A bonus for those of you going down that route: &lt;a href="http://www.macosxhints.com/article.php?story=20050128001523612"&gt;Speed-up and usage tips for IE6 in VirtualPC&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>You could save yourself some cash by using <a href="http://www.microsoft.com/windows/virtualpc/default.mspx">VirtualPC</a>  which Microsoft no longer charges for. Your only out-of-pocket cost would be an XP license, assuming you don&#8217;t have a valid, uninstalled license already. I am setting up a VM for IE 6, so I can install IE 7 natively.</p>
<p>A bonus for those of you going down that route: <a href="http://www.macosxhints.com/article.php?story=20050128001523612">Speed-up and usage tips for IE6 in VirtualPC</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3582</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Tue, 24 Oct 2006 19:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3582</guid>
		<description>Mario, it doesn&#8217;t work the same way. I understand the skepticism, but every serious developer should try it in the real environment.</description>
		<content:encoded><![CDATA[<p>Mario, it doesn&#8217;t work the same way. I understand the skepticism, but every serious developer should try it in the real environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3581</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Tue, 24 Oct 2006 16:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3581</guid>
		<description>You don't need a disposable machine - there's a standalone version of IE7 available &lt;a href="http://tredosoft.com/IE7_standalone"&gt;here&lt;/a&gt; :)</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need a disposable machine - there&#8217;s a standalone version of IE7 available <a href="http://tredosoft.com/IE7_standalone">here</a> :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3579</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Tue, 24 Oct 2006 13:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3579</guid>
		<description>Johan, that would be:
&lt;code&gt;&#60;style type="text/css"&#62;
/* &#60;[CDATA[ */
selector { font-family: Helvetica, Arial, sans-serif; }
/* ]]&#62; */
&#60;/style&#62;
&#60;!&#8211;&#8211;[if IE 7]&#62;
&#60;style type="text/css"&#62;
selector { font-family: Arial, sans-serif; }
&#60;/style&#62;
&#60;![endif]&#8211;&#8211;&#62;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Johan, that would be:<br />
<code>&#60;style type="text/css"&#62;<br />
/* &#60;[CDATA[ */<br />
selector { font-family: Helvetica, Arial, sans-serif; }<br />
/* ]]&#62; */<br />
&#60;/style&#62;<br />
&#60;!&ndash;&ndash;[if IE 7]&#62;<br />
&#60;style type=&#8221;text/css&#8221;&#62;<br />
selector { font-family: Arial, sans-serif; }<br />
&#60;/style&#62;<br />
&#60;![endif]&ndash;&ndash;&#62;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3575</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Mon, 23 Oct 2006 19:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3575</guid>
		<description>I am sorry ... I meant for IE

body { font-family: Arial, "Helvetica",  sans-serif; }</description>
		<content:encoded><![CDATA[<p>I am sorry &#8230; I meant for IE</p>
<p>body { font-family: Arial, &#8220;Helvetica&#8221;,  sans-serif; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3574</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Mon, 23 Oct 2006 19:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3574</guid>
		<description>Dobar Dan Marko!

To fix the IE font-family issue
can we not do body { font-family: "SomeFont", Helvetica, "Arial", sans-serif; }</description>
		<content:encoded><![CDATA[<p>Dobar Dan Marko!</p>
<p>To fix the IE font-family issue<br />
can we not do body { font-family: &#8220;SomeFont&#8221;, Helvetica, &#8220;Arial&#8221;, sans-serif; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3573</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Mon, 23 Oct 2006 15:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3573</guid>
		<description>&lt;blockquote&gt;&lt;p&gt;I still believe Microsoft and their browser are the problem not the solution. But still&#8230; I supposed I ought to install 7. Now I just need a disposable PC to install it on *cough*.&lt;/p&gt;&lt;/blockquote&gt;

Yes, numerous developers are in search for a disposable machine these days. I have one in queue, will be available in a couple of days : )</description>
		<content:encoded><![CDATA[<blockquote><p>I still believe Microsoft and their browser are the problem not the solution. But still&#8230; I supposed I ought to install 7. Now I just need a disposable PC to install it on *cough*.</p>
</blockquote>
<p>Yes, numerous developers are in search for a disposable machine these days. I have one in queue, will be available in a couple of days : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3572</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Mon, 23 Oct 2006 15:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3572</guid>
		<description>You know, it just occured to me... I once specified Helvetica before Arial and wondered why my site looked so awful. I had Photoshop open, so I pulled down the font list. I found Helvetica. For some reason, I connot remember how, why, or when, I had Helvetica on my PC and it rendered poorly. I sandboxed it and all is well.

I still believe Microsoft and their browser are the problem not the solution. But still... I supposed I ought to install 7. Now I just need a disposable PC to install it on *cough*.</description>
		<content:encoded><![CDATA[<p>You know, it just occured to me&#8230; I once specified Helvetica before Arial and wondered why my site looked so awful. I had Photoshop open, so I pulled down the font list. I found Helvetica. For some reason, I connot remember how, why, or when, I had Helvetica on my PC and it rendered poorly. I sandboxed it and all is well.</p>
<p>I still believe Microsoft and their browser are the problem not the solution. But still&#8230; I supposed I ought to install 7. Now I just need a disposable PC to install it on *cough*.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3571</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Mon, 23 Oct 2006 15:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/10/23/ie-7-quirks-round-one/#comment-3571</guid>
		<description>No, it makes no difference what order the font is specified, JK, the browser is supposed to ignore the fonts it cannot display and grab the first one it can.

It think what Marko is suggesting is that IE7 is messing with a long established CSS convention, whether intentional or not, and if it bears out I don't much like it either. I find it inexcusable that Microsoft, with it's multi-billion dollar development (appropriations) budget and a team as big as the IE team, can't build a browser that works at least as good as Firefox, or even Opera. 

Not a question of cannot, but will not--in my estimation. Microsoft continues to be the problem, not the solution.</description>
		<content:encoded><![CDATA[<p>No, it makes no difference what order the font is specified, JK, the browser is supposed to ignore the fonts it cannot display and grab the first one it can.</p>
<p>It think what Marko is suggesting is that IE7 is messing with a long established CSS convention, whether intentional or not, and if it bears out I don&#8217;t much like it either. I find it inexcusable that Microsoft, with it&#8217;s multi-billion dollar development (appropriations) budget and a team as big as the IE team, can&#8217;t build a browser that works at least as good as Firefox, or even Opera. </p>
<p>Not a question of cannot, but will not&#8211;in my estimation. Microsoft continues to be the problem, not the solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
