Css Link auf Transparenz

Ich bin mal so frei, und biege deinen Code etwas zurecht und ordne ihn:
Code:
<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>
Code:
#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;
}
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.
 
Zuletzt bearbeitet:
"Weißer Riese" fällt mir dazu nur ein, wenn ich deine "Putzaktion" im Browser betrachte :suspekt:

mfg Maik
 
*hust*
Weißer Riese in ordentlich oder Grauer Zwerg im Chaos, was ist besser?
Ich denke der WR lässt sich besser bearbeiten....
 
... tut er ;-)
CSS:
#Forum2 {
width: 100%;
/*position: absolute;*/
background-color: #070707;
filter: alpha(opacity=20);
-moz-opacity: .20;
/*top: 0;*/
/*left: 0;*/
}

mfg Maik
 
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...
 

Neue Beiträge

Zurück