on 3/20/2006 3:48 PM Cole Tuininga said the following:

> 
> The page in question: http://ce.tuininga.org:12345/
> 
> for some reason the little logo is being
> shifted down a line and I can't seem to figure out why?
> 
> The css (http://ce.tuininga.org:12345/css/web.css) 

try floating the #titlebar and #title:

#titlebar
{
         float: left;
        margin: 0;
        padding: 0;
        background: #009aff url('/images/titlebar-bg.png') repeat-y;
        height: 20px;
        color: #ff0;
}

#title
{
        float: left;
        width: 50%;
        margin: 0;
        padding: 0 0 0 1em;
        font-size: 16px;
        white-space: nowrap;
        display: inline;
}


-- 
Brian Funk

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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