amalosoul Posted February 11, 2010 Share Posted February 11, 2010 I have this really simple code: [pre] <div style="position: relative; top: 50px; left: 50px;"> ad <div style="position: relative; top: 50px; left: 50px;"> bdm <div style="position: absolute; top: 50px; left: 50px;"> 123 </div> </div> </div> <div style="position: relative; top: 200px; left: 50px;"> ad <div style="position: absolute; top: 50px; left: 50px;"> bdm <div style="position: absolute; top: 50px; left: 50px;"> 123 </div> </div> </div> [/pre] In the first three divs I have: relative relative absolute, and in the last three relative absolute absolute. How come there is a slight difference in appearance between the first three divs and the last three divs (between the texts "ad" and "adm") ? Why does it calculate differently the top value between relative relative and relative absolute ? Thank you in advance! Quote Link to comment Share on other sites More sharing options...
vinpkl Posted February 11, 2010 Share Posted February 11, 2010 this link may help you find the answer http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.