Hi, I am looking for the code in Firefox which determines where to wrap html elements.
Take this html source as an example: Introduction to Layout in Mozilla (2002-06-10, waterson): <a href="gecko-overview.htm">slides</a> (and <a href="gecko- overview.ppt">original powerpoint slides</a>) As I resize my firefox window to smalller horizontally, the anchor 'slides' will move from the first line to the second line, since it won't fit on the first line. Can you please tell me where is the code which determine if a html element fits on the same line or a different line? I have been looking at the nsBlockReflowContext.cpp PlaceBlock function, but I am not sure if that is the right place for my question. Thank you for any pointer. _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

