<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Sat May 25, 2013 3:45 am by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Sat May 25, 2013 3:45 am</pubDate>
  <lastBuildDate>Sat May 25, 2013 3:45 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: CSS: Floating a nested div.</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=29666#29666</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=9043'&gt;Spitfire&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Aug 16, 2006 8:02 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thanks for your reply. I ran with that and ended up using the #content:after to have a clear: left; which I found on &lt;a href=&quot;http://www.positioniseverything.net/easyclearing.html,&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://www.positioniseverything.net/easyclearing.html,&lt;/a&gt; to clear up the xhtml. It now looks as I intended... On firefox, I've yet to try it on IE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Matt</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=29666#29666</comments>
                                        <author>Spitfire</author>
                                        <pubDate>Wed Aug 16, 2006 8:02 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=29666#29666</guid>
                                      </item>
                                      <item>
                                        <title>Re: CSS: Floating a nested div.</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=29638#29638</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2326'&gt;ollie&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Aug 16, 2006 10:31 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Just a real quick look - I think you need a container around #sidebar and #content with a &quot;clear: left&quot; on the #content div.&lt;br /&gt;
&lt;br /&gt;
A better place to ask this would be the &lt;a href=&quot;http://webstandardsgroup.org&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Web Standards Group&lt;/a&gt; mailing list (also free) - you can also search the archives for solutions.&lt;br /&gt;
&lt;br /&gt;
Sorry, I just haven't got time to troubleshoot your CSS - but using the View Source Chart Firefox extension makes this easier.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=29638#29638</comments>
                                        <author>ollie</author>
                                        <pubDate>Wed Aug 16, 2006 10:31 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=29638#29638</guid>
                                      </item>
                                      <item>
                                        <title>Re: CSS: Floating a nested div.</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=29280#29280</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=4495'&gt;emyr42&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Aug 09, 2006 4:04 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Bah, browser rendering bug...&lt;br /&gt;
&lt;br /&gt;
have you set a minimum height for the container div?</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=29280#29280</comments>
                                        <author>emyr42</author>
                                        <pubDate>Wed Aug 09, 2006 4:04 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=29280#29280</guid>
                                      </item>
                                      <item>
                                        <title>Re: CSS: Floating a nested div.</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=29236#29236</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=9043'&gt;Spitfire&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Aug 08, 2006 11:21 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi,&lt;br /&gt;
&lt;br /&gt;
The problem with absolute positioning, as well as this float method, is that the outer div - the one that produces the border effect - does not expand to surround the positioned items.&lt;br /&gt;
&lt;br /&gt;
Thank you for the links though, some interesting ideas.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Matt</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=29236#29236</comments>
                                        <author>Spitfire</author>
                                        <pubDate>Tue Aug 08, 2006 11:21 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=29236#29236</guid>
                                      </item>
                                      <item>
                                        <title>RE: CSS: Floating a nested div.</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=29232#29232</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=115'&gt;Gordon&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Aug 08, 2006 10:44 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I've not tried floating a nested div in CSS. My method is to use absolute positioning for div's. See &lt;a href=&quot;http://www.gordonmurgatroyd.pwp.blueyonder.co.uk/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://www.gordonmurgatroyd.pwp.blueyonder.co.uk/&lt;/a&gt; for how I create menus. Also try looking at Eric Meyer's website and look at his CSS/Edge pages. You may be able to find info there.&lt;br /&gt;
&lt;br /&gt;
Hope this helps.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=29232#29232</comments>
                                        <author>Gordon</author>
                                        <pubDate>Tue Aug 08, 2006 10:44 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=29232#29232</guid>
                                      </item>
                                      <item>
                                        <title>CSS: Floating a nested div.</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=29218#29218</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=9043'&gt;Spitfire&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Aug 08, 2006 9:14 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi,&lt;br /&gt;
&lt;br /&gt;
I'm having a problem with some css. In order to get the menu to be on the left I set the float to left. However, this then produces a problem when the rest of the page content isn't enough to cover the height of the menu...&lt;br /&gt;
&lt;br /&gt;
It's probably easier to understand by looking: &lt;a href=&quot;http://www.arrowesecuritysystems.co.uk/new/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://www.arrowesecuritysystems.co.uk/new/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
When the window is fairly narrow all is well and good, once the window is widened the menu juts out at the bottom.&lt;br /&gt;
&lt;br /&gt;
I would appreciate any insight you may have into this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Matt</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=29218#29218</comments>
                                        <author>Spitfire</author>
                                        <pubDate>Tue Aug 08, 2006 9:14 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=29218#29218</guid>
                                      </item></channel></rss>