Hello!

I hope someone can tell me what is wrong with my css:

Please look at: www.aineistot.com

Everything works fine in Firefox > Navigation on left side has white text in links and other links are green as they should be on white background..

But on IE I have problem that my css works differently and colors "visited" links green also in leftside navi..

Problem is surely in my css but where...

Regards



This is my css:

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
}


form, div, p, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}

td, th, p, div, span {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px
}

.listEntry {
margin-bottom: 10px;
color: red;
}


div .navList a, a:link, a:visited{
color: white;
text-decoration: none;
display: block;
}

div .navList a:hover{
color: blue;
text-decoration: none;
display: block;
}

div .navList a:active{
color: blue;
text-decoration: none;
display: block;
}


a, a:link, a:visited, a:hover, a:active{
color: green;
text-decoration: none;
}


.articleText {
text-align: left;
font-size: 12px;
line-height: 13px;
}


.articleLinkInternal {
color: red !important;
font-size: 12px;
}

.image_caption {
padding: 5px;
text-align: left;
font-size: 10px;
line-height: 12px;
border-top: 3px solid white;
border-bottom: 1px solid green;
}

.image_td {
border: 1px solid green;
}

.articleCode {
margin-bottom: 3px;
font-family: "Courier New", Courier, monospace;
font-size: 12px;
}

h1, h2, h3 {
font-family: Arial, Helvetica, sans-serif;
color: green;
}

h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
color: black;
text-align: left;
font-weight: normal;
font-stretch: expanded;
font-size: 12px;
line-height: 14px;
}

.articleSummary {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 135%;
}

.v09 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; }
.v10 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.v11 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
background-color: navy;
}
.v12 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; } .v13 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; } .v14 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; }



.MenuItem_lvl_1 {
text-indent: 15px;
font-size: 11px;
font-weight: bold;
font-stretch: expanded;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
line-height: 23px;
background-image: url(/KPW_images/tmpl_orig_110.jpg);
background-repeat: no-repeat;
background-position: 0em;
padding-left: 0em;
}


.MenuItem_lvl_2 {
text-indent: 0px;
font-size: 11px;
font-weight: bold;
font-stretch: expanded;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
line-height: 12px;
background-image: url(/KPW_images/tmpl_orig_110.jpg);
background-repeat: no-repeat;
background-position: 100em 100em;
padding-left: 15px;
padding-top: 3px;
padding-bottom: 2px;
}


.navList {
padding-top: 10px;
padding-bottom: 120px;
}

#navi {
padding-top: 10px;
padding-bottom: 120px;
}


#activeSection {

border-right: 3px solid white;
background-image: url(/KPW_images/tmpl_orig_92.jpg);
background-repeat: no-repeat;
}

--


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to