0ManishKarki 0 Posted April 26, 2020 Report Share Posted April 26, 2020 hi there i am very stuck with this problem i know pos.top has value in it, i dont uderstand pos.top - 30 i know its substracting but i dont understand it but i dont understand .css('top ', pos.top -30 + 'px') , where this is from jquery var pas = $(this).position(); $('div.tooltip') .css('top', pos.top - 30 +'px') .css('left', pos.left + 'px'); Quote Link to post Share on other sites
administrator 435 Posted April 26, 2020 Report Share Posted April 26, 2020 This comes down to basic CSS where you can move an element in a + direction or - ... negative direction on the X or Y axis. Quote Link to post Share on other sites
0ManishKarki 0 Posted April 26, 2020 Author Report Share Posted April 26, 2020 good morning sir , i repeat the video more than 5 times its very difficult for me to understand can you solve my problem with example in simple english. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.