Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
Closed
@e4z9

Description

@e4z9
Issue body actions

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.