| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Jan 2004
Posts: 20
![]() | Help for CSS in IE and FF Hi I have this website in frames, and I am planning to move it to css. I have redone the index page here, but as you can see, I have some problems. I have tried to change some css settings, and it looks OK(not exact) in FF, but in IE, not good at all. You will notice in FF, the positioning is OK, except that the heading inside the content has to be in the middle, but it appears fine in IE. Now IE has more trouble with this:
This is the css code(only positioning, not whole file): Code: /* position CSS */
.bnr { /* top banner */
position: fixed;
height: 10%;
top: 0;
left: 30%;
padding: 0 0 10px 0;
}
#nav { /* left navigation list */
position: fixed;
left: 10px;
top: 10%;
width: 110px;
height: auto;
}
#rgtcont { /* the main content trbl */
position: absolute;
top: 10%;
bottom: 200px;
left: 120px;
width: auto;
height: 450px;
overflow: auto;
padding: 10px 10px 10px 10px;
text-align:justify;
border-width: 2px 0 2px 4px;
border-style: ridge solid ridge groove;
border-color: mediumorchid;
}
#btm { /* the bottom links etc.*/
position:absolute;
padding: 15px 0 -5px 0;
width: auto;
left: 150px;
bottom: 0;
text-align:center;
} ????: NamePros.com http://www.namepros.com/programming/204434-help-for-css-in-ie-ff.html Any thoughts? thanks |
| |