IE6 bug: page scrolls down…empy space at bottom
Posted: 07 October 2008 01:16 AM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2008-10-07

Hello, I have this IE6 bug where the bottom of the page scrolls beyond its scope. So you down below the footer and there is nothing there. Can anyone help me out here?

http://www.SimmonsAutomotive.com

Profile
 
 
Posted: 19 October 2008 09:04 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  17
Joined  2008-10-19

in your file “sastyleIE6.css”... You need to change the height of “body” from 100% to “auto”.

like so…

body {
        height
:auto;
        
background-color#2e4050; 
        
text-alignleft;
        
font-familyVerdanaArialHelveticasans-serif
        
font-size11px
        
margin0px
        
color#000000; 
        
scrollbar-face-color#c9d0d8; 
        
scrollbar-highlight-color#d3d3d3; 
        
scrollbar-shadow-color#6d6d6d; 
        
scrollbar-3dlight-color#042e57; 
        
scrollbar-arrow-color#323b4a; 
        
scrollbar-track-color#323b4a; 
        
scrollbar-darkshadow-color#000033;  
Profile