Jump to content

css coding driving me crazy!


youngrace

Recommended Posts

i'm not sure why this is happening, or if i'm the only person, but i can't seem to change the color of my links! (aka the ones on my user lookup)

 

here's my user look up code in its entirety (minus the pic link):

 

<style>

.contentModuleHeader {

color: #FFFFFF;

background: #000000;

border-bottom: 1px solid #000000;

}

.contentModuleHeaderAlt {

color: #FFFFFF;

background: #635949;

border-bottom: 1px solid #000000;

}

b {

color: #000000;

}

A:Link, A:Visited {

color: #7b3d06;

}

A:Hover {

color: #C4A55E;

}

</style>

 

the headers are showing up fine, it's just the durned links! (they stay black, and when i take out b, they're just the default color) can anyone help?

Link to comment
Share on other sites


a:link, a:visited, a:active  a:link b, a:visited b, a:active b {
color: #74828b;
font-size: 11px;
}
a:hover, a:hover b {
color: #FFFFFF;
font-size: 11px;
text-decoration: underline;
}
b {
color: #74828b;
}

 

^that code should work on both the regular links and the bolded ones.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...