absolutely. But rather than fiddling with settings in Firebug I would really like to know the reasons for things working or not. Why, in this case, is the float so decisive? <br><br><div class="gmail_quote">On Wed, Sep 5, 2012 at 9:21 AM, Keith Roberts <span dir="ltr">&lt;<a href="mailto:keith@karsites.net" target="_blank">keith@karsites.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">For testing CSS in real time, try installing the Firebug<br>
extension on Firefox.<br>
<br>
<a href="https://getfirebug.com/css" target="_blank">https://getfirebug.com/css</a><br>
<br>
It&#39;s awesome. I would not be without Firebug for doing web<br>
development.<br>
<br>
HTH<br>
<br>
Keith<br>
<br>
On Wed, 5 Sep 2012, Rohan Smith wrote:<br>
<br>
&gt; To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
&gt; From: Rohan Smith &lt;<a href="mailto:rohanasmith@gmail.com">rohanasmith@gmail.com</a>&gt;<br>
&gt; Subject: Re: [support] Css and drupal question<br>
<div class="im">&gt;<br>
&gt; I dont really know, I do a lot of CSS trial and error :-P<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; --<br>
&gt; R.A.Smith<br>
&gt;<br>
&gt; Kindly acknowledge receipt<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Sep 5, 2012 at 12:39 AM, Anthony &lt;<a href="mailto:tony@tony-mac.com">tony@tony-mac.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; OK I tried it Rohan and it actually worked.<br>
&gt;&gt; Thanks a million.<br>
&gt;&gt; But why? Why is the float decisive?<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Sep 4, 2012 at 9:33 PM, Rohan Smith &lt;<a href="mailto:rohanasmith@gmail.com">rohanasmith@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; make these changes:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;  #region-header-second {<br>
&gt;&gt;&gt;<br>
</div>&gt;&gt;&gt;    1. border-right: 1px solid black;<br>
&gt;&gt;&gt;    2. background:url(<br>
&gt;&gt;&gt;    ../../../../../images/general/black_border_1_pix_wide.jpg&lt;<a href="http://www.polam.org/images/general/black_border_1_pix_wide.jpg" target="_blank">http://www.polam.org/images/general/black_border_1_pix_wide.jpg</a>&gt;)<br>

&gt;&gt;&gt;    repeat-y;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; }<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; #block-search-form {<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    1. width: 100%;<br>
&gt;&gt;&gt;    2. float: right;<br>
&gt;&gt;&gt;    3. margin-right: 2%;<br>
&gt;&gt;&gt;    4. height: 28px;<br>
<div><div class="h5">&gt;&gt;&gt;<br>
&gt;&gt;&gt; }<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Regards,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; R.A.Smith<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Kindly acknowledge receipt<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Tue, Sep 4, 2012 at 6:53 PM, Anthony &lt;<a href="mailto:tony@tony-mac.com">tony@tony-mac.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Dear All,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I want to have a small drupal region (second header) framed vertically<br>
&gt;&gt;&gt;&gt; with a 1 pixel black border. I have a background image of 1 pixel width for<br>
&gt;&gt;&gt;&gt; the left and a border for the right<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;  background:<br>
&gt;&gt;&gt;&gt; url(&quot;../../../../../images/general/black_border_1_pix_wide.jpg&quot;) repeat-y<br>
&gt;&gt;&gt;&gt; scroll 0 0 transparent;<br>
&gt;&gt;&gt;&gt;     border-right: 1px solid #000000;<br>
&gt;&gt;&gt;&gt; but as you can see (next to the search box) the border is offset 1 pix<br>
&gt;&gt;&gt;&gt; by the background image.<br>
&gt;&gt;&gt;&gt; Is there something in the syntax of border that allows me to pull it 1<br>
&gt;&gt;&gt;&gt; px. (I know I should look this up but maybe you have some other tricks I<br>
&gt;&gt;&gt;&gt; can use).<br>
&gt;&gt;&gt;&gt; I am using the omega theme with a grid so I might investigate the<br>
&gt;&gt;&gt;&gt; placement thru the grid.<br>
&gt;&gt;&gt;&gt; <a href="http://www.polam.org" target="_blank">www.polam.org</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Driving me nuts!!<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; How to solve?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Muchas Gracias,<br>
&gt;&gt;&gt;&gt; Tony<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;<br>
</div></div>&gt;&gt;&gt;&gt; *Anthony Stefan Maciejowski*<br>
<div class="im">&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt;<br>
</div>&gt;&gt; *Anthony Stefan Maciejowski*<br>
<div class="im">&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt;<br>
&gt;<br>
<br>
--<br>
</div>-----------------------------------------------------------<br>
Websites:<br>
<a href="http://www.karsites.net" target="_blank">http://www.karsites.net</a><br>
<a href="http://www.php-debuggers.net" target="_blank">http://www.php-debuggers.net</a><br>
<a href="http://www.raised-from-the-dead.org.uk" target="_blank">http://www.raised-from-the-dead.org.uk</a><br>
<br>
All email addresses are challenge-response protected with<br>
TMDA [<a href="http://tmda.net" target="_blank">http://tmda.net</a>]<br>
-----------------------------------------------------------<br>
<div class="HOEnZb"><div class="h5">--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><p><b style="font-family:&#39;Lucida Handwriting&#39;,cursive;font-size:13px;background-color:rgb(255,255,255)"><i>Anthony Stefan Maciejowski</i></b></p><p></p>
<br><p></p><br>