I am having a headache with IE7.
I have a div that gets toggled by an anchor (CSS position: relative) below it.
In all good browsers, the div toggles as expected and everything moves up and down to accommodate this.
In IE7, the div toggles as expected, but the anchor that is CSS position: relative seems to remain in its original location as though it was CSS position: fixed.
I took away the position: relative and the entire thing works as expected (similar to other browsers).
Am I missing something here? Does IE7 have an issue with relative items below a togged item?
Thanks for any help in advance…
I used
position: fixed;instead… works well!