<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Support Forum Topic: Css Problems with IE 6 and 7</title>
<link>http://support.westciv.com/</link>
<description>Support Forum Topic: Css Problems with IE 6 and 7</description>
<language>en</language>
<pubDate>Thu, 29 Jul 2010 23:31:52 +0000</pubDate>

<item>
<title>guyleech on "Css Problems with IE 6 and 7"</title>
<link>http://support.westciv.com/topic/css-problems-with-ie-6-and-7#post-1800</link>
<pubDate>Fri, 27 Mar 2009 22:56:35 +0000</pubDate>
<dc:creator>guyleech</dc:creator>
<guid isPermaLink="false">1800@http://support.westciv.com/</guid>
<description>&#60;p&#62;Hey reders,&#60;/p&#62;
&#60;p&#62;Fixing up problems in various versions of IE are an important part of coding CSS these days - the best way to find something out is to do a search for 'ie6 bugs' and take a look at the results.&#60;/p&#62;
&#60;p&#62;One of my general rules of thumb for fixing up IE bugs is to give the class that you're having trouble with the properties 'display: inline, height: 1%, and position: relative' - these properties tend to fix up the most common bugs in IE, and then you can just delete the ones which arn't needed. Just make sure to include them in an IE conditional comment, or have use a selector like '* html #footer', so it only targets IE (google 'targeting IE' for more info).&#60;/p&#62;
&#60;p&#62;Otherwise it's a lot of trial and error really.&#60;/p&#62;
&#60;p&#62;However, in this case, the error is caused by some mis-placed HTMl code. Basically, inside your '.moduletable-blueband' div, you have an extra paragraph ('p'), which is creating the extra space. It doesn't display int he other browsers because they are correctly obeying the 'height' property you said.&#60;/p&#62;
&#60;p&#62;So, if you simply remove the extra paragraph and take away the 'height' on that div, everything will work fine.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
 Guy
&#60;/p&#62;</description>
</item>
<item>
<title>reders on "Css Problems with IE 6 and 7"</title>
<link>http://support.westciv.com/topic/css-problems-with-ie-6-and-7#post-1799</link>
<pubDate>Fri, 27 Mar 2009 10:02:47 +0000</pubDate>
<dc:creator>reders</dc:creator>
<guid isPermaLink="false">1799@http://support.westciv.com/</guid>
<description>&#60;p&#62;Hi there,&#60;br /&#62;
I have designed a template and everything looks fine in Firefox and Safari, but when I preview the site in IE 6 and 7 the bottom blue banner appears wrong, is there any where on the web that lets us know the problems between browsers and css or does anyone know how to fix this??&#60;br /&#62;
You can view my test site at:-&#60;br /&#62;
&#60;a href=&#34;http://www.webdesignerblackburn.com/WebProofs/Blue/&#34; rel=&#34;nofollow&#34;&#62;http://www.webdesignerblackburn.com/WebProofs/Blue/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Kindest Regards,&#60;br /&#62;
Reders
&#60;/p&#62;</description>
</item>

</channel>
</rss>