Xiteer
05-22-2004, 12:18 AM
Hey guys.. I'm having a problem. What I'm trying to do is get my links to bold on mouseover then just go back to normal on mouseout.. this is the only change that I want to make. All links should behave the same way.
Whats happening is that visited links aren't bolding on mouseover for some reason, I've had this problem once in the past but can't remember how I fixed it... hopefully someone can help me out. Below is my code.
P {
font-size : 11px;
font-family : Tahoma;
color : #ffffff;
text-align : left;
margin : ;
}
H3 {
font-family : Tahoma;
color : #ffffff;
text-align : left;
}
H2 {
font-family : Tahoma;
color : #ffffff;
text-align : left;
}
H1 {
font-family : Tahoma;
color : #ffffff;
text-align : left;
}
BODY {
font-size : 11px;
font-family : Tahoma;
color : #ffffff;
background : #000000 url() fixed repeat;
}
BLOCKQUOTE {
font-size : 11px;
font-family : Tahoma;
color : #ffffff;
text-align : left;
}
A:hover {
font-weight : bold;
font-size : 11px;
font-family : Tahoma;
color : #ffffff;
background : normal;
}
A:link {
font-weight : normal;
font-size : 11px;
font-family : Tahoma;
color : #ffffff;
text-decoration : normal;
}
A:visited {
font-weight : normal;
font-size : 11px;
font-family : Tahoma;
color : #ffffff;
text-decoration : normal;
}
body {scrollbar-face-color: #000000;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #FFFFFF}
Thanks a lot!!
Xiteer
Whats happening is that visited links aren't bolding on mouseover for some reason, I've had this problem once in the past but can't remember how I fixed it... hopefully someone can help me out. Below is my code.
P {
font-size : 11px;
font-family : Tahoma;
color : #ffffff;
text-align : left;
margin : ;
}
H3 {
font-family : Tahoma;
color : #ffffff;
text-align : left;
}
H2 {
font-family : Tahoma;
color : #ffffff;
text-align : left;
}
H1 {
font-family : Tahoma;
color : #ffffff;
text-align : left;
}
BODY {
font-size : 11px;
font-family : Tahoma;
color : #ffffff;
background : #000000 url() fixed repeat;
}
BLOCKQUOTE {
font-size : 11px;
font-family : Tahoma;
color : #ffffff;
text-align : left;
}
A:hover {
font-weight : bold;
font-size : 11px;
font-family : Tahoma;
color : #ffffff;
background : normal;
}
A:link {
font-weight : normal;
font-size : 11px;
font-family : Tahoma;
color : #ffffff;
text-decoration : normal;
}
A:visited {
font-weight : normal;
font-size : 11px;
font-family : Tahoma;
color : #ffffff;
text-decoration : normal;
}
body {scrollbar-face-color: #000000;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #FFFFFF}
Thanks a lot!!
Xiteer
