madmanbean
08-04-2006, 12:35 PM
Having real problems with this style sheet I think all is in the right order but cannot get the a:active component to work. a;hover works fine..
full css code below
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 9pt;
color: #666666;
}
table {
font-family: Tahoma, Helvetica, sans-serif;
font-size: 9pt;
color: #666666;
}
.border {
border: #FFFFFF;
}
.menu {
font-family: Tahoma, Arial, Haettenschweiler, Crandall;
font-size: 9pt;
font-weight: normal;
color: #FFFFFF;
}
h1 {
font-size: 14px;
color: #9E0B0E;
}
h2 {
font-size: 12px;
color: #9E0B0E;
}
h3 {
font-size: 12px;
color: #FFFFFF;
}
h4 {
font-size: 12px;
font-weight: normal;
color: #FFFFFF;
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
color: #FFFFFF;
text-decoration: none;
}
a:hover {
color: #9E0B0E;
text-decoration: none;
}
a:active {
color: #9E0B0E;
text-decoration: none;
}
.style1 {
color: #FFFFFF;
}
the website this is linking to is www.hiverealestate.com (work under way) any ideas how to make the link to the active page work much appreciated..I have given up searching for a solution!
Thankyou all those wiser than me
full css code below
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 9pt;
color: #666666;
}
table {
font-family: Tahoma, Helvetica, sans-serif;
font-size: 9pt;
color: #666666;
}
.border {
border: #FFFFFF;
}
.menu {
font-family: Tahoma, Arial, Haettenschweiler, Crandall;
font-size: 9pt;
font-weight: normal;
color: #FFFFFF;
}
h1 {
font-size: 14px;
color: #9E0B0E;
}
h2 {
font-size: 12px;
color: #9E0B0E;
}
h3 {
font-size: 12px;
color: #FFFFFF;
}
h4 {
font-size: 12px;
font-weight: normal;
color: #FFFFFF;
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
color: #FFFFFF;
text-decoration: none;
}
a:hover {
color: #9E0B0E;
text-decoration: none;
}
a:active {
color: #9E0B0E;
text-decoration: none;
}
.style1 {
color: #FFFFFF;
}
the website this is linking to is www.hiverealestate.com (work under way) any ideas how to make the link to the active page work much appreciated..I have given up searching for a solution!
Thankyou all those wiser than me