<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Client Side Web Development</title><link>http://forums.asp.net/130.aspx</link><description>Client-side programming discussions, including CSS, DHTML, JScript/Javascript, etc. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=18&amp;c=16" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: CSS Newbie</title><link>http://forums.asp.net/thread/2470252.aspx</link><pubDate>Mon, 07 Jul 2008 00:57:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2470252</guid><dc:creator>agolden</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2470252.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=2470252</wfw:commentRss><description>&lt;p&gt;One thing I&amp;#39;ve learned about floats is that frequently they behave in ways I don&amp;#39;t fully understand, but I guess they key is being able to clean it up :)&lt;/p&gt;
&lt;p&gt;For the &amp;lt;div id=&amp;quot;centersplash&amp;quot;&amp;gt;, I&amp;#39;m not sure why it doesn&amp;#39;t exhibit the same behavior, or why the middle column appears slightly higher.&amp;nbsp; I did try another clear: left; in the &amp;lt;div id=&amp;quot;centersplash&amp;quot;&amp;gt; and that cleaned up the middle colum though.&amp;nbsp; In general, when I see&amp;nbsp;unexpected&amp;nbsp;formatting after a float that&amp;#39;s the first thing I try.&lt;/p&gt;
&lt;p&gt;Aaron&lt;/p&gt;</description></item><item><title>Re: CSS Newbie</title><link>http://forums.asp.net/thread/2470234.aspx</link><pubDate>Mon, 07 Jul 2008 00:05:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2470234</guid><dc:creator>kmcnet</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2470234.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=2470234</wfw:commentRss><description>&lt;p&gt;That helps a ton.&amp;nbsp; Thanks so much.&amp;nbsp; If I may, I have two more questions.&amp;nbsp; First, I understand the part that the &amp;lt;ul id=&amp;quot;nav&amp;quot;&amp;gt; tag is floated left and cuases the problem with the form, however, I&amp;#39;m confused as to why the same effect doesn&amp;#39;t happen for the &amp;lt;div id=&amp;quot;centerspalsh&amp;quot;&amp;gt; which holds the three columns and precedes the nav div.&amp;nbsp; Also, one last Firefox issue that these changes didn&amp;#39;t clean up is that, in Firefox, the middle column on the splash screen floats higher than the left and right columns.&amp;nbsp; Not sure why.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Once again, thanks for the help.&lt;/p&gt;</description></item><item><title>Re: CSS Newbie</title><link>http://forums.asp.net/thread/2470163.aspx</link><pubDate>Sun, 06 Jul 2008 22:20:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2470163</guid><dc:creator>agolden</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2470163.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=2470163</wfw:commentRss><description>&lt;p&gt;Hi kmcnet,&lt;/p&gt;
&lt;p&gt;The &amp;lt;ul id=&amp;quot;nav&amp;quot;&amp;gt; tag is floated left, which is forcing the following &amp;lt;div&amp;gt; containing the form to appear to its right, in this case off the page.&amp;nbsp; To fix it, add a clear: left; to the div.&amp;nbsp; This forces the browser to ignore any previous floating object and display in the normal document flow.&amp;nbsp; At this point you&amp;#39;ll see that the form table is aligned left.&amp;nbsp; To fix this, add a&amp;nbsp;margin-left: auto and margin-right: auto; to the contactus class (applied to the table).&amp;nbsp; Setting both left and right margin to auto is the correct way to center align (although IE will center align an object with a text-align: center - which it shouldn&amp;#39;t).&lt;/p&gt;
&lt;p&gt;IE has a lot of&amp;nbsp;CSS &amp;quot;features&amp;quot;, so typically if you can get it working in FF, then it will work in IE7 (but not the other way around :).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hope that helps.&lt;/p&gt;
&lt;p&gt;Aaron&lt;/p&gt;</description></item><item><title>CSS Newbie</title><link>http://forums.asp.net/thread/2470078.aspx</link><pubDate>Sun, 06 Jul 2008 20:17:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2470078</guid><dc:creator>kmcnet</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2470078.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=2470078</wfw:commentRss><description>&lt;p&gt;Hello Everyone and thanks for your help in advance.&amp;nbsp; I am new to using CSS and am muddling through the differences between browsers.&amp;nbsp; I developed a page that can be viewed at:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.efrec.com/Default6.aspx"&gt;http://www.efrec.com/Default6.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When clicking on the Contact Us page in IE 7, the page displays fine.&amp;nbsp; However, when using Firfox or Safari, clicking on the same link causes the form to display outisde of the &amp;quot;page&amp;quot; (which should be contained by a div tag) and floats to the far right side of the page.&amp;nbsp; I am not sure why this is happening.&amp;nbsp; Any help on this topic woul dbe greatly appreciated.&amp;nbsp; Thanks.&lt;/p&gt;</description></item></channel></rss>