On Tue, Nov 25, 2008 at 4:20 PM, Walter Lee Davis <[EMAIL PROTECTED]>wrote:

> If you looked at the script I posted, you'd see that I only attach the
> behavior if the browser doesn't work correctly. Naturally, if the browser is
> non-broken, we don't want to punish it in any way.
>

Yes, I did look at it, but my statement is still valid.

<!--[if lte IE 6]>
<style>
   body{
       height: 100%;
       overflow: auto;
   }

   #menu{
       position: absolute;
   }
</style>
<![endif]-->

And there you have it. No UA-sniffing, no JavaScript at all.

The downside? Everything positioned as absolute will act like fixed in IE6
and lower. But that should be no problem.

And again, with this or yours solutions you can *not* achieve the smooth
scrolling effect. Get it now?

Gabriel Gilini

www.usosim.com.br
[EMAIL PROTECTED]
[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to