Title: Message
Question
 
When using position: absolute and creating a contextual layout like
 
#top img {
    position: absolute;
    left: 100px;
}
 
<div id="top">
<img src="">
</div>
 
I believe the left 100px is still calculated from the browser and not from where the div is located, should it not calculate the absolute position where ever the div is located?
 
 
 
Taco Fleur
Tell me and I will forget
Show me and I will remember
Teach me and I will learn
 

Reply via email to