Hallo,
eine Frage.
Ist es möglich eine Anpassung im navig Code vorzunehmen?
Mir ist aufgefallen nach dem ich kleinere Buttons eingefügt habe
dass sich der inhalt nicht nach links anpasst. (siehe Bild)
Ich habe so einiges ohne erfolg getestet.
Sehr eigenartig ist auch, im IE kann man es anpassen.
Also ist doch irgendwo etwas das die Seite daran hindert
sich nach links anzupassen.
Bevor jetzt wieder jemand sagt, Frames!
Ja ich weiss! Muss mich erst mit php Code beschäftigen.
Vorerst soll das so reichen.
Vielen dank im voraus!
mfg
Arthur
navig Code:
eine Frage.
Ist es möglich eine Anpassung im navig Code vorzunehmen?
Mir ist aufgefallen nach dem ich kleinere Buttons eingefügt habe
dass sich der inhalt nicht nach links anpasst. (siehe Bild)
Ich habe so einiges ohne erfolg getestet.
Sehr eigenartig ist auch, im IE kann man es anpassen.
Also ist doch irgendwo etwas das die Seite daran hindert
sich nach links anzupassen.
Bevor jetzt wieder jemand sagt, Frames!
Ja ich weiss! Muss mich erst mit php Code beschäftigen.
Vorerst soll das so reichen.
Vielen dank im voraus!
mfg
Arthur
navig Code:
Code:
<!--
body {
background-color: #EBEBEB;
}
-->
</style></head>
<body text="#FFFFFF" topmargin="0" leftmargin="0"
onLoad="
MM_preloadImages('item8.jpg','#923848843625');
MM_preloadImages('item9.jpg','#923848854671');
MM_preloadImages('item10.jpg','#923848861515');
MM_preloadImages('item11.jpg','#923848868250');
MM_preloadImages('item12.jpg','#923848874390');
MM_preloadImages('item13.jpg','#923848881406');
MM_preloadImages('item14.jpg','#923848868250');
MM_preloadImages('item15.jpg','#923848874390');
MM_preloadImages('item18.jpg','#923848843625');">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="inhalt.htm" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('document.button1','document.button1','item8.jpg','')"><img
src="item1.jpg" name="button1" border="0" width="122" height="37"></a></td>
</tr>
<tr>
<td><a href="haeser.htm" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('document.button2','document.button2','item9.jpg','')"><img
src="item2.jpg" name="button2" border="0" width="122" height="26"></a></td>
</tr>
<tr>
<td><a href="industrie.htm" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('document.button3','document.button3','item10.jpg','')"><img
src="item3.jpg" name="button3" border="0" width="122" height="26"></a></td>
</tr>
<tr>
<td><a href="andere.htm" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('document.button4','document.button4','item11.jpg','')"><img
src="item4.jpg" name="button4" border="0" width="122" height="26"></a></td>
</tr>
<tr>
<td><a href="eisenb.htm" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('document.button5','document.button5','item12.jpg','')"><img
src="item5.jpg" name="button5" border="0" width="122" height="26"></a></td>
</tr>
<tr>
<td><a href="loks.htm" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('document.button6','document.button6','item13.jpg','')"><img
src="item6.jpg" name="button6" border="0" width="122" height="26"></a></td>
</tr>
<tr>
<td><a href="goeterw.htm" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('document.button7','document.button7','item14.jpg','')"><img
src="item7.jpg" name="button7" border="0" width="122" height="26"></a></td>
</tr>
<tr>
<td><a href="personw.htm" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('document.button8','document.button8','item15.jpg','')"><img
src="item16.jpg" name="button8" border="0" width="122" height="26"></a></td>
</tr>
<tr>
<td><a href="hilfe.htm" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('document.button9','document.button9','item18.jpg','')"><img
src="item17.jpg" name="button9" border="0" width="122" height="26"></a></td>
</tr>
<tr>
<td><img src="title2.jpg" width="122" height="132"></td>
</tr>
<tr>
<td><img src="titleCounter.gif" width="122" height="67"></td>
</tr>
</table>
</body>
</html>