<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1041779" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1041779</link>
    <description></description>
    <language>en</language>
          <item>
    <title>But it seems to want an</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-margin-problem#comment-1233017</link>
    <description> &lt;p&gt;But it seems to want an exact instance of it.&lt;/p&gt;
 </description>
     <pubDate>Wed, 03 Sep 2008 12:01:57 +0000</pubDate>
 <dc:creator>kamaldeeps</dc:creator>
 <guid isPermaLink="false">comment 1233017 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>yes, I guess setting the</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-margin-problem#comment-1232719</link>
    <description> &lt;p&gt;yes, I guess setting the margin to 0 overrides the default.&lt;/p&gt;
&lt;p&gt;Hooray! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/surprise.png&quot; title=&quot;Shocked&quot; alt=&quot;Shocked&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;yes, since the dd is a child node of dl, you are setting the margin for that, not for the parent.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Cascading&lt;/strong&gt; Style Sheets: think of the styles as a waterfall, always flowing down...&lt;/p&gt;
&lt;p&gt;BTW - I know everybody uses Firebug, but in the Firefox Web Developer tool, there is an &quot;edit CSS&quot; feature that allows you to change the css for every stylesheet in play and immediately see the results (you still have to save and upload it) - great for Drupal theming!&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Aug 2008 19:32:24 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1232719 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hmm, I&#039;ll have a look at the</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-margin-problem#comment-1232716</link>
    <description> &lt;p&gt;Hmm, I&#039;ll have a look at the block thing. I know what you mean, I have yet to master that element, I often find weird things with it.&lt;/p&gt;
&lt;p&gt;As for the default margin on the dl, the dl in the code is assigned a margin of 0. If I change that to a minus value it does shift the bit up I want to shift up, but why would it be &#039;down&#039; if set to 0?&lt;/p&gt;
&lt;p&gt;EDIT&lt;br /&gt;
I made a new line with &lt;code&gt;dl#clanmenu{margin: 0;}&lt;/code&gt; and that seemed to sort it.&lt;/p&gt;
&lt;p&gt;Cheers.&lt;br /&gt;
I also find some CSS things like that wierd, I have the margin set to 0 on the code&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;dl#clanmenu dd {&lt;br /&gt;&amp;nbsp; padding:0;&lt;br /&gt;&amp;nbsp; margin: 0;&lt;br /&gt;&amp;nbsp; }&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;But it seems to want an exact instance of it. Presumably that&#039;s then only for the dd within the dl.&lt;br /&gt;
urgh&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Aug 2008 17:53:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1232716 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hey greg,
Can you post a</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-margin-problem#comment-1232713</link>
    <description> &lt;p&gt;Hey greg,&lt;/p&gt;
&lt;p&gt;Can you post a link? of the full code?&lt;/p&gt;
&lt;p&gt;my guess would be somewhere in here:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;display:block; &lt;br /&gt;&amp;nbsp; width:5em; &lt;br /&gt;&amp;nbsp; height:3em;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;display:block; can do funny things&lt;/p&gt;
&lt;p&gt;also, depending on your body font size, 3em could be arond 25px?&lt;/p&gt;
&lt;p&gt;another idea:&lt;/p&gt;
&lt;p&gt;doesn&#039;t dl have a default top margin? try&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;dl#clanmenu{&lt;br /&gt;&amp;nbsp; margin-top: -25px;&lt;br /&gt;&amp;nbsp; }&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Aug 2008 17:18:15 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1232713 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
