Open main menu

CDOT Wiki β

Changes

Mozilla.dev.tech.layout

84 bytes removed, 23:31, 6 October 2006
3. What are the lowercase items called "line"? I don't see it when I do frame->GetFirstChild(nsnull) from the block/body item?
cases when the popup or something in it needs to be reflown.
=== 3. What are the lowercase items called "line"? I don't see it when I do frame->GetFirstChild(nsnull) from the block/body item? === 
Block(body)(1)@035FF490 {120,120,8820,600} [state=00000010]
sc=035FF264(i=2,b=0)<
[http://lxr.mozilla.org/seamonkey/source/layout/generic/nsLineBox.cpp#206 Example]
=== 4. How do you fix inconsistent float behavior in firefox involving a two column layout using display:table and floating div elements ? ===
A. [https://bugzilla.mozilla.org/show_bug.cgi?id=105520 This is a bug in Firefox.] You can work around it by removing
display:table in the style rule with the "#main" selector or adding clear:both to it.
1
edit