tags:

views:

53

answers:

1

Hi!

Please help me to fix the CSS error in profile on my site (IE).

Steps to reproduce:

  1. 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.

A: 

I'd suggest using position: relative; on div#left (or #left I haven't looked too closely at your CSS to see how you coded it), and position: absolute; top: 0; left: 0; on the p.head element.

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.

David Thomas