Hi,

Last night I changed all my font sizes for my various sites to percentages. 
However, in one site the content is now shifting downward in IE. I had posted 
this same problem the other week with another site but was able to fix it by 
shortening the content width. However, I have tried that here but to no avail 
so I'm thinking it must be something else causing the problem. I made the font 
size quite a bit bigger but I wouldn't think that would make a difference if I 
keep the content width the same. I have tried using both pixels and ems for the 
content. I have tried shortening the width for the menu too.

http://www.northwesternesse.com/microdor/journey.htm

p {
   font-size: 80%;
}      

#corner {
   margin: 0;
   padding: 0;
} 

#header {
   position: absolute;
   top: 0;
   left: 250px;
}   
   
 
#sidebar {
    float: left;
 width: 250px;
}  

#menu {
    margin-left: 250px;
 width: 95%;
}  

ul {
 list-style-type: none;
}

li.menu {
    display: inline;
    padding: 0 1.25em 0 0;
}   


#content {
  margin-top: 10px;
  margin-left: 300px;
     width: 24.5em;
  text-align: center;  
  padding-bottom: 2.5em;  
}

#footer {
  clear: both;
  margin-left: 340px;
  width: 20em;
}

#footer p {
 padding-bottom: .5em;
 text-align: center;
 font-size: 65%;
 color: #ff9933;
}  
 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to