Marc Delisle schrieb:
Sebastian Mendel a écrit :
Marc Delisle schrieb:
Sebastian Mendel a écrit :
<?php /* remove vertical scroll bar bug in ie */ ?>
<!--[if gte IE 6]>
<style type="text/css">
/* <![CDATA[ */
html {
overflow-y: scroll;
}
/* ]]> */
</style>
<![endif]-->
</head>
I guess a better comment should be:
/* remove horizontal scroll bar bug in IE by forcing a vertical scroll bar */
ok.
btw. i have no problem if you do this change by yourself ... ;-)
Yeah but some devs do have a problem with such "stepping on toes".
yes, i know,
but hey - it's you: first i know you and second you are the project admin ... ;-)