Fix #799 Thesaurus scrollbar issue on webkit browser

This commit is contained in:
Nicolas Le Goff
2012-07-12 12:24:31 +02:00
parent 6159ba2d00
commit 9e7975f91e

View File

@@ -198,7 +198,7 @@ User_Adapter::updateClientInfos(5);
</head>
<body id="desktop" style="background-color:#808080; overflow:hidden" onload="loaded();" onmousewheel="return(false);" onscroll="evtScrollBody();" >
<body id="desktop" style="background-color:#808080; overflow:hidden" onload="loaded();" onscroll="evtScrollBody();" >
<div class="menu" id="flagsMenu" style="z-index:50">
<?php
@@ -293,8 +293,9 @@ $jsFlags = '{ ' . $jsFlags . ' }';
<div style="width:100%; overflow:hidden">
<input type="checkbox" name="ckShowRejected" onClick="return(chgCkShowRejected());" /><span style="white-space:nowrap; overflow:hidden"><?php echo p4string::MakeString(_('thesaurus:: afficher les termes refuses')) /* Afficher les termes refuses */ ?></span>
</div>
<div id="TabT0k" style="position:absolute; top:20px; bottom:0px; left:0px; right:0px; overflow:scroll; border:0px #000000 none">
<div id="TabT0k" onscroll="dosomething()"style="position:absolute; top:20px; bottom:0px; left:0px; right:0px; overflow:scroll; border:2px red solid;">
<div id="T0" style="position:absolute; top:0px; left:0px;">
<div style='height:900px;'></div>
</div>
</div>
</div>