While Designing the website you may come across many types of heights..
Here are some of the heights..
Here are some of the heights..
- height( ) : This gives the height of the element which excludes padding, border and margin.
- innerHeight( ) : This gives the height which includes padding but excludes border and margin.
- outerheight( ) : This gives the height including border but no margin.
- oouterHeight(true) : This gives the height including Margin...
Comments
Post a Comment