PDA

View Full Version : Promblem with member profiles.


PloX
01-10-2011, 07:32 AM
Hi,
I have a promblem with member profiles:
At google chrome, the profiles are okay, but at ie, there is a huge space above the profile.
Example: http://www.bcf.co.il/member.php?u=4210

How can I fix it?

--------------- Added 1294693281 at 1294693281 ---------------

richy96
01-12-2011, 09:33 AM
What I can see is your site header banner repeating 4 and a half times before the profile starts (in IE) but the banner displaying correctly in Firefox.

Is that what you mean?

Rich

BirdOPrey5
01-13-2011, 02:56 AM
Looking at your HTML source code you have this line:
<div style='padding:50px 45px 700px 600px;'>

Those huge padding values are causing the problem in IE.

PloX
01-15-2011, 02:21 PM
And how can I fix it? is there something that I should delete?

BirdOPrey5
01-15-2011, 03:50 PM
I would change the 700px and 600px to maybe 5px and 5px and see what happens. I don't know why you or whoever made your style put in those numbers to begin with.

It's going to take some experimentation to see if something else is affected when you make those changes.