Re: image overlaps text
Jorge Arellano Cid <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 29, 2016 at 06:41:32PM +0200, Sebastian Geerken wrote: > On Fri, Apr 29, 2016, Nick Warne wrote: > > > > > > On 29/04/16 16:46, Alexander Voigt wrote: > > >I noticed, that in current Dillo (tip) there are cases where images > > >overlap surrounding text, making in unreadable. Here is an example page: > > > > > > https://netzpolitik.org/2016/massenbeschlagnahme-von-mobiltelefonen-in-leipzig-fast-alle-verfahren-eingestellt/ > > > > Strange, renders here OK (latest hg pull). > > As I wrote, this is hard to reproduce. Yes. (I can't reproduce it with your best URL :) Fortunately, today I managed to find&reduce a case that works all the time here. Attached it goes. Just resize horizontally to see the overlap. I hope it works there! -- Cheers Jorge.- PD: subliminal message in the example. ;) _______________________________________________ Dillo-dev mailing list [email protected] http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
o2.html
(text/html, 827 B)
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>overlap</title>
<style type="text/css">
body {text-align:center;}
.center {margin:0 auto;width:810px}
.clearfloat {clear:both;}
.images2 {float:right; width:250px; height:375px;}
</style>
</head>
<body>
<div class="center">
<div class="preview">
<p>Bugtracker:<br>
<img src="logo.png" alt="img" class="images2">
The bugtracker mercurial-extension helps you manage bugs
and issues with you project, and keeps track of all bug
addition/modification just as if the bugs where regular files.
When you modify a bug, or add a new one, a new commit is
done automatically to the repository.
The extension provides you with two commands:
"hg bugs" and "hg bug".
</div>
</div>
</body>
</html>