I am developing a site that displays fine in Firefox but not in IE. I am new
to CSS and I could use some insight as to what my problem might be. The link
and the style sheet are below. Thanks!

http://www.buickpartspage.com/


/* CSS Document */
body  {
        background:url(images/header_px.jpg) left top repeat-x #F3F3EB;
        color:#A39F90;
        padding:0px 0px 0px 0px; 
        margin:0px 0px 0px 0px; 
}

a {
        color:#A37D21;
        text-decoration:underline;
}
a:hover {
        color:#A37D21;
        text-decoration:none
}
..pagetitle {
        padding:14px 0px 15px 25px;
        margin:0px 0px 0px 0px;
}
p {
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
}
html { 
        font-size:11px; 
        font-family:tahoma, arial; 
} 
..normal { 
        font-size:1.01em; 
        font-family:tahoma, arial; 
} 
..big { 
        font-size:1.31em; 
        font-family:tahoma, arial; 
}
..small { 
        font-size:0.91em; 
        font-family:tahoma, arial; 
}
h1 { 
        font-family:arial, tahoma, times new roman; 
        color:#FFFFFF;
        font-size:3.01em;
        font-weight:normal;
        line-height:1.01em;
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px; 
}
h2 { 
        color:#A37D21;
        font-size:1.01em;
        text-transform:uppercase;
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
} 
h3 { 
        color:#A37D21;
        font-size:1.01em; 
        text-transform:uppercase;
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
}  
..content_txt h2 a {
        color:#A37D21;
        text-decoration:none;
}
..content_txt h2 a:hover {
        color:#A37D21;
        text-decoration:none;
}
..h2 { 
        font-size:1.01em;
        line-height:1.01em;
        color:#303030;
        text-transform:none; 
        padding:0px 0px 0px 15px;
        margin:0px 0px 0px 0px;
}

..header {
        width:766px;
        height:249px;
        vertical-align:top;
        background:url(images/header.jpg) left bottom no-repeat;
}
..table1 {
        width:766px;
        display:table;
}
..table_row1 {
        width:766px;
        height:100%;
        display:table-row;
}

..left1 {
        width:388px;
        height:100%;
        vertical-align:top;
        display:table-cell;
        text-align:left;
}
..co_name {
        vertical-align:top;
        padding:15px 10px 15px 10px;
}
..co_name a {
        color:#FFFFFF;
        text-decoration:none;
}
..co_name a:hover {
        color:#FFFFFF;
        text-decoration:none;
}
..slogan {
        vertical-align:top;
        padding:0px 0px 0px 2px;
        color:#BEBEBE;
}

..right1 {
        width:378px;
        height:100%;
        vertical-align:top;
        display:table-cell;
        text-align:left;
}
#topnav {
        vertical-align:top;
        padding:30px 10px 15px 10px;
}
#topnav a {
        color:#FFFFFF;
        text-decoration:none;
}
#topnav a:hover {
        color:#FFFFFF;
        text-decoration:underline;
}

..cent #search {
        vertical-align:top;
        padding:10px 0px 0px 0px;
        margin:0px 0px 0px 0px;
        color:#A37D21;
}
..cent #search strong {
        color:#A37D21;
        text-transform:uppercase; 
}
..cent #search input {
        font-size:11px; 
        color:#303030;
        font-family:Tahoma, arial, verdana, courier;
        width:144px;
        height:17px;
        border:inset 1px #D4D0C8;
        padding:0px 0px 0px 0px;
        margin:0px 7px 0px 9px;
        vertical-align:middle;
}
..cent #search .input {
        width:55px;
        height:17px;
        border:none;
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
        vertical-align:middle;
}

..table {
        width:766px;
        display:table;
}
..table_row {
        width:766px;
        height:100%;
        display:table-row;
}
..left {
        width:192px;
        height:100%;
        vertical-align:top;
        display:table-cell;
        text-align:left;
}
..cent {
        width:375px;
        height:100%;
        vertical-align:top;
        display:table-cell;
        text-align:left;
}
..right {
        width:199px;
        height:100%;
        vertical-align:top;
        display:table-cell;
        text-align:left;
}

..head_bg {
        background:url(images/head_bg.jpg) left top repeat-y #E7E3D5;
        vertical-align:top;
        width:375px;
}
..table2 {
        width:375px;
        display:table;
}
..table_row2 {
        width:375px;
        height:100%;
        display:table-row;
}
..left2 {
        width:252px;
        height:100%;
        vertical-align:top;
        display:table-cell;
        text-align:left;
        background:url(images/head.jpg) left top no-repeat;
}
..right2 {
        width:123px;
        height:100%;
        vertical-align:top;
        display:table-cell;
        text-align:left;
        background:url(images/date.jpg) left top no-repeat;
}
..head {
        padding:14px 5px 15px 50px;
        color:#454545;
        line-height:1.11em;
}
..head a {
        color:#A37D21;
        text-decoration:none;
}
..head a:hover {
        color:#A37D21;
        text-decoration:none;
}
..date {
        padding:18px 5px 5px 22px;
        color:#2A2A2A;
        font-weight:bold;
        font-size:1.31em;
}
..content_txt {
        padding:25px 15px 30px 25px;
        line-height:1.21em;
        background:url(images/hr1.jpg) left bottom no-repeat;
}
..content_txt a {
        color:#886718;
        text-decoration:underline;
}
..content_txt a:hover {
        color:#886718;
        text-decoration:none;
}
..content_txt strong {
        color:#535353;
}
..comment {
        padding:15px 0px 15px 208px;
        color:#303030;
        font-weight:bold;
        text-transform:uppercase;
}
..comment a {
        color:#303030;
        text-decoration:underline;
}
..comment a:hover {
        color:#303030;
        text-decoration:none;
}
..content_txt ul {
        padding:25px 0px 5px 0px; 
        margin:0px 0px 0px 0px;
}
..content_txt li {
        list-style:none;
        padding:0px 0px 0px 10px;
        margin:0px 0px 0px 0px;
        background:url(images/li_bg3.jpg) left top no-repeat;
        vertical-align:top;
        line-height:1.81em;
        color:#3D3D3D;
}
..content_txt li strong {
        color:#3D3D3D;
}
..content_txt ul li a {
        text-decoration:underline;
        color:#3D3D3D;
}
..content_txt li a:hover {
        text-decoration:none;
        color:#3D3D3D;
}

..footer {
        width:100%;
        height:85px;
        background:url(images/footer.jpg) left top repeat-x #303030;
        vertical-align:top;
}
..footer_main {
        width:766px;
        height:85px;
        vertical-align:top;
}
..footer_txt {
        vertical-align:top;
        padding:35px 0px 0px 34px;
        color:#8F8F8F;
}
..footer_txt a {
        color:#8F8F8F;
        text-decoration:underline;
}
..footer_txt a:hover {
        color:#8F8F8F;
        text-decoration:none;
}

..cats_head1 {
        background:url(images/cats.jpg) left top no-repeat;
        vertical-align:top;
}

..widget_style1 {
        vertical-align:top;
        text-align:left;
        padding:0px 10px 26px 10px;
        margin:0px 0px 0px 0px;
        color:#303030;
}
..widget_style1 a {
        color:#303030;
        text-decoration:underline;
}
..widget_style1 a:hover {
        color:#303030;
        text-decoration:none;
}
..widget_style1 ul {
        padding:15px 0px 0px 17px; 
        margin:0px 0px 0px 0px;
}
..widget_style1 li {
        list-style:none;
        padding:0px 0px 0px 10px;
        margin:0px 0px 0px 0px;
        background:url(images/li_bg1.jpg) left top no-repeat;
        vertical-align:top;
        line-height:1.61em;
        color:#303030;
}
..widget_style1 ul li a {
        text-decoration:none;
        color:#303030;
}
..widget_style1 li a:hover {
        text-decoration:underline;
        color:#303030;
}

..widget_style2 {
        vertical-align:top;
        text-align:left;
        padding:0px 10px 26px 25px;
        margin:0px 0px 0px 0px;
        color:#303030;
}
..widget_style2 a {
        color:#303030;
        text-decoration:underline;
}
..widget_style2 a:hover {
        color:#303030;
        text-decoration:none;
}
..widget_style2 ul {
        padding:15px 0px 0px 17px; 
        margin:0px 0px 0px 0px;
}
..widget_style2 li {
        list-style:none;
        padding:0px 0px 0px 10px;
        margin:0px 0px 0px 0px;
        background:url(images/li_bg1.jpg) left top no-repeat;
        vertical-align:top;
        line-height:1.61em;
        color:#303030;
}
..widget_style2 ul li a {
        text-decoration:none;
        color:#303030;
}
..widget_style2 li a:hover {
        text-decoration:underline;
        color:#303030;
}

#categories  {
        vertical-align:top;
}
#gsearch {
        text-align:left;
}
#pages  {
        vertical-align:top;
}


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273084
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to