nie niechodzi o title
dzieki Skowronek ale niedziała ;/
chmurke mam zrobiona tak:
Kod
.tooltiptext { position: relative; display: inline; text-decoration: none; }
.tooltiptext p { display: none;}
.tooltiptext:hover { cursor: pointer; }
.tooltiptext:hover p { display: block; position: absolute; top: -4px; left: -4px; width: 300px; margin: 0 0 0 0; padding: 4px; }
.tooltiptext:hover p { background-color:white; color:#19387E; border: 1px solid #000; }
ten JS wstawiłem tak, moze gdzieś zrobiłem bład:
<script type="text/javascript">
// <![CDATA[
new Menu('tooltiptext', '', false, false, 3000, 3000);
// ]]>
</script>