<?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: My page on IE7 looks wrong</title>
<link>http://support.westciv.com/</link>
<description>Support Forum Topic: My page on IE7 looks wrong</description>
<language>en</language>
<pubDate>Mon, 06 Sep 2010 13:49:11 +0000</pubDate>

<item>
<title>Mrkus on "My page on IE7 looks wrong"</title>
<link>http://support.westciv.com/topic/my-page-on-ie7-looks-wrong#post-1202</link>
<pubDate>Thu, 03 Jan 2008 14:27:33 +0000</pubDate>
<dc:creator>Mrkus</dc:creator>
<guid isPermaLink="false">1202@http://support.westciv.com/</guid>
<description>&#60;p&#62;I really appreciate the time you guys put into this forum. I come here often and read your comments, and every time I learn something new. For a newbie like me this is like a life line to the css guru world. Thanks again.
&#60;/p&#62;</description>
</item>
<item>
<title>Cary on "My page on IE7 looks wrong"</title>
<link>http://support.westciv.com/topic/my-page-on-ie7-looks-wrong#post-1201</link>
<pubDate>Wed, 02 Jan 2008 23:13:37 +0000</pubDate>
<dc:creator>Cary</dc:creator>
<guid isPermaLink="false">1201@http://support.westciv.com/</guid>
<description>&#60;p&#62;Yes, since ID's are unique there's no way #sidebar1 can be anywhere other than within #content_container which can only be within #container which can't be anywhere else other than within an element with the class of thrColElsHdr.&#60;/p&#62;
&#60;p&#62;If this styling is for several pages you may conceivably have two pages with #sidebar1 but only one of those pages has #sidebar1 contained within #content_container. If you only wanted the styling to work on the page with #content_container then you would need to be more specific and use something like&#60;/p&#62;
&#60;p&#62;#content_container #sidebar1 .column img
&#60;/p&#62;</description>
</item>
<item>
<title>Mrkus on "My page on IE7 looks wrong"</title>
<link>http://support.westciv.com/topic/my-page-on-ie7-looks-wrong#post-1200</link>
<pubDate>Wed, 02 Jan 2008 20:57:59 +0000</pubDate>
<dc:creator>Mrkus</dc:creator>
<guid isPermaLink="false">1200@http://support.westciv.com/</guid>
<description>&#60;p&#62;Hello Cary,&#60;br /&#62;
Thank you very much for your help.&#60;br /&#62;
I will change my style sheet today - this is really helpful.&#60;br /&#62;
So if I understand correctly (ID's being unique) I  really don't need the &#34;.thrColElsHdr&#34; in front of all the #'s. I can just write the individual ID reference and make adjustment from there.&#60;br /&#62;
Markus&#60;br /&#62;
Markus
&#60;/p&#62;</description>
</item>
<item>
<title>Cary on "My page on IE7 looks wrong"</title>
<link>http://support.westciv.com/topic/my-page-on-ie7-looks-wrong#post-1199</link>
<pubDate>Wed, 02 Jan 2008 08:18:03 +0000</pubDate>
<dc:creator>Cary</dc:creator>
<guid isPermaLink="false">1199@http://support.westciv.com/</guid>
<description>&#60;p&#62;Style the images with &#34;display:block&#34;. This will force the text to flow below the pictures. So you have this styling:&#60;/p&#62;
&#60;p&#62;.thrColElsHdr #container #content_container #sidebar1 .column img, .thrColElsHdr #container #content_container #sidebar2 .column img {&#60;br /&#62;
	margin-bottom: 3px;&#60;br /&#62;
	margin-top: 3px;&#60;br /&#62;
	margin-right: 0px;&#60;br /&#62;
	margin-left: 0px;&#60;br /&#62;
}&#60;br /&#62;
.thrColElsHdr #container #content_container #sidebar1 .column img, .thrColElsHdr #container #content_container #sidebar2 .column img {&#60;br /&#62;
	border: thin solid #000000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;You can combine these, add display:block and simplify the selectors because ID's are unique:&#60;/p&#62;
&#60;p&#62;#sidebar1 .column img, #sidebar2 .column img {&#60;br /&#62;
	margin: 3px 0; /* 3px top and bottom, 0 on sides */&#60;br /&#62;
	border: thin solid #000000;&#60;br /&#62;
	display:block;&#60;br /&#62;
}
&#60;/p&#62;</description>
</item>
<item>
<title>Mrkus on "My page on IE7 looks wrong"</title>
<link>http://support.westciv.com/topic/my-page-on-ie7-looks-wrong#post-1192</link>
<pubDate>Mon, 31 Dec 2007 19:31:58 +0000</pubDate>
<dc:creator>Mrkus</dc:creator>
<guid isPermaLink="false">1192@http://support.westciv.com/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
I am a newbie and need some help. I am working on this three column layout template. My site shows fine in FF and Safari.&#60;br /&#62;
In IE7 &#38;#38; Opera text shows up next to the images on either sidebars - how can I fix this?&#60;br /&#62;
I increased the width of the original body margin to compensate for one added div with margins.&#60;br /&#62;
&#60;a href=&#34;http://masc51.com/brettljause&#34; rel=&#34;nofollow&#34;&#62;http://masc51.com/brettljause&#60;/a&#62;&#60;br /&#62;
Also - when I validate my html it tells me that &#34;target&#34; is not valid and that I need to adjust my css - how do I do that?&#60;br /&#62;
Thank you for your help.&#60;br /&#62;
Markus
&#60;/p&#62;</description>
</item>

</channel>
</rss>