• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

Layer

T

totomoto

Guest
hallo zusammen,

also meine Site ist zentriert und da verwende ich ein Menu mit Rollover verbunden mit einem Layer...

kann ich den Layer absolut zum Rollovermenu steuern???

Im Moment liegt mein Layer bei verschiednen Bildschirmbreiten total im Schilf...

danke.
t.
 
also meine Site ist zentriert und da verwende ich ein Menu mit Rollover verbunden mit einem Layer...

kann ich den Layer absolut zum Rollovermenu steuern???

Im Moment liegt mein Layer bei verschiednen Bildschirmbreiten total im Schilf...
Nur mal eine Frage, du weißt das du hier in einem technischen Forum bist?
Diskussionen über Gewässer finden woanders statt, dort könnte man dir vielleicht auch einen Rat geben (benutze eine Sense oder sowas), aber stell dir vor du gehst in eine Autowerkstatt: Meine Karre ist total aufgemotzt. Tiefergelegt mit breiten Schlappen. Kann ich die Kiste auch mit meinem Lenkrad steuern? Im Moment hobbelt der Bock jeden Bodenschweller
 
Nur mal eine Frage, du weißt das du hier in einem technischen Forum bist?
Diskussionen über Gewässer finden woanders statt, dort könnte man dir vielleicht auch einen Rat geben (benutze eine Sense oder sowas), aber stell dir vor du gehst in eine Autowerkstatt: Meine Karre ist total aufgemotzt. Tiefergelegt mit breiten Schlappen. Kann ich die Kiste auch mit meinem Lenkrad steuern? Im Moment hobbelt der Bock jeden Bodenschweller

wow bist ja ein ganz lustiger...
ich bin in Webdesign > Allgemeines ...
weiss ja nicht was dein Problem ist...
 
aha ok...
also das ist ein Layer...

PHP:
<div id="Layer1" style="position:relative; left:215px; top:172px; width:245px; height:52px; z-index:1;">
  <table width="100%"  border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td><a href="index.php?rubrik=2"><img src="images/layout/navigation/layout_35.jpg" name="fuhr" width="244" height="17" border="0" id="fuhr" onMouseOver="MM_swapImage('fuhr','','images/layout/navigation/layout-over_35.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td>
    </tr>
    <tr>
      <td><a href="index.php?rubrik=3"><img src="images/layout/navigation/layout_38.jpg" name="dienstl" width="244" height="17" border="0" id="dienstl" onMouseOver="MM_swapImage('dienstl','','images/layout/navigation/layout-over_38.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td>
    </tr>
    <tr>
      <td><a href="index.php?rubrik=4"><img src="images/layout/navigation/layout_39.jpg" name="spez" width="244" height="17" border="0" id="spez" onMouseOver="MM_swapImage('spez','','images/layout/navigation/layout-over_39.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td>
    </tr>
  </table>
</div>


und das wäre das Menu... und jetzt sollte der div absolut zu diesem menu sein... aber relativ zum Seitenverhältnis da die Site zentriert ist...

PHP:
<table  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="194"><a href="index.php?rubrik=1"><img src="images/layout/layout_14.jpg" name="home" width="194" height="20" border="0" id="home" onMouseOver="MM_swapImage('home','','images/layout/layout-over_14.jpg',1);MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide')" onMouseOut="MM_swapImgRestore()"></a></td>
          <td width="97" rowspan="7" background="images/layout/layout_15.jpg" onMouseOver="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide')"> </td>
        </tr>
        <tr>
          <td><img src="images/layout/layout_20.jpg" width="194" height="5"></td>
        </tr>
        <tr>
          <td><a href="#"><img src="images/layout/layout_21.jpg" name="angebot" width="194" height="17" border="0" id="angebot" onMouseOver="MM_swapImage('angebot','','images/layout/layout-over_21.jpg',1);MM_showHideLayers('Layer1','','show','Layer2','','hide','Layer3','','hide')" onMouseOut="MM_swapImgRestore()"></a></td>
        </tr>
        <tr>
          <td><img src="images/layout/layout_22.jpg" width="194" height="5"></td>
        </tr>
        <tr>
          <td><a href="#"><img src="images/layout/layout_23.jpg" name="uns" width="194" height="19" border="0" id="uns" onMouseOver="MM_swapImage('uns','','images/layout/layout-over_23.jpg',1);MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','show')" onMouseOut="MM_swapImgRestore()"></a></td>
        </tr>
        <tr>
          <td><img src="images/layout/layout_24.jpg" width="194" height="5"></td>
        </tr>
        <tr>
          <td><a href="#"><img src="images/layout/layout_25.jpg" name="kontakt" width="194" height="18" border="0" id="kontakt" onMouseOver="MM_swapImage('kontakt','','images/layout/layout-over_25.jpg',1);MM_showHideLayers('Layer1','','hide','Layer2','','show','Layer3','','hide')" onMouseOut="MM_swapImgRestore()"></a></td>
        </tr>
        <tr>
          <td colspan="2"><img src="images/layout/layout_26.jpg" width="291" height="43" onMouseOver="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide')"></td>
        </tr>
        <tr>
          <td colspan="2"><img src="images/layout/layout_28.jpg" width="291" height="43"></td>
        </tr>
        <tr>
          <td colspan="2"><img src="images/layout/layout_29.jpg" width="291" height="43"></td>
        </tr>
        <tr>
          <td colspan="2"><img src="images/layout/layout_30.jpg" width="291" height="43"></td>
        </tr>
        <tr>
          <td colspan="2"><img src="images/layout/layout_32.jpg" width="291" height="43"></td>
        </tr>
        <tr>
          <td colspan="2"><img src="images/layout/layout_33.jpg" width="291" height="43"></td>
        </tr>
        <tr>
          <td colspan="2"><img src="images/layout/layout_35.jpg" width="291" height="43"></td>
        </tr>
        <tr>
          <td colspan="2"><img src="images/layout/layout_36.jpg" width="291" height="43"></td>
        </tr>
        <tr>
          <td colspan="2"><img src="images/layout/layout_37.jpg" width="291" height="43"></td>
        </tr>
        <tr>
          <td colspan="2"><img src="images/layout/layout_38.jpg" width="291" height="43"></td>
        </tr>
        <tr>
          <td colspan="2"><img src="images/layout/layout_39.jpg" width="291" height="43"></td>
        </tr>
        <tr>
          <td colspan="2"><img src="images/layout/layout_40.jpg" width="291" height="43"></td>
        </tr>
        <tr>
          <td colspan="2"><img src="images/layout/layout_41.jpg" width="291" height="42"></td>
        </tr>
    </table>
 
Zuletzt bearbeitet von einem Moderator:
Zurück
Oben