Please help me to fix the CSS error in profile on my site (IE).
Steps to reproduce:
- Go to the of profile http://j-in.org.ua:9000/account/profile/oleg
The username in red box is displayed on the middle of the page. and should be on the top of the page.
I’d suggest using
position: relative;ondiv#left(or#leftI haven’t looked too closely at your CSS to see how you coded it), andposition: absolute; top: 0; left: 0;on thep.headelement.I’m not sure it’ll work, but I’d rather offer you some help than see you post the same question yet again.
Let me know if that changes anything for the better -or worse- and hopefully we’ll be able to build from there.