1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/manual/new/styles/iefix.css
2007-06-12 22:18:21 +00:00

6 lines
418 B
CSS

#sidebar {
/* IE5.5+/Win - this is more specific than the IE 5.0 version */
left: auto; bottom: auto;
right: expression( ( 20 + ( ignoreMe2 = document.documentElement.scrollRight ? document.documentElement.scrollRight : document.body.scrollRight ) ) + 'px' );
top: expression( ( 10 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}