Miles Skorpen wrote:

>
>Site: http://arador.org/gazette/
>CSS: http://arador.org/gazette/wp-content/themes/gazette/style.css
>
>
>I have a two problems:
>
>1) Search box does not stay on the same line as the very top links.
>Instead, it makes that entire box significantly larger than it should  
>be.
>  
>
Hi Miles,

The answer to #1 is in the following CSS:

------------------
#header ul {

    margin: 1em 1em 0 0 !important;

    margin: 3.5em 0.5em 0 0;

    padding: 0;

    float: left;

}
-------------------

The 3.5em top margin of the ul element is pushing it down.  I removed 
that line and it displayed fine in IE6.


HTH
Matthew


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to