0

This might seem a dumb question but how do I get the CSS value of an element that is a percentage? e.g.

if ($('#main_element').css('left') == '-100%') {
    alert('position is negative');
});

This doesn't seem to do anything even though the element is positioned left -100%

Thanks

user2028856
  • 3,063
  • 8
  • 44
  • 71

0 Answers0