mostwanted wrote:
> thanks a lot arnold! :-)
>
> works great now (thanks for the link to "onheavinglayout"!) - exept
> for IE 5.01: no navigation bar...
>
> hmm, where/why did it go?
>
> i uploaded the corrected CSS-files. maybe someone could have a look at
> it once more. thanks!
>
> roland
>
>
>>>>
>>>>
>>>>
>>>>
>>>>>> webproject: www.slackliner.at/webfuzzy
>>>>>>
>>>
>>
>>
>>
>>
>
This double set of corrected conditional comments renders IE/6.0. 5.5, &
5.01 relatively close on a local file.
Only IE/5.01 needs height to show the navigation bar correctly.
<!--[if lte IE 7]>
<style>
body {
font-size: x-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: small; /* für standardkonforme Browser */
}
#navigation,
#content,
#footer {
width: 818px;
voice-family: "\"}\"";
voice-family: inherit;
width: 718px;
}
body #footer {
width: 853px;
voice-family: "\"}\"";
voice-family: inherit;
width: 753px;
}
#container {
float:left;
}
#navigation {
overflow-y:hidden;
height:0;
padding-bottom:3em;
}
#content h1 {padding-top: 1em;}
</style>
<![endif]-->
<!--[if IE 5]>
<style>
#navigation {
height:5em;
float: left;
width: 818px;
}
body #footer, #footer {
width: 818px;
}
</style>
<![endif]-->
For a lot of reasons, reply to the list, too.
--
http://chelseacreekstudio.com/
______________________________________________________________________
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/