M
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<div id="Forum1">
<div id="Forum2">
<table>
<tr>
<td width="53%" align="center" ><strong>Thema</strong></td>
<td width="15%" align="center" ><strong>Hits</strong></td>
<td width="13%" align="center" ><strong>Antworten</strong></td>
<td width="13%" align="center" ><strong>Datum/Zeit</strong></td>
</tr>
</table>
<table>
<tr>
<td align="center"><a href="view_topic.php?id="id">topic</a></td>
<td align="center">view</td>
<td align="center">reply</td>
<td align="center">datetime</td>
</tr>
</table>
</div>
</div>
<div id="Forum3">
</div>
#Forum1 {
width: 800px;
border: none;
position: relative;
background: url() top left repeat-y;
overflow: hidden;
}
#Forum2 {
width: 100%;
position: absolute;
background-color: #070707;
filter: alpha(opacity=20);
-moz-opacity: .20;
top: 0;
left: 0;
}
#Forum3 {
width: 800px;
position: relative;
margin: 1px;
color: #82959b;
z-index: 100;
}
Na, dann teste mal dein Werk.Ich hab die Divs teilweise umbenannt, da das doch sehr Chaotisch war...
Außerdem hab ich die PHPs rausgenommen, da es so zumTesten einfacher ist.
#Forum2 {
width: 100%;
/*position: absolute;*/
background-color: #070707;
filter: alpha(opacity=20);
-moz-opacity: .20;
/*top: 0;*/
/*left: 0;*/
}
Jaja, das ist mir Neulich bei meinem OS auch passiert,
doch dann hab ich alle Funktionen in zwei Header ausgelagert, die Assemblerfunktionen für die Plattform kompatiblität in eine Dritte, und zehn minuten später ging wieder alles...