Jump to content

Different appereance same top and left


amalosoul

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.