pto: Scrollbar für überlaufende Menüliste

Beitrag lesen

Ich will jetzt nicht deinen Quelltext posten, aber du hast 3 Conditional Comments, in denen jeweils praktisch dasselbe steht.

Matthias

Hier meine Comments

<!--[if lt IE 7

>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->  

<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->  
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->  
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->  
  
        <!--[if lt IE 9]><script src="http://nachrichtentisch.de/docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->  
  
        <!--[if lte IE 8]>  
        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>  
        <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>  
        <script src="http://css3-mediaqueries-js.googlecode.com/files/css3-mediaqueries.js"></  
  
        <![endif]-->  
  
        <!--[if lte IE 8]>  
        <link href="http://nachrichtentisch.de/navires2ie.css" type="text/css" rel="stylesheet" media="screen" />  
        <link href="http://nachrichtentisch.de/dist/css/bootstrapie.css" rel="stylesheet">  
        <link href="http://nachrichtentisch.de/style-submenu3a.css" rel="stylesheet">  
  
        <![endif]-->  
  
  
    <!--[if lt IE 8]>  
            <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>  
        <![endif]-->  
  
  
  
  
 <!--[IF lt IE 9]>  
  
<?php  
    include '_idklein.php';  
    ?>  
  
<![ENDIF]-->  
  
  
  <!--[if !IE]>-->  
  
<?php  
    include '_idgross.php';  
    ?>  
  
<!-- <![ENDIF]-->  
  
  
 <!--[IF gt IE 8]>  
  
<?php  
    include '_idgross.php';  
    ?>  
  
<![ENDIF]-->  
  
  
    <!--[if lte IE 8]>  
<script type="text/javascript" src="http://nachrichtentisch.de/scriptsie.js"></script>  
  
  
  
    <![endif]-->  
  
]