website - Large blank space below banner but only on IE6 -


I am trying to fix this issue for three days, but still there is no success. The site displays correctly on all browsers except IE 6. Only large white space on IE6.

What could be the problem? Is there a known bug with IE 6?

Here's a screenshot:

Special problem without code The reason for this is difficult to say but the general guidelines are that you need specific stylesheets. You need a more specific 6 stylesheet. You may need to create several stylesheets for each version and add something like this to your site.

  & lt ;! - [if IE] & gt; & Lt; Style type = "text / css" & gt; @import url (/styles/ie_fixes.css'); & Lt; / Style & gt; & Lt ;! [Andif] - & gt; & Lt ;! - [If LT IE 7] & gt; & Lt; Style type = "text / css" & gt; @import url (/styles/ie_fixes_6.css'); & Lt; / Style & gt; & Lt; [Endif] - & gt; & Lt ;! - [If IE 7] & gt; & Lt; Style type = "text / css" & gt; @import url (/styles/ie_fixes_7.css'); & Lt; / Style & gt; & Lt; [Endif] - & gt;  

And in the stylesheets included in each, you write CSS to fix various problems identified in different browsers.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -