[bug]: CSS - attack of the mega-images
See http://blog.worldlabel.com/2009/inkscape-0-47-totally-solid-with-lots-of-new... Dillo inflates the images in the top toolbar to the full width of the window. The problem is this CSS (taken from the original stylesheet and simplified) a { display:block; float:left; } a img { width:100%; height:100%; } I guess Dillo is interpreting 100% relative to the wrong length? Firefox renders the images at normal size. (Minimal example attached.) Regards, Jeremy
Hi Jeremy, On Wed, Dec 30, 2009 at 04:23:04PM +0000, Jeremy Henty wrote:
See http://blog.worldlabel.com/2009/inkscape-0-47-totally-solid-with-lots-of-new...
Dillo inflates the images in the top toolbar to the full width of the window. The problem is this CSS (taken from the original stylesheet and simplified)
a { display:block; float:left; } a img { width:100%; height:100%; }
I guess Dillo is interpreting 100% relative to the wrong length? Firefox renders the images at normal size.
(Minimal example attached.)
Thanks for the nice example. Actually I don't quite understand how this piece of CSS works because I haven't looked at float: in detail yet. However, if I remove the float:left; part, then even firefox blows up the images. As dillo currently just ignores float:left, I'd say there is not much we can do for now - other thank implement float support of course :-) Cheers, Johannes
participants (2)
-
Johannes.Hofmann@gmx.de
-
onepoint@starurchin.org