The Wayback Machine - https://web.archive.org/web/20201127045609/https://github.com/litehtml/litehtml/issues/99
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong element position with double "float: right" #99

Open
e4z9 opened this issue Sep 5, 2019 · 0 comments
Open

Wrong element position with double "float: right" #99

e4z9 opened this issue Sep 5, 2019 · 0 comments

Comments

@e4z9
Copy link

@e4z9 e4z9 commented Sep 5, 2019

The HTML that I have leads to overlapping text in litehtml because part of the text is shown on the left instead of the right side.
Minimal example of the part that should be on the right side, but doesn't work correctly:

<html>
<body>
    <table style="float: right">
      <tr>
        <td style="float: right" width="100%">Should be on right side</td>
      </tr>
    </table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.