*Hi All,* ** *As per the given code snippet * <body onload="init()">
<canvas id="canvas" width="100" height="100"></canvas> <div id="*container*" > <div style="width:800px;height:120px;top:10px;left:10px;"> <h1>In My World</h1> <p>No 1 A Paragraph!</p> </div> </body> var domObj = $("#container div"); var width = domObj.width() / 2 ; var height = domObj.height() / 2 As per the given above scenario, collecting the width and height of given selector using JQuery and it’s also very simple to understand. When I am debugging it, I came to know that JQuery, extracting the height and width from CSS only. Problem Statement: I want to get the height and width of given element (Selector) directory from webcore/css/ (Expected directory in webkit). I don’t want to use any king of JQuery to get height, width of element. Please let me know, from which file in css director(guessing), I can get same info as JQuery is proving. Thanks & Regards, M K
_______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-help