After making corrections, and passing the WC3 validation checks for the web
page and the CSS, I'm still having problems ... only with Opera (7.54 and
8.0) at:
This works perfectly on Firefox, Netscape, and Mozilla, and works on IE with
that little wobble motion that we all know. In Opera, the navbar moves up
when you scroll down. Any one have a clue how to solve this?
The relevant embedded CSS is:
<style type="text/css">
<!--
#moveNav { position: absolute; left: 0px; top: 0px; }
body > div#moveNav { position: fixed; }
-->
</style>
<!--[if gte IE 5.5]>
<style type="text/css">
div#moveNav {
left: expression( ( 0 + ( ignoreMe2 = document.docume ntElement.scrol lLeft ?
document.docume ntElement.scrol lLeft : document.body.s crollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.docume ntElement.scrol lTop ?
document.docume ntElement.scrol lTop : document.body.s crollTop ) ) + 'px' );
}
</style>
<![endif]-->
<div id="moveNav">
etc. this is where the navbar goes
page and the CSS, I'm still having problems ... only with Opera (7.54 and
8.0) at:
This works perfectly on Firefox, Netscape, and Mozilla, and works on IE with
that little wobble motion that we all know. In Opera, the navbar moves up
when you scroll down. Any one have a clue how to solve this?
The relevant embedded CSS is:
<style type="text/css">
<!--
#moveNav { position: absolute; left: 0px; top: 0px; }
body > div#moveNav { position: fixed; }
-->
</style>
<!--[if gte IE 5.5]>
<style type="text/css">
div#moveNav {
left: expression( ( 0 + ( ignoreMe2 = document.docume ntElement.scrol lLeft ?
document.docume ntElement.scrol lLeft : document.body.s crollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.docume ntElement.scrol lTop ?
document.docume ntElement.scrol lTop : document.body.s crollTop ) ) + 'px' );
}
</style>
<![endif]-->
<div id="moveNav">
etc. this is where the navbar goes
Comment