Hi, After iterating PageContentFrame I get the lastFrame of the Page Content to be a blockFrame.
Now I have to get the last child frame of this block frame. Is this the right way to do it? nsIContent* cont=lastFrame->GetContent(); childCount=cont.GetChildCount(); nsIContent* lastCont = cont->GetChildAt(childCount-1); regards, Krithika _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

