Searched refs:border (Results 26 - 26 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js1504 border: 0,
1544 div.innerHTML = "<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";
1606 vb = "visibility:hidden;border:0;",
1607 style = "style='" + ptlm + "border:5px solid #000;padding:0;'",
1642 // safari subtracts parent border width here which is 5px
6831 if ( extra !== "border" ) {
6839 val -= parseFloat( jQuery.css( elem, "border" + this + "Width" ) ) || 0;
6855 // Add padding, border, margin
6860 val += parseFloat( jQuery.css( elem, "border" + this + "Width" ) ) || 0;
9246 parseFloat( jQuery.css( elem, type, margin ? "margin" : "border" ) )
[all...]

Completed in 34 milliseconds

12