On Mon, Sep 27, 2010 at 3:55 AM, John D <[email protected]> wrote:
>
> It works fine in IE8 and FF 3.6.10.  what is your version of IE and FF?
>
> I can see color changing all the time in your both sites if this is going to 
> help you.
>
>
>
> hth
>
>

Hi John,

Thanks for your help.
The problem wasn't the changing color. It was the position of the logo
who wasn't precisely positioned + the scrollbars in FF and IE.
I resolved my problem doing it more simple... (I was taking a bad way,
thinking it was more complicated).

Here's the better way (much more simple and working in all browsers):
http://helpnote.net/static/hoet-hoet/index2.php

(...)
 <body>
<div id="topblock"></div>
<div id="bottomblock"></div>
<div id="logocontainer"><div id="logo"><img
src="graphics/Hoet-Hoet-logo.png" width="38" height="49"
alt=""></div></div>
</body>
(...)

(... css reset skipped)

html, body {
        height:                           100%;
}

body {
        background-image:          url(graphics/bg.gif);
}

#topblock {
        height:                           50%;
}

#bottomblock {
        height:                           50%;
        background-color:           #FFF;
}

#logocontainer {
        position:                         absolute;
        top:                                50%;
        left:                                70px;
        width:                             auto;
        height:                            24px;
        overflow:                         visible;
        background-image:          url(graphics/bg.gif);
}

#logo {
        position:                         relative;
        top:                                -25px;
}

--
Donald FRUY
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to