mostwanted wrote:
> www.slackliner.at/webfuzzy
>
>
> another problem: after i applied "width: 818px" to #conteiner i realize
> my old problem with the navigation bar ("jumping content below
> navigation bar") in IE 5 again! i guess it must have something to do
> with "haslayout - but i am not able to handle this problem...
>
> thanks!
>
> PS: sorry for opening a new threat! i searched the lists site but
> couldn't manage to reply to my old post (i deleted all previous emails
> from the list...)
>
>
Dunno. I did not look into it other than to "view source." You may not
have seen, or inadvertently deleted, the below reply sent 4p yesterday.
You need two style sheets for IE: one for IE/6 and 5.5; the other for 5.01.
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]-->
--
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/