<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1045777" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1045777</link>
    <description></description>
    <language>en</language>
          <item>
    <title>WHAT IS THE MEANING OF</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/detecting-elements-inside-p-floating#comment-1272774</link>
    <description> &lt;p&gt;WHAT IS THE MEANING OF DETECTING ELEMENT IN MARINE AUTOMINATION?&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Feb 2012 03:37:51 +0000</pubDate>
 <dc:creator>snappyboy_vma</dc:creator>
 <guid isPermaLink="false">comment 1272774 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>er... ok, the code didn&#039;t</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/detecting-elements-inside-p-floating#comment-1246955</link>
    <description> &lt;p&gt;er... ok, the code didn&#039;t come out as I posted it..&lt;/p&gt;
 </description>
     <pubDate>Sat, 30 Jan 2010 23:26:46 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1246955 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hard to know the problem</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/detecting-elements-inside-p-floating#comment-1246954</link>
    <description> &lt;p&gt;Hard to know the problem exactly without a link but, a lot of the time, if you have a bunch of elements are floating inside another element - commonly a DIV - if you set the containing element to overflow:hidden; then it will display correctly, and not hide the containing elements.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;#gallery-container {&lt;br /&gt;	overflow:hidden;&lt;br /&gt;}&lt;br /&gt;.gallery-item {&lt;br /&gt;	float:left;&lt;br /&gt;	width:100px;&lt;br /&gt;	height:100px;&lt;br /&gt;	margin:10px;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;gallery-container&amp;quot;&amp;gt;&lt;br /&gt;	&amp;lt;div class=&amp;quot;gallery-item&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;image.gif&amp;quot; width=&amp;quot;100&amp;quot; height=&amp;quot;100&amp;quot; alt=&amp;quot;&amp;quot; title=&amp;quot;&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;	&amp;lt;div class=&amp;quot;gallery-item&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;image.gif&amp;quot; width=&amp;quot;100&amp;quot; height=&amp;quot;100&amp;quot; alt=&amp;quot;&amp;quot; title=&amp;quot;&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;	&amp;lt;div class=&amp;quot;gallery-item&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;image.gif&amp;quot; width=&amp;quot;100&amp;quot; height=&amp;quot;100&amp;quot; alt=&amp;quot;&amp;quot; title=&amp;quot;&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;	&amp;lt;div class=&amp;quot;gallery-item&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;image.gif&amp;quot; width=&amp;quot;100&amp;quot; height=&amp;quot;100&amp;quot; alt=&amp;quot;&amp;quot; title=&amp;quot;&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
There are of course, other ways to do the above, but it was the best example I could think of off the top of my head.&lt;/p&gt;
 </description>
     <pubDate>Sat, 30 Jan 2010 23:21:00 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1246954 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Are you sure you need JS for</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/detecting-elements-inside-p-floating#comment-1246710</link>
    <description> &lt;p&gt;Are you sure you need JS for this? If you add this to your CSS:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;img {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; display:block;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; clear:both;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Does it fix the problem? It might mess up other images on the page though &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;. If you can add a class name to the images included by the JS, you can change the CSS to apply only to those images.&lt;/p&gt;
 </description>
     <pubDate>Sat, 16 Jan 2010 00:18:00 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1246710 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
