boogily
07-11-2011, 04:48 PM
*SOLVED*
Here is the page I am working with. www.finalcoatpainting.com/hdwp
Oh boy, IE7 has a bunch of errors. First, here is the screenshot of Firefox (how it should look)http://www.finalcoatpainting.com/tmp/ff.jpg So here is IE7 http://www.finalcoatpainting.com/tmp/ie7.jpg
Items are moving out of the container, background colors are not on headers as they should be. The coding is w3c error free so far.
I'll break down what I see wrong, but can't figure out.
#1.) The logos at the bottom of the columns. Right now, that area is coded as an absolute position that sits right off of the bottom and is aligned center. For example, the first one is coded like this .multiHousingColumn div {
bottom: 10px;
position: absolute;
text-align: center;
width: 200px;
}That doesn't play well with IE7 I guess.
#2.) Header background goes away on one of the headers. The code is .fmColumn h3 {
background: url("../images/FMTitleBackground.png") repeat-x scroll 0 0 transparent;
color: #FFFFFF;
font-size: 18px;
font-weight: normal;
height: 60px;
line-height: 20px;
margin: 0;
padding: 13px 0 0;
text-align: center;
text-transform: uppercase;
width: 100%;
}On the header in the second column, but that doesn't play well with IE7 either.
There are quite a few more errors too, which is discouraging. What is the deal here? Thanks for any advice
Here is the page I am working with. www.finalcoatpainting.com/hdwp
Oh boy, IE7 has a bunch of errors. First, here is the screenshot of Firefox (how it should look)http://www.finalcoatpainting.com/tmp/ff.jpg So here is IE7 http://www.finalcoatpainting.com/tmp/ie7.jpg
Items are moving out of the container, background colors are not on headers as they should be. The coding is w3c error free so far.
I'll break down what I see wrong, but can't figure out.
#1.) The logos at the bottom of the columns. Right now, that area is coded as an absolute position that sits right off of the bottom and is aligned center. For example, the first one is coded like this .multiHousingColumn div {
bottom: 10px;
position: absolute;
text-align: center;
width: 200px;
}That doesn't play well with IE7 I guess.
#2.) Header background goes away on one of the headers. The code is .fmColumn h3 {
background: url("../images/FMTitleBackground.png") repeat-x scroll 0 0 transparent;
color: #FFFFFF;
font-size: 18px;
font-weight: normal;
height: 60px;
line-height: 20px;
margin: 0;
padding: 13px 0 0;
text-align: center;
text-transform: uppercase;
width: 100%;
}On the header in the second column, but that doesn't play well with IE7 either.
There are quite a few more errors too, which is discouraging. What is the deal here? Thanks for any advice