Scrollbar and footer issues when site is resized!
Posted: 02 May 2010 08:23 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2010-05-02

Hi,

The site is
http://www.spacehindu.com/archive.php

My friend and I have been desperately trying to get the footer to cooperate. It seems to do so right now, but whenever the browser is resized, THREE scrollbars appear and everything is messed up.

No idea what’s happening…seems like the divs within divs are causing ...issues?

Here’s our CSS:

{
    margin
0;
}
html
body {
    height
100%;
    
padding:0;
    
overflow:auto;
    
background-color:#000;
    
font-familyArialHelveticasans-serif;
    
text-alignleft;   
    
font-size13px;
    
padding0;           
    
margin0
    
    
letter-spacing0.5px;

    
}
    


            
.wrapper{
    min
-height100%;
    
heightauto !important;
    
height100%;
    
width:100%;
    
margin0 auto -30px/* the bottom margin is the negative value of the footer's height */
        /*overflow:auto;*/
        
overflow:auto;
            
}                        
            
            

            h1{
            font
-familycalibriarialhelvetica;
            
font-size22pxletterspacing0.5px;
            
color#fff;
            
text-transformlowercase
            
displayinline
            
padding-bottom10px;
            
}
            h2{
            display
inline;
            
font-familycalibriarialhelvetica;
            
font-size15px
            
letterspacing5px;
            
color#758a95;
            
font-weightlighter
            
}
            h3{
            display
inline;
            
text-transformlowercase
            
font-size17pxletterspacing1px;
            
color#fff;
            
}
            h4{
            display
inline;
            
text-transformlowercase
            
font-size13pxletterspacing8px;
            
color#758a95;
            
}
            
            
            
            a
:linka:visited {
                        font
-familyarialcalibrihelvetica;
            
color#fff;
            
text-decorationnone;
            
}
            a
:hover {
            background
-color#374254;
            
color#fff; 
            
text-decorationnone;
            
}

            p {
            letter
-spacing0.5px;
            
fontArialHelveticasans-serif #b6bec6;
            
}

.nav{
    width
:400px;
    
height:95%;
    
float:left;
    
background-color:#000;
    
min-height:600px;
}
.navImg{
    position
:relative;
    
top:30%;
}
.content{
    margin
-left:400px;
    
height:95%;
    
background-color:#000;
    

}
    
.archive{
    position
:relative;
    
left:50px;
    
top:10%;
    
width50%; 
    
    
    
            
}
.footer, .push {
    height
30px/* .push must be the same height as .footer */
    
background#12151f; 
    
font-familycalibriarial
    
font-size12px
    
color#8f97a4;
    
text-aligncenter;
    
clearboth;
}

            
#dropdown{
            
background-color:#374254;
            
color:#CEDBEA;
            
border0px solid;
            
}
            
#dropdown .selected {
            
background-color#CEDBEA;
            
color#000;
            
border#000 1px solid;
            
}

            
#dropdown .unselected {
            
background-color#000;
            
color#374254;
            
}

.fieldset {background-color:#000;
            
bordersolid 0;
            
}
            
.label{font-familycalibriarialfont-size12px
            
letter-spacing0.5px;
            
}
            
.textarea {
                background
#374254; 
            
margin5px;
            
bordersolid 0 #fff;
            
color#cedbea;
            
font-familycalibriarialfont-size13px;
            
width200px;
            
}
            
.message {background#374254; 
            
bordersolid 0 #fff;
            
color#cedbea;
            
font-familycalibriarialfont-size13px;
            
border-radius:  10px;

            
}
            
.submit {background#374254;
            
bordersolid 0
            
color#cedbea;
            
Profile