[adding the mailing list] ---------- Forwarded message ---------- From: Michael R <[EMAIL PROTECTED]> Date: Mon, Aug 25, 2008 at 4:30 PM Subject: Re: Inconsistent layout coordinates. To: Boris Zbarsky <[EMAIL PROTECTED]>
The page is : http://www.incom-realty.ru/sale-realty/flats/?p=1&sr=12&sd=2&if=1&cbM=1&cbR=1&FC=&TC=&FKS=&TTS=0&L= There is a table on the page. I rendered the page a couple of times and looked at the layout of element with XPATH : /html/body/table/tbody/tr/td/table[2]/tbody/tr/td[3]/table[2]/tbody/tr/td/div[2]/table/tbody/tr/td/table[2]/tbody/tr[3]/td[4] It's the fourth <td> in the first row below the header. Each time the offset and the width of the element mentioned above was different. In one case the offsetLeft was 232 in another case the offsetLeft was 227. The width was different as well. BTW, in FF3 the problem seems to be solved. Thanks a lot, Mike. On Mon, Aug 25, 2008 at 3:42 PM, Boris Zbarsky <[EMAIL PROTECTED]> wrote: > Michael R wrote: > > The problem is that I have a page which is rendered differently each time > I > > load it. > > What page? > > > I see the following style on the <td> elements "display: table-cell". > > That's the default style for table cells, yes. > > > How can I workaround the problem ? > > Hard to say without knowing what the problem is. Need more info here, > specifically the HTML you're rendering and the exact issue you see. > > -Boris > _______________________________________________ > dev-embedding mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-embedding > _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
