[SOLVED] Links not the right color

This is a discussion on "[SOLVED] Links not the right color" within the Web Page Design section. This forum, and the thread "[SOLVED] Links not the right color are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 7th, 2007, 00:20
Reputable Member
Join Date: Jul 2006
Location: USA
Age: 15
Posts: 113
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] Links not the right color

Hello,
On my about page the links i have down the right hand side are supposed to be blue and kinda small, and they are. But after you click on them they get huge and are white so you cant see them. any help. I tried clearing my cache and it fixed it. but it just happens again when i click on them.
Please help me
http://maniacstudios.com/about.html
Last Blog Entry: Website critique (Apr 16th, 2008)
Reply With Quote

  #2 (permalink)  
Old Dec 7th, 2007, 01:28
Highly Reputable Member
Join Date: Sep 2007
Age: 15
Posts: 717
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Links not the right color

Hmm, weird. I don't know exactly why this is happening, but it's definitely something with css. Here is the css controlling the links:
Code: Select all
a, a:visited{
    color: #3B6EBF;
    text-decoration: underline;
        list-style: none;
        font-size: 12px;
    }

a:hover {
    color: #CC0000;
        list-style: none;
    }
Try adding what I highlighted in red. Maybe there's something else in the css breaking the styling. I'll look...

Cheers
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
Reply With Quote
  #3 (permalink)  
Old Dec 8th, 2007, 23:36
Reputable Member
Join Date: Jul 2006
Location: USA
Age: 15
Posts: 113
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Links not the right color

no it didn't work.
Last Blog Entry: Website critique (Apr 16th, 2008)
Reply With Quote
  #4 (permalink)  
Old Dec 9th, 2007, 00:05
Highly Reputable Member
Join Date: Sep 2007
Age: 15
Posts: 717
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Links not the right color

Oh, sorry! Try this:
Code: Select all
.right li a, a:visited{
    color: #3B6EBF;
    text-decoration: underline;
    font-size: 12.5px;
    }

.right li a:hover {
    color: #CC0000;
    }
Add that to your CSS. Don't replace anything!
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
Reply With Quote
  #5 (permalink)  
Old Dec 9th, 2007, 00:13
Reputable Member
Join Date: Jul 2006
Location: USA
Age: 15
Posts: 113
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Links not the right color

oh, thanks for the help. it worked very well.
Last Blog Entry: Website critique (Apr 16th, 2008)
Reply With Quote
  #6 (permalink)  
Old Dec 9th, 2007, 09:25
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,662
Thanks: 0
Thanked 9 Times in 9 Posts
Re: [SOLVED] Links not the right color

Thread marked as Solved!

If you feel the need to un-solve this thread, Motormaniac, please go to Thread Tools -> Mark this thread as Unsolved.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Color for hovering links skitson Web Page Design 2 Feb 3rd, 2008 06:29
[SOLVED] color-box selections pesho318i JavaScript Forum 6 Dec 22nd, 2007 20:57
[SOLVED] Change Input Textbox Background Color tejaxx JavaScript Forum 4 Nov 19th, 2007 20:16
[SOLVED] Zebra Row Color <DIV> Monie Web Page Design 19 Oct 10th, 2007 03:07
change links color jenjen1018 Web Page Design 18 Jan 4th, 2004 20:52


All times are GMT. The time now is 19:54.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43