my css code works for my site layout in ie but not firefox
in i.e it looks like this...
but it looks like this in firefox...
my css code is...
Quote:
body {
font-family: "Maiandra GD", "Modern No. 20";
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: capitalize;
color: #9900CC;
text-decoration: none;
background-color: #000000;
text-align: justify;
}
img {
padding-top: 4px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 4px;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CC00FF;
border-right-color: #CC00FF;
border-bottom-color: #9900FF;
border-left-color: #9900FF;
}
a {
font-family: "Maiandra GD", "Modern No. 20";
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: capitalize;
color: #660066;
cursor: auto;
}
a:link {
color: #660066;
}
a:visited {
color: #660066;
}
a:hover {
color: #FFFFFF;
}
a:active {
color: #660066;
}
.noborder {
border: none;
padding: 0px;
}
table {
font-family: "Maiandra GD", "Modern No. 20";
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: capitalize;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CC00FF;
border-right-color: #CC00FF;
border-bottom-color: #9900FF;
border-left-color: #9900FF;
}
b {
font-family: "Maiandra GD", "Modern No. 20";
font-size: 14px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: capitalize;
}
i {
font-family: "Maiandra GD", "Modern No. 20";
font-size: 14px;
font-style: italic;
font-weight: normal;
font-variant: normal;
text-transform: capitalize;
}
u {
font-family: "Maiandra GD", "Modern No. 20";
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: capitalize;
text-decoration: underline;
}
.quicklinks, .quicklinks_sub {
border-top-color: #CC00FF;
border-left-color: #990099;
border-left-style: solid;
border-top-style: solid;
border-right-color: #CC00FF;
border-bottom-color: #990099;
border-right-style: solid;
border-bottom-style: solid;
border-right-width: thin;
border-bottom-width : thin;
border-top-width : thin;
border-left-width: thin;
}
.quicklinks_head{
font-size: 15pt;
font-family: modern;
color: #000000;
font-weight: bold;
text-align: center;
font-style: normal;
text-transform: capitalize;
font-variant: normal;
text-decoration: none;
background-image: url('images/webgraphics/navhead.jpg');
background-repeat: repeat-x;
background-position : center
}
.title{
width: 100%;
padding: 3px;
margin-bottom: 3px;
font-size: 15pt;
font-family: modern;
color: #000000;
font-weight: bold;
text-align: center;
background: url('images/webgraphics/navhead.jpg') repeat-x center;
font-style: normal;
text-transform: capitalize;
font-variant: normal;
text-decoration: none;
background-position-x:center; background-position-y:center; background-repeat:repeat-x
}
|
please can someone help me sort it out
xx thanks in advance for any replies  xx
|