View Full Version : Divs?


reddragon8
03-25-2005, 02:42 PM
http://www.reddragon.secretsomebody.com/blog.php
[View source]

im stuck on this lil bit;

<div style="position:absolute; left:0px; top:0px;">
<img src="http://www.reddragon.secretsomebody.com/images/lady_kero.gif">
</div>

<div style="position:absolute; left:86px; top:393px width:195px;">
Bloggie
</div>

<div style="position:absolute; left:475px; top:305px width:168px;">
Tagboard here
</div>

Whats wrong with it the 'bloggie' & 'Tagboard' are suppose to be below the picture, but their at top:0px;

please help if you can :)

Cheers
.x~X~x.

MaGiCSuN
03-25-2005, 03:34 PM
<div style="position:absolute; left:86px; top:393px; width:195px;">
Bloggie
</div>

<div style="position:absolute; left:475px; top:305px; width:168px;">
Tagboard here
</div>

see red parts that are added :)

Love,
Mirna

reddragon8
03-26-2005, 12:24 PM
oooh, oh yeah!... :)
silly me,

Cheers

.x~X~x.