Hallo,
ich habe vor ein paar Tagen gepostet, weil ich Probleme mit CSS Ausrichtungen in verschiedenen Browsern hatte. Ich weis einfach nicht was ich noch ändern könnte, um die Ausrichtung in allen Browsern zu gewährleisten =(. Im IE5.5 sieht es auf jeden Fall richtig aus. Hier wäre mal der Quellcode. Ich hoff es hat noch jemand einen Vorschlag.
<html>
<head>
<style type="text/css">
a:link {font-family:Arial Black; font-size:10px; color:#FDFF39; text-decoration:none}
a:visited {font-family:Arial Black; font-size:10px; color:#FDFF39;text-decoration:none}
a:hover {font-family:Arial Black; font-size:10px; color:#FDFF39; text-decoration:underline}
a:active {font-family:Arial Black; font-size:10px; color:#FDFF39; text-decoration:underline}
body { }
#tag1 {position:relative;top:78px}
#tag2 {position:relative; top:56px; left:400px}
#tag3 {position:relative; top:42px; left:440px}
#tag4 {position:relative; top:28px; left:485px}
#tag5 {position:relative; top:14px; left:540px}
#tag6 {position:relative; top:14px; left:400px}
#tag7 {position:relative; top:0px; left:464px}
#tag8 {position:relative; top:-14px; left:514px}
#tag9 {position:relative; top:-4px; left:240px}
#tag10 {position:relative; top:-18px; left:420px}
</style>
<title>Elite of Dune - The Duneclan</title>
</head>
<body background="top.jpg" bgcolor="black" text="white">
<div id="tag1" style="font-family:Arial Black; font-size:10px; color:#FDFF39">You are coming from : <!--#echo var="REMOTE_ADDR"--></div>
<div id="tag2"><a href="cgi/click.cgi?var=a" target="main">NEWS</a></div>
<div id="tag3"><a href="cgi/click.cgi?var=b" target="main">RULES</a></div>
<div id="tag4"><a href="cgi/click.cgi?var=c" target="main">ICQLIST</a></div>
<div id="tag5"><a href="cgi/click.cgi?var=d" target="main">STATISTICS</a></div>
<div id="tag6"><a href="cgi/click.cgi?var=e" target="main">MEMBERS</a></div>
<div id="tag7"><a href="cgi/click.cgi?var=f" target="main">FORUM</a></div>
<div id="tag8"><a href="cgi/click.cgi?var=g" target="main">JOIN US</a></div>
<div id="tag9" style="font-family:Arial Black; font-size:10px; color:#FDFF39">Visitors in all : <!--#include virtual="cgi/visitors.cgi"--></div>
<div id="tag10" style="font-family:Arial Black; font-size:10px; color:#FDFF39">Visits in all : <!--#include virtual="cgi/visits.cgi"--></div>
</body>
</html>