I am trying to position a popup div below:
Hi
Try adding position: absolute to your div. Make sure it isn't located within another div that has relative positioning.
position: absolute
Top and left only work for elements with relative, absolute or fixed positioning.
relative
absolute
fixed