Posted By


xtine777 on 07/01/09

Tagged


Statistics


Viewed 680 times
Favorited by 0 user(s)

Im Typo3-Backend ist Kontext- Menuleiste oben: Bug im Internet Explorer 7


/ Published in: TYPO3
Save to your folder(s)

In der Datei “t3lib/class.t3lib_div.php” folgende Zeile ersetzen:


Copy this code and paste it in your HTML
  1. //In der Datei t3lib/class.t3lib_div.php diese Zeile
  2.  
  3. } elseif (strstr($useragent,'MSIE 4') || strstr($useragent,'MSIE 5') || strstr($useragent,'MSIE 6')) {
  4.  
  5.  
  6. //durch folgende Zeile ersetzen:
  7.  
  8.  
  9. } elseif (strstr($useragent,'MSIE 4') || strstr($useragent,'MSIE 5') || strstr($useragent,'MSIE 6') || strstr($useragent,'MSIE 7')) {

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.