Hallo,
wie schaffe ich es, die Balken links in der Navileiste mittig auszurichten?
http://www.raucherinsel.de/test/index.html
Hier der Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color:#AAAAAA;
scrollbar-track-color:#606060;
}
-->
</STYLE>
<title>Navi</title>
<link rel="stylesheet" href="styles.css" type="text/css">
<LINK
href="qstyle.css" rel=stylesheet type=text/css>
<SCRIPT language=JavaScript src="script_files/wrapscript.js"></SCRIPT>
<SCRIPT language=JavaScript>
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
<!--
bAgent=navigator.userAgent;
btype=bAgent.substring(8,9);
isMac=(bAgent.indexOf("Mac")>=0);
isIE=(bAgent.indexOf("MSIE")>=0);
useframes=((isMac && isIE && btype<="3") || (btype<="2" && !(bAgent.indexOf("MSIE 3")>=0)));
function loader() {
if(!useframes) nsloading();
}
//-->
</SCRIPT>
</head>
<body background="images/index_13.gif" bgproperties="fixed" scroll="auto">
<table border="0" width="140" height="345">
<tr>
<td valign="top">
<div class="NV0" id="TP">
<div>
<div class="NV1" id="RR" onclick="clikker1(RR2,BB2,CC2,DD2,RRp,BBp,CCp,DDp);" onmouseout="msout(1)" onmouseover="msover(1)">
<img border="0" height="15" id="RRp" src="script_files/haupt1off.gif" width="105">
</div>
<div class="NV2" id="RR2" style="DISPLAY: none">
<font face="MS Sans Serif" size="1"><img border="0" src="script_files/bullet1.gif" width="7" height="7">
<a class="roll" href="haupt1.html" target="inhalt">Unterthema1</a><br>
<img border="0" src="script_files/bullet1.gif" width="7" height="7">
<a class="roll" href="haupt2.html" target="inhalt">Unterthema2</a><br>
<img border="0" src="script_files/bullet1.gif" width="7" height="7">
<a class="roll" href="haupt3.html" target="inhalt">Unterthema3</a><br>
</a></font>
</div>
<div class="NV1" id="BB" onclick="clikker2(BB2,RR2,CC2,DD2,RRp,BBp,CCp,DDp);" onmouseout="msout(2)" onmouseover="msover(2)">
<img border="0" height="15" id="BBp" src="script_files/haupt1off.gif" width="105">
</div>
<div class="NV2" id="BB2" style="DISPLAY: none">
<font face="MS Sans Serif" size="1"><img border="0" src="script_files/bullet1.gif" width="7" height="7">
<a class="roll" href="http://planmagic.com" target="_top">Overview</a><br>
<img border="0" src="script_files/bullet1.gif" width="7" height="7">
<a class="roll" href="http://planmagic.com" target="_top">Reports</a><br>
<img border="0" src="script_files/bullet1.gif" width="7" height="7">
<a class="roll" href="http://planmagic.com" target="_top">Financial<br>
</a><img border="0" src="script_files/bullet1.gif" width="7" height="7">
<a class="roll" href="http://planmagic.com" target="_top">Earnings<br>
</a><img border="0" src="script_files/bullet1.gif" width="7" height="7">
<a class="roll" href="http://planmagic.com" target="_top">SEC Filings</a><br>
<img border="0" src="script_files/bullet1.gif" width="7" height="7">
<a class="roll" href="http://planmagic.com" target="_top">FAQ</a></font><br>
</div>
</div>
<div class="NV1" id="CC" onclick="clikker3(CC2,RR2,BB2,DD2,RRp,BBp,CCp,DDp);" onmouseout="msout(3)" onmouseover="msover(3)">
<img border="0" height="15" id="CCp" src="script_files/haupt1off.gif" width="105">
</div>
<div class="NV2" id="CC2" style="DISPLAY: none">
<font face="MS Sans Serif" size="1"><img border="0" src="script_files/bullet1.gif" width="7" height="7">
<a class="roll" href="http://planmagic.com" target="_top">Small Business<br>
</a><img border="0" src="script_files/bullet1.gif" width="7" height="7">
<a class="roll" href="http://planmagic.com" target="_top">Distributors</a></font><br>
</div>
<div class="NV1" id="DD" onclick="clikker4(DD2,RR2,BB2,CC2,RRp,BBp,CCp,DDp);" onmouseout="msout(4)" onmouseover="msover(4)">
<img border="0" height="15" id="DDp" src="script_files/haupt1off.gif" width="105">
</div>
<div class="NV2" id="DD2" style="DISPLAY: none">
<font face="MS Sans Serif" size="1"><img border="0" src="script_files/bullet1.gif" width="7" height="7">
</font><a class="roll" href="http://planmagic.com" target="_top"><font face="MS Sans Serif" size="1">Accounting</font></a><br>
</div>
</td>
</tr>
</table>
</body>
</html>