Hallo Comm.
Ich ein Problem mit der Darstellung zwischen 2 Browsern.
Firefox:
[Blockierte Grafik: http://s14.directupload.net/images/140123/wvpvbq9k.png]
Chrome:
[Blockierte Grafik: http://s1.directupload.net/images/140123/x5scmft9.png]
Die CSS sieht so aus:
CSS
/* ###################################################### */
/* #################### loggedin BOX #################### */
/* ###################################################### */
div#login { position:absolute; left:400px; top:5px; width:auto; height:52px; }
div#loggedin { width:517px; height:66px; position:absolute; left:80px; top:-5px; background:url(style/layout/logged.jpg) no-repeat}
div#loggedin span#welcome { position:absolute; left:-70px; top:25px; text-shadow:#000 1px 1px 1px; color:#FFF; font-weight:bold; }
div#loggedin a { font-size:11px; text-transform:uppercase; color:#fff; text-shadow:#000 1px 1px 1px; }
div#loggedin a:hover, div#loggedin a:active { color:#FFF; text-decoration:none; }
span#welcome { position:absolute; left:25px; top:23px; color:#FFF; }
span#welcome b { color:#FFF; }
Alles anzeigen
und die Logged.html so:
HTML
<div id="loggedin"> <span id="welcome" style="top:25px;">%welcome_back%, <b>$username</b> <a href="logout.php" style=" position:absolute; left:205px;">%logout%</a> <a href="index.php?site=loginoverview" style="position:absolute; left:295px;">%overview%</a> <a href="index.php?site=messenger" style="position:absolute; left:400px; width:150px;">$newmessages %messenger%</a></span>
<div id="logged">
<div id="loggedpos">
<div id="loggedswitch" onmouseover="document.getElementById('loggedSwitchDropdown').style.display = 'block'" onmouseout="document.getElementById('loggedSwitchDropdown').style.display = 'none'"> <a href="#" title="logged" style="padding:15px; color:#FFF;">Settings</a>
<div style="cursor:pointer;"></div>
<div id="loggedSwitchDropdown">
<div style="margin:10px;"> <a href="index.php?site=myprofile">%edit_account%</a><br />
<a href="index.php?site=usergallery">%galleries%</a><br />
<a href="index.php?site=buddys">%buddy_list%</a><br />
$cashbox
$admin </div>
</div>
</div>
</div>
</div>
</div>
Alles anzeigen
Könnte mir da jemand sagen wo der fehler liegt?
Das CMS ist von Webspell
Homepage: suplix-esport.de
Herzlichen Dank!