1
dtauto
more stylesheet files than one?
  • 2004/7/14 0:43

  • dtauto

  • Just popping in

  • Posts: 56

  • Since: 2004/7/4 0


hey guys, i'm having an issue updating the way my links work. i've specified in my theme's css that i want a link to be a certain color with no underline and then on hover, the color changes, but still it underlines. i added the correct class references to the actual pages, but still, nothing works. my links are blue, underlined and change to a greenish color once it's been visited. grrrr....

View the Page

thanks in advance!

2
tjnemez
Re: more stylesheet files than one?
  • 2004/7/14 0:56

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


as it is the links appear blue and on hover they do not seem to change. try adding something like the following to your css, you will just need to edit it.

a {
color: #000;
text-decoration: underline;

a:hover {
color: #fff;
text-decoration: underline;
}

a:visited {
color: #fff;
text-decoration: underline;
}

3
dtauto
Re: more stylesheet files than one?
  • 2004/7/14 1:06

  • dtauto

  • Just popping in

  • Posts: 56

  • Since: 2004/7/4 0


so far so good. i just have to tinker with it a bit and i'll have it perfect. thanks a lot!!!

Login

Who's Online

185 user(s) are online (99 user(s) are browsing Support Forums)


Members: 0


Guests: 185


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits