tutorials.de Buch-Aktion 05/2012
ERLEDIGT
NEIN
ANTWORTEN
4
ZUGRIFFE
323
EMPFEHLEN
  • An Twitter übertragen
  • An Facebook übertragen
DIESES THEMA IST
GESCHLOSSEN
  1. #1
    mardusi mardusi ist offline Mitglied Bronze
    Registriert seit
    Oct 2003
    Beiträge
    43
    Hallo,

    habe das Problem das der IE 6 transparente PNG nichtunterstützt und suche jetzt eine Lösung für dieses Problem

    Page im Firefox >> http://www.tutorials.de/forum/attach...ge_firefox.jpg
    Page im IE >> http://www.tutorials.de/forum/attach...34-page_ie.jpg
    Page im Opera >> http://www.tutorials.de/forum/attach...page_opera.jpg

    hoffe ihr könnt mir helfen
     

  2. #2
    Maik Tutorials.de Gastzugang
    Hi,

    Cross-browser semi-transparent backgrounds wird dir da sicherlich weiterhelfen.
     

  3. #3
    mardusi mardusi ist offline Mitglied Bronze
    Registriert seit
    Oct 2003
    Beiträge
    43
    funktioniert leider immer noch nicht

    snippet was ich jetzt erstellt hab
    Code :
    1
    2
    3
    4
    
    <td width="41" height="100" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/banner_bg.png'); background-image:url(images/banner_bg.png);">&nbsp;</td>
            <td width="459" height="100" background="/images/DTR_logo.png">&nbsp;</td>
            <td height="100" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/banner_bg.png'); background-image:url(images/banner_bg.png);">&nbsp;</td>
          </

    HTML-Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <style type="text/css">
    <!--
    body {
    	background: url(images/carbon_bg.gif);
    	margin:0px;
    }
    .DTR_navi {
    	font: bold normal 14px Verdana, Arial, Helvetica, sans-serif;
    	color: #CCCCCC;
    	border-top: 1px solid #000000;
    	border-right: 1px solid #000000;
    	border-bottom: 1px solid #000000;
    	border-left: 1px none #000000;
    	text-align: center;
    	text-decoration: none;
    	background: #544668;
    }
    .DTR_Balken {
    	background: #5e5578;
    }
    
    .DTR_Navi_Middle {
    	border-right: 1px solid #000000;
    	font: bold normal 14px Verdana, Arial, Helvetica, sans-serif;
    	color: #CCCCCC;
    	text-align: center;
    	background: #544668;
    	border-top: 1px none #000000;
    	border-bottom: 1px none #000000;
    	border-left: 1px none #000000;
    }
    
    .DTR_Navi_Links {
    	border-right: 1px solid #000000;
    	font: bold normal 14px Verdana, Arial, Helvetica, sans-serif;
    	color: #CCCCCC;
    	text-align: center;
    	background: #544668;
    	border-top: 1px none #000000;
    	border-bottom: 1px none #000000;
    	border-left: 1px solid #000000;
    }
    .DTR_Navi_Rechts {
    	font: bold normal 14px Verdana, Arial, Helvetica, sans-serif;
    	color: #CCCCCC;
    	text-align: center;
    	background: #544668;
    	border-top: 1px none #000000;
    	border-right: 1px solid #000000;
    	border-bottom: 1px none #000000;
    	border-left: 1px none #000000;
    }
    .DTR_Infobox {
    	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    	color: #FFFFFF;
    	letter-spacing: normal;
    	text-align: left;
    	vertical-align: top;
    	word-spacing: normal;
    	white-space: normal;
    	border: 1px solid #000000;
    	background: #8a869c;
    }
    .Copyright {
    	font: italic normal 12px Verdana, Arial, Helvetica, sans-serif;
    	color: #FFFFFF;
    	background: #5E5578;
    	letter-spacing: normal;
    	text-align: center;
    	vertical-align: middle;
    	word-spacing: normal;
    	text-transform: none;
    }
    .DTR_Footer {
    	background: url(images/footer.png);
    }
    -->
    </style>
    
    </head>
    
    <body>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="1023"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="41" height="100" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/banner_bg.png'); background-image:url(images/banner_bg.png);">&nbsp;</td>
            <td width="459" height="100" background="http://www.tutorials.de/forum/images/DTR_logo.png">&nbsp;</td>
            <td height="100" style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/banner_bg.png'); background-image:url(images/banner_bg.png);">&nbsp;</td>
          </tr>
        </table></td>
      </tr>
    
    <?php //Navigation
    include ('navigation.php');
    ?>
    
      <tr>
        <td height="15" class="Copyright">&nbsp;</td>
      </tr>
      <tr>
        <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="12" rowspan="2" class="DTR_Balken">&nbsp;</td>
            <td width="120" height="600" class="DTR_Infobox"><img src="http://www.tutorials.de/forum/images/DTR_08.png" /></td>
            <td width="12" rowspan="2" class="DTR_Balken">&nbsp;</td>
            <td rowspan="2" class="DTR_Infobox"><?php
    	// Abfrage Schleife für Contentbox
     
    	$content = $_GET['content'];
    
     	if($content!="")
    	 { 
      	include("$content.php"); 
    	} 
    	else
    	{
    	include("news.php");
    	}
    ?></td>
            <td width="12" rowspan="2" class="DTR_Balken">&nbsp;</td>
            <td width="120" class="DTR_Infobox"><a href="http://www.flash.de" target="_blank"><img alt="OPEL SCENE FLASH. Unabhängiges Magazin für die Opel-Community." border="0" height="600" src="http://www.flash.de/html/de/assets/Assets/SERVICE/sky_120_end.gif" width="120" /></a></td>
            <td width="12" rowspan="2" class="DTR_Balken">&nbsp;</td>
          </tr>
          <tr>
            <td width="120" class="DTR_Balken">&nbsp;</td>
            <td width="120" class="DTR_Balken">&nbsp;</td>
            </tr>
        </table></td>
      </tr>
      <tr>
        <td class="Copyright">&nbsp;</td>
      </tr>
      <tr>
        <td height="10" class="Copyright">::: &copy; 2007 Webdesign &amp; Programming by www.downtownraiderz.de ::: </td>
      </tr>
      <tr>
        <td height="10" class="DTR_Footer">&nbsp;</td>
      </tr>
    </table>
    </body>
    </html>
    Geändert von mardusi (30.08.07 um 12:39 Uhr)
     

  4. #4
    Maik Tutorials.de Gastzugang
    Hi,

    du musst eine CSS-Browserweiche einsetzen, wie beispielsweise mit einem "Conditional Comment", um eine Fallunterscheidung zwischen dem IE6 und den übrigen Browsern vorzunehmen, und kannst nicht beide CSS-Regeln im style-Attribut angeben.
     

  5. #5
    mardusi mardusi ist offline Mitglied Bronze
    Registriert seit
    Oct 2003
    Beiträge
    43
    Wenn ich das jetzt richtige verstehe auf der Seite

    muss ich einmal ein CSS für IE und eines für Firefox erstellen

    und dann in dem Style vom IE die extra funktion nutzen für png transparent ...

    sollte ja kein größerer aufwand mehr werden
     

Ähnliche Themen

  1. Support fuer Postgresql in PHP unter XAMPP unter Windows aktivieren
    Von Thomas Darimont im Forum Hosting & Webserver
    Antworten: 2
    Letzter Beitrag: 24.08.10, 16:03
  2. Antworten: 3
    Letzter Beitrag: 11.01.06, 09:32
  3. Popup unter IE aber nicht unter Mozilla/firefox
    Von Fossidog im Forum Javascript & Ajax
    Antworten: 3
    Letzter Beitrag: 31.10.04, 10:22
  4. Antworten: 0
    Letzter Beitrag: 28.04.04, 23:43
  5. Antworten: 0
    Letzter Beitrag: 30.05.02, 23:07