OK, I took this one step at a time and am already seeing problems.
I uploaded the updated files (main_1.htm, main.css, inner_index.htm) and was back to a normal when viewing with IE.
I then started to update the main.css file so my top banner would show. I started with the following:
#main-header {
color: #fff;
width: 920px;
height: 60px;
padding: 0px;
margin: 0px 8px;
background-color: #000;
}
#top-border {
width: 656px;
height: 3px;
padding: 0px;
background: #000 url(../images/top-border.gif) repeat-x;
float: left;
}
#logo {
width: 228px;
height: 14px;
float: left;
}
#greeting {
float: left;
padding-left: 320px;
margin-top: -12px;
}
/* Nav Bar */
#navbar {
background-color: #000;
margin-top: 14px;
float: left;
width: 100%;
padding: 0px;and edited so it looks like this:
#main-header {
color: #fff;
width: 920px;
height: 120px;
padding: 0px;
margin: 0px 8px;
background: #000 url(../images/pinned-header.jpg) no-repeat;
}
#top-border {
width: 656px;
height: 3px;
padding: 0px;
background: #000 url(../images/top-border.gif) repeat-x;
float: left;
}
#logo {
width: 228px;
height: 14px;
float: left;
}
#greeting {
float: left;
padding-left: 320px;
margin-top: -12px;
}
/* Nav Bar */
#navbar {
background: transparent;
margin-top: 65px;
float: left;
width: 100%;
padding: 0px;Now in firefox the NAVBAR is looking normal. But IE is screwing it up just like it was doing with 1.4. Am I missing something?
http://test.planetpinned.com