fix to remove scrollbar bug in IE without quirks mode

This commit is contained in:
Sebastian Mendel
2006-07-08 12:53:29 +00:00
parent 757ba7b8da
commit ec1a26fcc4

View File

@@ -103,7 +103,11 @@ require_once './libraries/header_http.inc.php';
}
//]]>
</script>
<?php /* remove vertical scroll bar bug in ie */ ?>
<?php
/**
* remove horizontal scroll bar bug in IE by forcing a vertical scroll bar
*/
?>
<!--[if gte IE 6]>
<style type="text/css">
/* <![CDATA[ */