+ Antworten
Ergebnis 1 bis 1 von 1

Thema: Modul an eine bestimmte Stelle positioniern

  1. #1
    Neu an Board
    Registriert seit
    15.08.2006
    Ort
    Leipzig
    Alter
    38
    Beiträge
    13
    Bedankte sich
    0
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard Modul an eine bestimmte Stelle positioniern

    ich bin nun schon seit stunden dran das banner modul an eine bestimmte stelle auf der seite zu positionieren. ich bekomm das nisch hin. hab schon einiges in der index.php von template und auch in der css datei vom template probiert aber alles ohne erfolg.

    so sieht die die seite aus http://www.hentschler.de/test

    hier der code der index.php des templates


    <?php
    defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
    $iso = split( '=', _ISO );
    echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
    ?>
    <!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(); ?>
    <**** **********="Content-Type" content="text/html; <?php echo _ISO; ?>" />
    <?php mosShowHead(); ?>
    <link rel="stylesheet" type="text/css" href="<?php echo $mosConfig_live_site; ?>/templates/montcristal/css/template_css.css" />
    </head>

    <body bgcolor="white">
    <table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td><a name="top" id="top"></a></td>
    </tr>
    <tr>
    <td style="background-image: url(<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/bg_page2.jpg); background-repeat: no-repeat; background-position: 0px 140px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="57" align="left" valign="top"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="160">
    <param name="movie" value="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/header.png" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <embed wmode="transparent" src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/header.png" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="160"></embed></object></td>
    </tr>
    </table>
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr align="left">
    <td width="140" valign="top">
    <?php mosLoadModules ( "left" ); ?>
    <br />
    <?php mosLoadModules ( "othermenu" ); ?>
    <?php mosLoadModules ( "recommend" ); ?>
    <?php mosLoadModules ( "search" ); ?>
    <?php mosLoadModules ( "newsflash" ); ?>
    </td>
    <td width="5" valign="top" style="border-right:1px dotted #9396B9"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="5" /></td>
    <td width="5" valign="top"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="5" /></td>
    <td width="465" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="5"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="20" />
    </td>
    <td align="left">
    <?php mosLoadModules ( "topmenu" ); ?>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="5" /></td>
    </tr>
    <tr>
    <td background="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/hr_dotted.gif"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="465" height="1" /></td>
    </tr>
    <tr>
    <td><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="5" /></td>
    </tr>
    </table></td>
    </tr>
    </table>
    <?php mosLoadModules ( "animation" ); ?>
    <?php
    if (mosCountModules('top')>0) mosLoadModules('top','true');
    mosMainBody();
    ?>
    <?php mosLoadModules ( "animation2" ); ?>
    </td>
    <td width="5" valign="top" style="border-right:1px dotted #9396B9"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="5" /></td>
    <td width="140" valign="top"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="140" height="335">
    <param name="movie" value="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/bubbles.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <embed src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/bubbles.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="140" height="335"></embed></object>
    <?php mosLoadModules ( "right" ); ?>
    </td>
    </tr>
    <tr align="left">
    <td valign="top"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="8" /></td>
    <td valign="top" style="border-right:1px dotted #cccccc"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="8" /></td>
    <td valign="top"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="8" /></td>
    <td valign="top"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="8" /></td>
    <td valign="top" style="border-right:1px dotted #cccccc"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="8" /></td>
    <td valign="top"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="8" /></td>
    </tr>
    <tr align="left">
    <td valign="top">&nbsp;</td>
    <td width="5" valign="top" style="border-right:1px dotted #cccccc">&nbsp;</td>
    <td width="5" valign="top">&nbsp;</td>
    <td valign="top"><font class="pathwaytext">
    <?php include $GLOBALS['mosConfig_absolute_path'] . '/pathway.php'; ?>
    </font></td>
    <td width="5" valign="top" style="border-right:1px dotted #cccccc">&nbsp;</td>
    <td valign="top">&nbsp;</td>
    </tr>
    <tr align="left">
    <td valign="top"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="8" /></td>
    <td valign="top" style="border-right:1px dotted #cccccc"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="8" /></td>
    <td valign="top"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="8" /></td>
    <td valign="top"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="8" /></td>
    <td valign="top" style="border-right:1px dotted #cccccc"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="8" /></td>
    <td valign="top"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/blind.gif" width="5" height="8" /></td>
    </tr>
    </table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="57" align="left" valign="top"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/corner_bl.gif" width="57" height="57" hspace="0" vspace="0" /></td>
    <td width="100%" align="center" background="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/bg_frame.gif"><font class="pathwaytext"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/servicenummer_montcristal.png" width="163" height="57" /></font>
    </td>
    <td width="57" align="left" valign="top" style="background-repeat:repeat-x;"><img src="<?php echo $mosConfig_live_site; ?>/templates/montcristal/images/corner_br.gif" width="57" height="57" hspace="0" vspace="0" /></td>
    </tr>
    </table> </td>
    </tr>
    </table>
    </body>
    </html>

    -------------------------------------------------------------------------------------------


    das banner soll oben in der blauen grafik erscheinen also hinter "YD" rechts ausgerichtet.

    wie muss ich das machen ???


    muss ich da noch in der css des templates was angeben ? und wenn ja wo und was ???
    Geändert von Yunix (18.09.2006 um 20:47 Uhr) Grund: Rechtschreibefehler im Titel

+ Antworten

Ähnliche Themen

  1. Ähnliches Modul wie Wrapper Modul
    Von flecki77 im Forum Joomla Module
    Antworten: 3
    Letzter Beitrag: 04.07.2006, 23:45
  2. Antworten: 1
    Letzter Beitrag: 29.06.2006, 14:43
  3. Verständinsfrage zu Modul Anzeige
    Von seinsite im Forum Joomla Module
    Antworten: 2
    Letzter Beitrag: 08.06.2006, 08:47
  4. Modul nur für bestimmte User
    Von greezie im Forum Allgemeine Fragen zu Joomla
    Antworten: 1
    Letzter Beitrag: 19.05.2006, 22:54
  5. Modul nur für bestimmte Benutzergruppe anzeigen
    Von Sven-Gecko im Forum Joomla Module
    Antworten: 4
    Letzter Beitrag: 21.01.2006, 08:38

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein