Line 56: | Line 56: | ||
var ImgT = $('.practice-img').top; | var ImgT = $('.practice-img').top; | ||
var ImgH = $('.practice-img').height; | var ImgH = $('.practice-img').height; | ||
− | $('div.practice-link-left'). | + | $('div.practice-link-left').css( |
+ | "top", ImgT + ImgH*0.5 | ||
+ | ); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 14:05, 12 October 2016