<html>
<head>
<style>
.wrapper{
width: 500px;
height: 650px;
position: relative;
}
.username {
position: absolute;
top: 150px;
left: 560px;
font-size: 36px;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="image">Test</div>
<div class="username">Absolute Position</div>
</div>
</body>
</html>
Please help, am i missing something at local ?
Do you mean the live demo at digitaljunkies.ca? If so, that is using a
more up-to-date version of the software than the last stable release
(v.0.5.1). v0.5.1 does not support absolute positioning, but the
current pre-release (v0.6.0 alpha 2) does.