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! Link to comment https://forums.phpfreaks.com/topic/191753-different-appereance-same-top-and-left/ 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/ Link to comment https://forums.phpfreaks.com/topic/191753-different-appereance-same-top-and-left/#findComment-1010717 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.