• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Buttons mit Mouseover in Tabelle

Big-D

Neues Mitglied
Hallo.
Ich bin hier neuim Forum, da ich mit meinem Folgenden Problem nicht weiterkomme:
Ich habe eine Tabelle mit Hintergrund in der ich Buttons einfügen will, die mit einer Mouseover Sprechblase belegt sind.
Das klappt auch alles wunderbar wäre da nicht nur 1 Schönheitsfehler: Die Buttons werden immer untereinander angezeigt und nicht, wie gewollt, nebeneinander.
Hier habe ich einmal den Quelltext:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Haable</title>
<link rel="stylesheet" type="text/css" href="/BasicV2.css">
<link rel="stylesheet" type="text/css" href="/toggle.css">
<script type="text/javascript" src="/moo.js"></script>
<script type="text/javascript" src="/general.js"></script>
<script type="text/javascript" src="/toggle.js"></script>
<style type="text/css">
<!--
.banner {
background-image: url(/new/oben.png);
margin: auto;
height: 35px;
width: 600px;
}
.content_mid {
background-image: url(/mitte.png);
height: auto;
width: 600px;
margin: auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.bottom {
background-image: url(/unten.png);
margin: auto;
height: 40px;
width: 600px;
}
body {
background-image: url(/bg.png);
}
-->
</style></head>

<body>
<div class="banner"></div>
<div class="content_mid">
<div align="center"><br />
<div class="TopMenu">
<div class="TopMenuIcon" id="TopMenuIcon"><div class="TopMenuIcon" id="TopMenuIcon">
<div id="Icon" style="top:-15px;" > <a href="help" onmouseover="tooltip.show('<b>Hilfe</b><br>Unsere Hilfe'); Aktivieren();" onmouseout="tooltip.hide();"><img src="/help.png" border="none" class="Icon"/></a></div>
<div id="Icon" style="top:-15px;" > <a href="help" onmouseover="tooltip.show('<b>Hilfe</b><br>Unsere Hilfe'); Aktivieren();" onmouseout="tooltip.hide();"><img src="/help.png" border="none" class="Icon"/></a></div>
</div>
</div>
<div class="bottom"></div>
</body>
</html>
Ich habe schon ein erzwungenes Leerzeichen mit &nbsp; zwischen den einzelnen Codes der Buttons probiert nur leider ohne Erfolg.
Hoffentlich könnt ihr mir weiterhelfen.
Liebe Grüße, Daniel.
 
Zurück
Oben