EDIT: Habe das problem gelöst!
Hallo!
Ich bin hier neu und habe auch schon meine erste frage, hoffe jemand kann mir weiterhelfen, da ich bisher weder in google, noch in diesem forum eine lösung gefunden habe.
Da ich ein hintergrundbild habe, das zentriert ist, kann ich keine layer erstellen, da diese sonst bei anderen auflösungen usw alle abrutschen und nicht mehr da sind wo sie sein sollen.
Deshalb möchte ich statt ein layer, eine tabelle mit scroll balken haben.
Hier der Code für die tabelle mit layer und auto scrollbalken:
(Ich bin noch nicht so gut in HTML, also bitte noob sichere antworten wenns geht :-))
Code
<div class="style3" id="Layer">
<table width="626" height="51" border="0">
<tr>
<td width="11"> </td>
<td width="605"><div align="center">Links</div></td>
</tr>
</table>
<table width="625" height="51" border="0">
<tr>
<td width="214"> </td>
<td width="401"><div align="left" class="style4">USAF Thunderbirds</div></td>
</tr>
</table>
<table width="625" height="133" border="0">
<tr>
<td width="202" height="129"> </td>
<td width="413"><ul>
<li><span class="style5"><a href="http://thunderbirds.airforce.com/">USAF Thunderbirds</a></span></li>
<li><span class="style5"><a href="http://www.thunderbirdsalumni.com/">USAF Thunderbirds</a></span><a href="http://www.thunderbirdsalumni.com/"><span class="style5"> Alumni</span></a><span class="style5"></span></li>
<li><span class="style5"><a href="http://en.wikipedia.org/wiki/U.S._Air_Force_Thunderbirds">USAF Thunderbirds</a></span><a href="http://en.wikipedia.org/wiki/U.S._Air_Force_Thunderbirds"><span class="style5"> Wikipedia</span></a><span class="style5"></span></li>
</ul></td>
</tr>
</table>
<table width="625" height="51" border="0">
<tr>
<td width="214"> </td>
<td width="401"><div align="left" class="style4">Flight Simulator Teams</div></td>
</tr>
</table>
<table width="625" height="323" border="0">
<tr>
<td width="202" height="319"> </td>
<td width="413"><ul>
<li><span class="style5"><a href="http://fsxblueeagles.com">Blue Eagles</a></span></li>
<li><span class="style5"><a href="http://fsxblueangels.com">Blue Angels</a></span></li>
<li><span class="style5"><a href="http://www.specopsglobal.org/index.htm">SPECOPS</a></span><a href="http://www.specopsglobal.org/index.htm"></a></li>
<li><span class="style5"><a href="http://fsxskyblazers.webs.com/">Skyblazers</a></span></li>
<li><span class="style5"><a href="http://www.fsxdiamondbacks.info/">Diamondbacks</a></span></li>
<li><span class="style5"><a href="http://www.virtual106gladiators.com/">East Coast Hornet Squadron</a></span></li>
<li><span class="style5"><a href="http://fsxflyingdukes.com">Flying Dukes</a></span></li>
<li><span class="style5"><a href="http://fsxrnlafdemoteam.com/">RNLAF</a></span></li>
<li><span class="style5"><a href="http://www.virtualredcheckers.org.nz/">Red Checkers</a></span></li>
<li><span class="style5"><a href="http://pafvirtu.wifeo.com/index.php">Patrouille de France</a></span></li>
</ul></td>
</tr>
</table>
<table width="625" height="51" border="0">
<tr>
<td width="214"> </td>
<td width="401"><div align="left" class="style4">Useful Links</div></td>
</tr>
</table>
<table width="625" height="516" border="0">
<tr>
<td width="202" height="512"> </td>
<td width="413"><ul>
<li><span class="style5"><a href="http://www.mydreamflyer.com/index.html">Dreamflyer</a></span></li>
<li><span class="style5"><a href="http://airnav.com/">AirNav</a></span><a href="http://airnav.com/"></a></li>
<li><span class="style5"><a href="http://youtube.com">YouTube</a></span><a href="http://youtube.com"></a></li>
<li><span class="style5"><a href="http://www.sounddogs.com/">Sound Dogs</a></span></li>
<li><span class="style5"><a href="http://www.mail.com/">Mail</a></span></li>
<li><span class="style5"><a href="http://www.livestream.com/">Live Stream</a></span></li>
<li><span class="style5"><a href="http://www.bestbuy.com/">Best Buy</a></span></li>
<li><span class="style5"><a href="http://ebay.com">eBay</a></span></li>
<li><span class="style5"><a href="http://www.asb.tv/">Airshow Buzz</a></span></li>
<li><span class="style5"><a href="http://www.usafa.af.mil/">Air Force Academy</a></span></li>
<li><span class="style5"><a href="http://www.flightsim.com/">FlightSim.com</a></span></li>
<li><span class="style5"><a href="http://www.jaggyroadfilms.com/index.php?page=films">Jaggyroad Films</a></span></li>
<li><span class="style5"><a href="http://vimeo.com/">Vimeo</a></span></li>
<li><span class="style5"><a href="http://simviation.com/">Simviation</a></span></li>
<li><span class="style5"><a href="http://www.usavaf.com/index.php">Virtual Air Force</a></span></li>
<li><span class="style5"><a href="http://www.vuscg.org/">Virtual Coast Guard</a></span></li>
<li><span class="style5"><a href="http://fsxservers.tk/">Flight Simulator/Teamspeak Host</a></span></li>
</ul>
</td>
</tr>
</table>
</div>
Alles anzeigen
Ich möchte das statt in einem Layer, in eine tabelle mit scroll balken einbauen.
Vielen dank im Vorraus,
mfg, Heat..
EDIT: PROBLEM GELÖST!