Home › Forums › CSS › Negative Margin In IE 9 Problem › Reply To: Negative Margin In IE 9 Problem
September 24, 2014 at 5:34 am
#184632
Participant
In an IE9 stylesheet, the easiest fix could be something like; .rose { margin-top:-125px }
Should be good for IE8 too.
BTW – IE9 does recognise negative margins ;)