Closed
Bug 179428
Opened 23 years ago
Closed 22 years ago
{inc}multiple left floats containing images have extra space preceding
Categories
(Core :: Layout: Floats, defect, P3)
Core
Layout: Floats
Tracking
()
RESOLVED
DUPLICATE
of bug 177331
Future
People
(Reporter: glen, Unassigned)
References
()
Details
Attachments
(1 file)
5.46 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.2b) Gecko/20021016
If you look at this page, there's a section in the centre entitled "Recent
Images" . This contains 28 divisions that are all float:left; however, Mozilla
outputs a large number of blank lines before the first floating division. If,
however, you navigate away from that page, and then return to it, it (usually)
displays properly.
This could possible be a problem with my CSS, but it works fine on 7 or 8
different browsers on both the Mac and Windows platforms.
Reproducible: Sometimes
Steps to Reproduce:
1.
2.
3.
Expected Results:
all the divisions should be displayed side-by-side without the large blank space
preceding them.
This seems to depend on having floats within a table. There's probably
something strange happening for the incremental reflows when the image loads
come in.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: multiple divisions with float:left cause excess blank spaces before output → {inc}multiple divisions with float:left cause excess blank spaces before output
Summary: {inc}multiple divisions with float:left cause excess blank spaces before output → {inc}multiple left floats containing images have extra space preceding
Updated•22 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
*** This bug has been marked as a duplicate of 177331 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•