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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.