5
edits
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
A. | A. | ||
Q. Can I use the Gecko engine to get the width information of some HTML elements? The element width information is not always available in the HTML source, but when the element is displayed, the width information is required. I think the layout engine calculates the width. Is there a way to retrieve the width of the element from the layout engine? Some examples of the element | Q. Can I use the Gecko engine to get the width information of some HTML elements? The element width information is not always available in the HTML source, but when the element is displayed, the width information is required. I think the layout engine calculates the width. Is there a way to retrieve the width of the element from the layout engine? Some examples of the element referred here are <table> <tr> <td>. | ||
referred here are <table> <tr> <td>. | |||
A. |
edits