<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How to fix a website and make it compatible in firefox AND IE?</title>
	<link>http://ask.metafilter.com/100474/How-to-fix-a-website-and-make-it-compatible-in-firefox-AND-IE/</link>
	<description>Comments on Ask MetaFilter post How to fix a website and make it compatible in firefox AND IE?</description>
	<pubDate>Fri, 29 Aug 2008 18:19:19 -0800</pubDate>
	<lastBuildDate>Fri, 29 Aug 2008 18:19:19 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How to fix a website and make it compatible in firefox AND IE?</title>
		<link>http://ask.metafilter.com/100474/How-to-fix-a-website-and-make-it-compatible-in-firefox-AND-IE</link>	
		<description>I need some help with a CSS/HTML issue as well as an Internet Explorer issue. &lt;br /&gt;&lt;br /&gt; I created an &lt;a href=&quot;http://www.dannypeterson.info&quot;&gt;online portfolio&lt;/a&gt; and have been trying to update the design to make it more user-friendly and more aesthetically pleasing. However, I have run into a few road blocks. &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.dannypeterson.info/2/&quot;&gt;This&lt;/a&gt; is the new design that I would like to implement. If you are using Firefox, you should see it as I see it. However, if you are using IE, it is a mess. What can I do to stop this? From brief research, it looks like it is an issue using the position:absolute style tag in my css file. Is there a way to make that design work for both IE and Firefox. &lt;br&gt;
&lt;br&gt;
Second, if you navigate to &lt;a href=&quot;http://www.dannypeterson.info/2/ducksplayoffs.htm&quot;&gt;this page&lt;/a&gt; you will notice a pdf file that is truncated in height. I cannot for the life of me figure out what is causing this. (The other pdfs on the web site are not configured correctly and I am aware of this)&lt;br&gt;
&lt;br&gt;
Any help in figuring out these problems would be appreciated. Thanks!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.100474</guid>
		<pubDate>Fri, 29 Aug 2008 18:09:18 -0800</pubDate>
		<dc:creator>bigcheesegump</dc:creator>
		
			<category>html</category>
		
			<category>css</category>
		
			<category>website</category>
		
			<category>web</category>
		
			<category>site</category>
		
			<category>internet</category>
		
			<category>code</category>
		
			<category>coding</category>
		
	</item> <item>
		<title>By: puckupdate</title>
		<link>http://ask.metafilter.com/100474/How-to-fix-a-website-and-make-it-compatible-in-firefox-AND-IE#1460440</link>	
		<description>Start with &lt;a href=&quot;http://validator.w3.org/check?verbose=1&amp;uri=http%3A%2F%2Fwww.dannypeterson.info%2F2%2F&quot;&gt;validating the page&lt;/a&gt;. This will help tons.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.100474-1460440</guid>
		<pubDate>Fri, 29 Aug 2008 18:19:19 -0800</pubDate>
		<dc:creator>puckupdate</dc:creator>
	</item><item>
		<title>By: enn</title>
		<link>http://ask.metafilter.com/100474/How-to-fix-a-website-and-make-it-compatible-in-firefox-AND-IE#1460445</link>	
		<description>Yes, validate the page and the CSS.&lt;br&gt;
&lt;br&gt;
I don&apos;t see &lt;code&gt;position: absolute&lt;/code&gt; in your CSS. Do you mean &lt;code&gt;position: fixed&lt;/code&gt;? &lt;a href=&quot;http://www.cssplay.co.uk/layouts/fixed&quot;&gt;Here&lt;/a&gt; are some workarounds for the &lt;code&gt;position: fixed&lt;/code&gt; IE6 issues.&lt;br&gt;
&lt;br&gt;
Also, you are using the CSS child selector (&amp;gt;), which IE6 does not support. I haven&apos;t looked closely enough to see if that&apos;s causing any of your particular problems, but it&apos;s something you should be aware of.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.100474-1460445</guid>
		<pubDate>Fri, 29 Aug 2008 18:29:27 -0800</pubDate>
		<dc:creator>enn</dc:creator>
	</item><item>
		<title>By: Bora Horza Gobuchul</title>
		<link>http://ask.metafilter.com/100474/How-to-fix-a-website-and-make-it-compatible-in-firefox-AND-IE#1460447</link>	
		<description>Yep. Validate, and you don&apos;t need to (and as a broad, general rule, shouldn&apos;t) use absolute positioning. Everything I see from a quick scan of your site can be accomplished with floats and a few margins.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.100474-1460447</guid>
		<pubDate>Fri, 29 Aug 2008 18:31:10 -0800</pubDate>
		<dc:creator>Bora Horza Gobuchul</dc:creator>
	</item><item>
		<title>By: Bora Horza Gobuchul</title>
		<link>http://ask.metafilter.com/100474/How-to-fix-a-website-and-make-it-compatible-in-firefox-AND-IE#1460450</link>	
		<description>Also, don&apos;t embed PDFs - it&apos;s just one more plugin that users don&apos;t have. By all means link to the PDF and provide GIF / JPEG image previews, but embedding is not necessary.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.100474-1460450</guid>
		<pubDate>Fri, 29 Aug 2008 18:33:19 -0800</pubDate>
		<dc:creator>Bora Horza Gobuchul</dc:creator>
	</item><item>
		<title>By: nnevvinn</title>
		<link>http://ask.metafilter.com/100474/How-to-fix-a-website-and-make-it-compatible-in-firefox-AND-IE#1460613</link>	
		<description>&lt;a href=&quot;http://www.webdevout.net/css-hacks#in_css-selectors&quot;&gt;This site&lt;/a&gt; will help you tailor your css to individual browsers. Seems like 80% of the time it takes to design a website is fighting with IE, but once you get the hang of things it gets easier.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.100474-1460613</guid>
		<pubDate>Sat, 30 Aug 2008 00:01:10 -0800</pubDate>
		<dc:creator>nnevvinn</dc:creator>
	</item><item>
		<title>By: Su</title>
		<link>http://ask.metafilter.com/100474/How-to-fix-a-website-and-make-it-compatible-in-firefox-AND-IE#1460826</link>	
		<description>nthing everybody above, so won&apos;t reproduce anything they&apos;ve mentioned, but you should also be aware that you have multiple elements &lt;a href=&quot;http://www.positioniseverything.net/explorer/doubled-margin.html&quot;&gt;floated with margin applied to the same side&lt;/a&gt; as the float direction.&lt;br&gt;
&lt;br&gt;
Also, &lt;a href=&quot;http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.dannypeterson.info%2F2%2Fstyle.css&amp;profile=css21&amp;usermedium=all&amp;warning=1&amp;lang=en&quot;&gt;validate the CSS&lt;/a&gt; and not only the HTML. But do the HTML first. If your base document is bad, your styling only becomes even more unpredictable, so it&apos;s generally best not to try and fix it first, as you might &quot;correct&quot; something that was actually the result of bad markup.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.100474-1460826</guid>
		<pubDate>Sat, 30 Aug 2008 12:23:35 -0800</pubDate>
		<dc:creator>Su</dc:creator>
	</item>
	</channel>
</rss>
