Jump to content

Div/AutoHeight problems in IE.....


zeeshan_haider000

Recommended Posts

Hi,

this is the page:

Site

and this is the css file:

css

 

The problem is that when i run the site in Firefox, everything works as it's supposed to work, but when i run the site in IE, the front search box's height is larger, the main contents (ex: "Updates...") show below the footer?

I don't know what i am doing wrong....?

Help would be much appreciated, thanks..

Zee

Link to comment
https://forums.phpfreaks.com/topic/142193-divautoheight-problems-in-ie/
Share on other sites

Set your height for the below css to 35px and you should be ok. . . Though I'm not sure I'm seeing a problem with the main contents, exactly what or where you mean by footer.

 

 

#frontbox {css.css (line 394)
background:#CCCCCC none repeat scroll 0 0;
color:#000033;
font-size:12px;
height:auto;
padding:4px;
width:auto;
}

Set your height for the below css to 35px and you should be ok. . . Though I'm not sure I'm seeing a problem with the main contents, exactly what or where you mean by footer.

 

 

#frontbox {css.css (line 394)
background:#CCCCCC none repeat scroll 0 0;
color:#000033;
font-size:12px;
height:auto;
padding:4px;
width:auto;
}

 

i already tried that but when i do that, then the search box overlaps other objects.. you can see the results above.... and sorry my site was down so you couldn't see the footer, it's up again and now you see what i meant by footer... waiting for response...

Zee

Well, I'm not seeing any overlapping, just different positioning. It's just not centered in IE...and is a few pixels higher than the other browsers.

 

I'd try setting your position to relative for the "updateleft" and "update" right divs...or maybe since you have it absolute, try setting a "left" and "top" position for those divs.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.