ERLEDIGT
NEIN
NEIN
ANTWORTEN
4
4
ZUGRIFFE
323
323
EMPFEHLEN
-
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
-
28.08.07 19:01 #2Maik Tutorials.de Gastzugang
Hi,
Cross-browser semi-transparent backgrounds wird dir da sicherlich weiterhelfen.
-
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);"> </td> <td width="459" height="100" background="/images/DTR_logo.png"> </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);"> </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);"> </td> <td width="459" height="100" background="http://www.tutorials.de/forum/images/DTR_logo.png"> </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);"> </td> </tr> </table></td> </tr> <?php //Navigation include ('navigation.php'); ?> <tr> <td height="15" class="Copyright"> </td> </tr> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="12" rowspan="2" class="DTR_Balken"> </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"> </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"> </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"> </td> </tr> <tr> <td width="120" class="DTR_Balken"> </td> <td width="120" class="DTR_Balken"> </td> </tr> </table></td> </tr> <tr> <td class="Copyright"> </td> </tr> <tr> <td height="10" class="Copyright">::: © 2007 Webdesign & Programming by www.downtownraiderz.de ::: </td> </tr> <tr> <td height="10" class="DTR_Footer"> </td> </tr> </table> </body> </html>
Geändert von mardusi (30.08.07 um 12:39 Uhr)
-
30.08.07 13:05 #4Maik 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.
-
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
-
Support fuer Postgresql in PHP unter XAMPP unter Windows aktivieren
Von Thomas Darimont im Forum Hosting & WebserverAntworten: 2Letzter Beitrag: 24.08.10, 16:03 -
Verhält sich der Memory unter Linux anders als unter Windows?
Von mstrauss im Forum PHPAntworten: 3Letzter Beitrag: 11.01.06, 09:32 -
Popup unter IE aber nicht unter Mozilla/firefox
Von Fossidog im Forum Javascript & AjaxAntworten: 3Letzter Beitrag: 31.10.04, 10:22 -
SSLSocket Probleme unter Linux, unter Windows gehts
Von SwingTänzer im Forum JavaAntworten: 0Letzter Beitrag: 28.04.04, 23:43 -
is_dir() und filesize() funktionieren unter win aber nicht unter linux
Von Bomber im Forum PHPAntworten: 0Letzter Beitrag: 30.05.02, 23:07





Login





