Hallöle, ich bins mal wieder...
Ich bastel gerade mal wieder ein wenig herum und habe folgendes Problem:
Eine bestimmte Modulposition (top) wird im IE nicht zentriert, im FF jedoch schon.
Link ist http://www.ehc-nachwuchs.de/
Es handelt sich um den Newsscroller oben. Dieser sollte auch im IE zentriert sein, es will aber nicht. So siehts bei mir aus:
Im FF: Screenshot
Im IE: Screenshot
Ich hänge mal das Template an, ich suche mich noch dusselig nach der Stelle die der IE mal wieder nicht richtig interpretieren kann. Wie gesagt, es handelt sich um das Modul "top":
Ihr würdet mir mein Wochenende retten wenn ihr mir einen Tipp geben könnte, wo der IE noch ein align=center haben will...ich hass das TeilHTML-Code:<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );?> <!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> <?php if ( $my->id ) { initEditor(); } ?> <meta **********="Content-Type" content="text/html;><?php echo _ISO; ?>" /> <?php mosShowHead(); ?> <?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?><?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />" ; ?> <!--[if lt IE 7.]> <script defer type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/pngfix.js"></script> <![endif]--> </head> <body ><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="66"><img src="/templates/LightOrange/images/Bild1_01.jpg" width=66 height=22 alt=""></td> <td background="/templates/LightOrange/images/Bild1_02.jpg"> </td> <td width="277"><img src="/templates/LightOrange/images/Bild1_03.jpg" width=277 height=22 alt=""></td> <td width="263" background="/templates/LightOrange/images/Bild1_04.jpg"><div align="center"><?php echo mosCurrentDate(); ?></div></td> <td width="121"><img src="/templates/LightOrange/images/Bild1_05.jpg" width=121 height=22 alt=""></td> <td background="/templates/LightOrange/images/Bild1_06.jpg"> </td> <td width="67"><img src="/templates/LightOrange/images/Bild1_07.jpg" width=67 height=22 alt=""></td> </tr> <tr> <td width="66"><img src="/templates/LightOrange/images/Bild1_08.jpg" width=66 height=96 alt=""></td> <td background="/templates/LightOrange/images/Bild1_09.jpg"> </td> <td width="277"><img src="/templates/LightOrange/images/Bild1_10.jpg" width=277 height=96 alt=""></td> <td width="263"><img src="/templates/LightOrange/images/Bild1_11.jpg" width=263 height=96 alt=""></td> <td width="121"><img src="/templates/LightOrange/images/Bild1_12.jpg" width=121 height=96 alt=""></td> <td background="/templates/LightOrange/images/Bild1_13.jpg"> </td> <td width="67"><img src="/templates/LightOrange/images/Bild1_14.jpg" width=67 height=96 alt=""></td> </tr> <tr> <td width="66"><img src="/templates/LightOrange/images/Bild1_15.jpg" width=66 height=26 alt=""></td> <td background="/templates/LightOrange/images/Bild1_16.jpg"> </td> <td width="277"><img src="/templates/LightOrange/images/Bild1_17.jpg" width=277 height=26 alt=""></td> <td width="263" align="center" valign="middle" background="/templates/LightOrange/images/Bild1_18.jpg"> </td> <td width="121"><img src="/templates/LightOrange/images/Bild1_19.jpg" width=121 height=26 alt=""></td> <td background="/templates/LightOrange/images/Bild1_20.jpg"> </td> <td width="67"><img src="/templates/LightOrange/images/Bild1_21.jpg" width=67 height=26 alt=""></td> </tr> </table> <table width="100%" height="10" border="0" align="center" cellpadding="0" cellspacing="0" > <tr> <td width="519" ><span class="top1"> <?php mosPathWay(); ?> </span></td> <td> <?php if (mosCountModules('user3')) { ?></td> <td width="251" > </td> </tr> </table> <table width="100%" class="top2" border="0" align="center" cellpadding="0" cellspacing="0" > <tr> <?php if (mosCountModules('left')) { ?> <td width="154" valign="top" class="lcol"> <div class="leftrow"> <?php mosLoadModules ( 'left' ); ?> <?php } ?> </div> </td> <?php } ?> <td valign="top" width="100%" > <table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-top: 5px solid #ffffff;"> <?php if (mosCountModules('top')) { ?> <tr valign="top" > <td colspan="3"> <div> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" class="tickertabelle"> <tr> <td><div align="center"> <?php mosLoadModules ( 'top' ); ?> </div></td> </tr> </table> </div> </td> </tr> <tr><td colspan="3"></td></tr> <?php } ?> <?php if (mosCountModules('user1','user2')) { ?> <tr> <?php if (mosCountModules('user1')) { ?> <td align="center" valign="top" ><div> <?php mosLoadModules ( 'user1' ); ?> </div> </td> <td width="4" class="mod" valign="top" bgcolor="#FFFFFF" ><div class="mod"> <?php } ?> <?php if (mosCountModules('user2')) { ?> </div></td> <td valign="top"><div> <?php mosLoadModules ( 'user2' ); ?> </div></td> <?php } ?> </tr> <tr><td colspan="3"></td></tr> <?php } ?> <tr align="left" valign="top"> <td colspan="3" style="border-top: 3px solid #ffffff; padding: 3px;"><div class="main"> <?php mosLoadModules ( 'user4' ); ?> <?php mosMainBody(); ?> </div></td> </tr> <tr> <td colspan="3" valign="top" style="border-top: 3px solid #FFFFFF;"> <?php if (mosCountModules('bottom')) { ?> <div> <?php mosLoadModules ( 'bottom' ); ?> </div> <?php } ?> </td> </tr> </table> </td> <td class="bgline"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/space.gif" alt="" width="7" border="0"/></td> <?php if (mosCountModules('right')) { ?> <td width="154" valign="top" class="rcol"> <div class="rightrow"> <?php mosLoadModules ( 'right' ); ?> </div> </td> <?php } ?> </tr> </table> <table width="100%" class="foot" align="center" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%" align="center" valign="middle" class="footer" ><?php include_once('includes/footer.php'); ?> </td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" style="height:4px;"> <tr> <td> <a href="http://www.webmedie.dk" target="_blank"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/sp.gif" width="25" height="4" alt="Webdesign by Webmedie.dk" border="0" /></a></td> <td width="100%"> </td> <td> <a href="http://www.webmedie.dk/webdesign.html" target="_blank"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/sp.gif" width="25" height="4" alt="Webdesign by Webmedie.dk" border="0" /></a></td> </tr> </table> </body> </html>
Danke schon mal,
Steffi


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen