hallo....

Hvis du vil ha total kontroll på hvor du vil plassere et element
kan du bruke POSITION f.eks. inne i en DIV-tag.
Her er et eksepel på dette samt med litt ekstra formatering:


<div style="top: 250;
left: 99
position: absolute;
z-index: 1;
visibility: show;
width: 200px;
height: 70px;
background: yellow;
border-color: #000000;
border-style: solid;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;">
<br>   hallo....
</div>



Eksperimenter med de forskjellige verdiene...