fix to remove scrollbar bug in IE without quirks mode
This commit is contained in:
6
left.php
6
left.php
@@ -103,7 +103,11 @@ require_once './libraries/header_http.inc.php';
|
|||||||
}
|
}
|
||||||
//]]>
|
//]]>
|
||||||
</script>
|
</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]>
|
<!--[if gte IE 6]>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
/* <![CDATA[ */
|
/* <![CDATA[ */
|
||||||
|
Reference in New Issue
Block a user