css - IE6 Fixed Positioning -


I have to fix a footer below the viewport. IE 6 has problems - and yes, it should work in IE 6. This is not my call, too much.

Use it:

  div # footer {width: 1020px; Status: Completed; Top: expression (0 + ((e = document documentElement.scrollTop)? E: document.body.scrollTop) + 'px'); Left: Expression (50% + ((e = document.documentElement.scrollLeft)? E: document.body.scrollLeft) + 'px')}}}  

in my IE6.css I can fix the footer at the top of the page. But if I switch it to:

  div # footer {width: 1020px; Status: Completed; Below: Expression (0 + ((e = document.documentElement.scrollBottom)? E: document.body.scrollBottom) + 'PX'); Left: Expression (50% + ((e = document.documentElement.scrollLeft)? E: document.body.scrollLeft) + 'px')}}}  

this is a mistake Am I implementing the expression function to decide under the port?

Thank you!

Do not use the expression section This page is slightly slow Can present from and behave strangely. Sometimes this will work and others will not be very excited about it.

I have had good success with these methods.

  • But without looking at your whole page it is a bit hard to see that the link I provide, It will come in the way of your current stylesheet.


    Comments

    Popular posts from this blog

    c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

    Calling GetGUIThreadInfo from Outlook VBA -

    Obfuscating Python code? -