Hi Folks

in this site http://www.stardesign.ch/startup1/ueber.html
I have a display problem in IE win and mac.

While in IE/WIN the <p="adress"> is pushed almost to the top of the  
<id="header">, in IE/Mac it is pushed at the bottom of the <id="header">

this is the html

<div id="header">
<h1 id="title">startupper.ch</h1>
<!-- #bbinclude "address.tmpl" -->
<p id="address">Preisg&uuml;nstige, professionelle Angebote fuer  
Startup-Unternehmen fuer Print und Web</p>
<!-- end bbinclude --></div>

and this the CSS

#header {
        background: #ff9600 url(../img/logo_orange.gif) no-repeat left bottom;
        float: left;
        width: 760px;
        clear: both;
}

#title {
        text-indent: -2000px;
        font-size: 110%;
        padding-top: 50px;
        padding-bottom: 50px;
        float: left;
        margin: 0;
}

#address {
        color: #333333;
        font-weight: bold;
        font-size: 105%;
        margin-left: 117px;
}



thanks in advance
Beat


______________________________________________________________________
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