hi, i want to position one div on top of another, so I used position relative and it worked in in FF, but in IE it is slightly off. How do I fix this? Thanks for your help
Why do you use position relative? Try a position absolute instead i think. The relative position is there so the absolute positioned elements inside will position themself relative to that element. Hope that still makes sense
using position:absolute; will put them on top of each other regardless of where they are on the page.... unless i'm not understanding you properly?