Currently, I am experimenting with jQuery to create a specific effect that has been presenting some challenges:
My goal is to set a css attribute value to be equal to another css attribute value multiplied by 2.
To elaborate further, I want the margin-left value, which is defined as a percentage, to be exactly double the value of the margin-top value.
Your assistance on this matter would be greatly appreciated.