Link to home
Start Free TrialLog in
Avatar of Sathish David  Kumar N
Sathish David Kumar NFlag for India

asked on

Footer coming top IN IE6

Hi ,

In CSS i  put height: auto;    margin: 0 auto; then In IE 8 footer coming buttom of the page but
in IE 6 its coming in top of the page ?

How to fix n both browser ?
SOLUTION
Avatar of Gurvinder Pal Singh
Gurvinder Pal Singh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sathish David  Kumar N

ASKER

is i want to define in CSs file or in my jsp file
i did like that


#wrap {
  <!--[if !IE 6]>
      width: 1195px;      
      min-height:790px;
      height: auto;
    margin: 0 auto;      
      background: white;
      text-align: left;
   <!--<![endif]-->
   <!--[if IE 6]>
    width: 1190px;
      height: 790px;
      margin: 0 auto;      
      background: white;
      text-align: left;
      <![endif]-->
}


but i wont work
if i use 2 diffrent wrap that time also it wont work
  <!--[if !IE 6]>

#wrap {
}

  <!--<![endif]-->
   <!--[if IE 6]>
#wrap {
}
 <![endif]-->
did you tried giving
position:fixed;
bottom:0;
No its not working
can you post your html code and css that's very good to solve the problem
is that possible with out posting the code ??