Can we write mathematical expressions in height method?

hi friends,

i have a structure according to image.i want to expand 2 px from top and bottom height of the red box under the buttons.can we write mathematical expression in the height() method in jquery?

Hi there,

Could you provide us with some code to illustrate what you mean?

A link would be helpful, or use this template to demonstrate your issue:


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
	
<style>

[COLOR="#FF0000"][I]your CSS here[/I][/COLOR]

</style>
	
</head>
<body>

[COLOR="#FF0000"][I]your HTML here[/I][/COLOR]

</body>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script>

[COLOR="#FF0000"][I]your JS here[/I][/COLOR]

</script
</html>