Bucfan327
12-05-2007, 05:51 PM
I'm changing my question :) Ok, i have my css/template/and all other pages valid in the strict doctype or however you would say that, but the only problem i'm left with is this stupid class=middle is not working in IE, I have been at this for 2 days now trying to mess with everything and i can't figure it out :(
It works perfect in Fx:
* {
margin : 0px;
padding : 0px;
}
body {
margin : 0px;
padding : 0px;
color : #000000;
background-color : #ffffff;
font-weight : 400;
font-size : 8pt;
font-family : Verdana, Arial, Helvetica, sans-serif;
}
a {
color: #006cff;
background-color : inherit;
text-decoration : none;
}
a:visited {
color : #006cff;
}
a:active, a:hover {
color : #000000;
}
.holder {
width : 1003px;
margin : 0px auto;
}
.top {
color : #ffffff;
font-weight : 700;
font-size : 12pt;
background-color : #AEC1EE;
height : 48px;
text-align : center;
margin : 10px 0px 10px 0px;
}
.nav {
list-style-type : none;
margin : 0px 0px 0px 0px;
padding : 0px;
width : 150px;
float : left;
line-height: 25pt
}
.nav li {
margin : 0px 0px 1px 0px;
padding : 0px;
text-align : center;
font-size : 10pt;
font-weight: 700;
}
.nav li a:link, .nav li a:visited {
color : #000000;
background-color: inherit;
text-decoration : none;
display : block;
}
.nav li a:hover, .nav li a:active {
color : inherit;
background-color : #EEEEEE;
text-decoration : none;
}
.nav .left {
color : inherit;
background-color : #AEC1EE;
}
.middle {
background-color : #c6deff;
width : 665px;
float: left;
margin : 0px 0px 0px 10px;
}
.middle .rght {
float: right;
color: inherit;
}
.middle .left {
float: left;
color: inherit;
}
.right {
width : 165px;
background-color: blue;
float : right;
color: black;
font-size: 13pt;
font-weight: 400;
margin : 0px 5px 0px 0px;
text-align: center;
}
.ads {
width: 300px;
height: 250px;
background-color: black;
color: white;
margin : 0px 0px 10px 25px;
float: left;
}
.ads2 {
width: 300px;
height: 250px;
background-color: red;
color: white;
margin : 0px 0px 10px 40px;
float: left;
}
.leftbar {
float: left;
width: 150px;
clear: left;
list-style-type : none;
margin : 0px 0px 0px 0px;
padding : 0px;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #0344dc;
background-color: #ffffff;
}
.leftbar li {
height : 18px;
margin : 0px 0px 10px 0px;
padding : 0px;
text-align : left;
font-size : 12pt;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #AEC1EE;
}
.leftbar li a:link, .leftbar li a:visited {
color : black;
background-color : inherit;
text-decoration : none;
display : block;
height : 18pt;
}
.leftbar li a:hover, .leftbar li a:active {
color : blue;
text-decoration : none;
background-color : inherit;
}
.layout {
border-bottom-style: solid;
border-bottom-width: 4px;
border-bottom-color: #AEC1EE;
}
It works perfect in Fx:
* {
margin : 0px;
padding : 0px;
}
body {
margin : 0px;
padding : 0px;
color : #000000;
background-color : #ffffff;
font-weight : 400;
font-size : 8pt;
font-family : Verdana, Arial, Helvetica, sans-serif;
}
a {
color: #006cff;
background-color : inherit;
text-decoration : none;
}
a:visited {
color : #006cff;
}
a:active, a:hover {
color : #000000;
}
.holder {
width : 1003px;
margin : 0px auto;
}
.top {
color : #ffffff;
font-weight : 700;
font-size : 12pt;
background-color : #AEC1EE;
height : 48px;
text-align : center;
margin : 10px 0px 10px 0px;
}
.nav {
list-style-type : none;
margin : 0px 0px 0px 0px;
padding : 0px;
width : 150px;
float : left;
line-height: 25pt
}
.nav li {
margin : 0px 0px 1px 0px;
padding : 0px;
text-align : center;
font-size : 10pt;
font-weight: 700;
}
.nav li a:link, .nav li a:visited {
color : #000000;
background-color: inherit;
text-decoration : none;
display : block;
}
.nav li a:hover, .nav li a:active {
color : inherit;
background-color : #EEEEEE;
text-decoration : none;
}
.nav .left {
color : inherit;
background-color : #AEC1EE;
}
.middle {
background-color : #c6deff;
width : 665px;
float: left;
margin : 0px 0px 0px 10px;
}
.middle .rght {
float: right;
color: inherit;
}
.middle .left {
float: left;
color: inherit;
}
.right {
width : 165px;
background-color: blue;
float : right;
color: black;
font-size: 13pt;
font-weight: 400;
margin : 0px 5px 0px 0px;
text-align: center;
}
.ads {
width: 300px;
height: 250px;
background-color: black;
color: white;
margin : 0px 0px 10px 25px;
float: left;
}
.ads2 {
width: 300px;
height: 250px;
background-color: red;
color: white;
margin : 0px 0px 10px 40px;
float: left;
}
.leftbar {
float: left;
width: 150px;
clear: left;
list-style-type : none;
margin : 0px 0px 0px 0px;
padding : 0px;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #0344dc;
background-color: #ffffff;
}
.leftbar li {
height : 18px;
margin : 0px 0px 10px 0px;
padding : 0px;
text-align : left;
font-size : 12pt;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #AEC1EE;
}
.leftbar li a:link, .leftbar li a:visited {
color : black;
background-color : inherit;
text-decoration : none;
display : block;
height : 18pt;
}
.leftbar li a:hover, .leftbar li a:active {
color : blue;
text-decoration : none;
background-color : inherit;
}
.layout {
border-bottom-style: solid;
border-bottom-width: 4px;
border-bottom-color: #AEC1EE;
}